﻿* {
    font-family: "Roboto";
}

.bg-color-gray {
    background: #e6e6e6;
}

.bg-color-white {
    background: #fff;
}

.txt-color-gray {
    color: #999;
}

.line-height-unset {
    line-height: unset !important;
    #header-3.navbar-light .wsmenu > .wsmenu-list > li > a
}

.line-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-limit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pd-0-im {
    padding: 0 !important;
}

.mg-0-im {
    margin: 0 !important;
}

.tra-header {
    font-family: "Alex Brush", cursive !important;
}

.calender-hours-pick .avoid-clicks {
    pointer-events: none;
    color: #999;
}

.bd-color-09 {
    border: 1px solid var(--default);
}

/*Booking CSS*/

.btn-book {
    width: 50px;
    height: 50px;
    background: var(--default);
    border-radius: 100%;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    overflow: hidden;
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 80px;
    z-index: 9;
    cursor: pointer;
}

.btn-book i {
    font-size: 20px;
    color: #fff;
}
#modal-booking .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-booking .booking-content {
    height: 80%;
    border: 0;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    overflow: hidden;
}

#modal-booking .booking-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.close-x {
    background: #E4E6EF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-x img {
    width: 17px;
}
.open-x {
    cursor: pointer;
}
.btn-book-service .fa-spinner {
    display: none;
}
.btn-book-service.btn-loading {
    position: relative;
    padding-left: 45px;
    opacity: .5;
    pointer-events: none;
}
.btn-book-service.btn-loading .fa-spinner {
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 12px;
    display: block;
}

@media (max-width: 767px) {
    #modal-booking .modal-dialog {
        width: 100%;
        align-items: end;
    }
    #modal-booking .modal-dialog .booking-content{
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        height: 90%;
    }
}

/*Booking CSS*/
/*.bg-color-11 {
    background-color: rgba(var(--default),0.3);
}*/
.bd-color-gray {
    border: 1px solid #c4c4c4;
}

.mg-0 {
    margin: 0;
}

.flex {
    display: flex;
}

.search_button.btn__search i {
    font-weight: 500;
    color: #b7b7b7;
    transition: all 300ms;
}

.footer-bottom .row {
    margin: 0 -30px;
}

.footer-bottom {
    padding: 0 10px;
}

.bottom-footer {
    padding: 0 10px;
}

.default-slider-service .default-service-box .portfolio-entry:nth-child(n + 7) {
    display: none;
}

.default-about h3.h3-md {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b1c4d4;
    line-height: 16px;
    letter-spacing: 9px;
    margin-bottom: 15px;
    text-align: center;
}

/*default-banner-2*/
#banner-top-2 .slider {
    display: none;
}
#banner-top-2 .banner-slide {
    display: block !important;
}
    #banner-top-2 .banner-slide img {
        width: 100%;
        height: auto
    }
    /*default-banner-2*/
    /*default-about-9*/
    #default-about-9.about-section .img-block {
        padding-left: 60px !important;
        position: relative;
    }

    #default-about-9.about-section .img-block::before {
        position: absolute;
        content: "";
        background: var(--default);
        width: 30px;
        height: 50%;
        left: 0;
        top: 0;
    }

#default-about-9.default-about h3.h3-md,
#default-about-9.default-about .default-about-desc p {
    text-align: left;
}

#default-about-9 .default-about-content p,
#default-about-9 .default-about-content p span {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}

#default-about-9.about-section .img-block img {
    display: block !important;
}

    #default-about-9.about-section .img-block img:first-child {
        aspect-ratio: 120/145;
    }

    #default-about-9.about-section .img-block img:last-child {
        position: absolute;
        aspect-ratio: 1/1;
        border: 10px solid #fff;
        left: -10px;
        bottom: -40px;
        width: calc(55%) !important;
    }

#default-about-9.about-section .right-column .btn {
    margin-left: 0;
}

#default-about-9.about-section .right-column {
    padding-left: 50px;
}

@media (max-width: 992px) {
    #default-about-9 .default-about__detail .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #default-about-9.about-section .right-column {
        padding-left: 0;
        margin-top: 60px !important;
    }
}

/*end default-about-9*/
/*default-about-8*/
#default-about-8.about-section .img-block img {
    display: block !important;
    width: calc(50% - 10px) !important;
    border-radius: 10px;
    z-index: 1;
    aspect-ratio: 33/50;
}

    #default-about-8.about-section .img-block img:first-child {
        margin-bottom: 60px;
    }

    #default-about-8.about-section .img-block img:last-child {
        margin-top: 60px;
    }

#default-about-8.about-section .img-block {
    display: flex;
    align-items: center;
    position: relative;
}

    #default-about-8.about-section .img-block::after {
        content: "";
        background: rgba(var(--bg-default), 0.4);
        right: -15px;
        position: absolute;
        bottom: -30px;
        border-radius: 10px;
        z-index: 0;
        width: 80%;
        height: 80%;
    }

#default-about-8.default-about h3.h3-md {
    text-align: left;
}

#default-about-8.default-about .default-about-desc p {
    text-align: left;
}

#default-about-8 .default-about-content p,
#default-about-8 .default-about-content p span {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}

#default-about-8.about-section .right-column {
    padding-left: 50px;
}

    #default-about-8.about-section .right-column .btn {
        margin-left: 0;
    }

@media (max-width: 992px) {
    #default-about-8.default-about h3.h3-md {
        margin-top: 60px;
    }

    #default-about-8 .default-about__detail .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #default-about-8.about-section .right-column {
        padding-left: 0;
    }
}

/*end default-about-8*/
/*default-about-7*/
#default-about-7 .default-about-content p,
#default-about-7 .default-about-content p span {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

#default-about-7 .default-about__detail .row {
    flex-direction: row-reverse;
}

#default-about-7.about-section .img-block {
    position: relative;
}

    #default-about-7.about-section .img-block img {
        display: block !important;
        width: 75% !important;
        aspect-ratio: 500/330;
    }

        #default-about-7.about-section .img-block img:nth-child(1) {
            margin-left: auto;
        }

        #default-about-7.about-section .img-block img:nth-child(2) {
            margin-right: auto;
            position: relative;
            margin-top: -25px;
            border: 10px solid #fff;
        }

#default-about-7.about-section .right-column .btn {
    margin-left: 0;
}

#default-about-7.default-about h3.h3-md {
    text-align: left;
}

#default-about-7.default-about .default-about-desc p {
    text-align: left;
}

@media (max-width: 768px) {
    #default-about-7.about-section .img-block img {
        margin-bottom: 0;
    }

    #default-about-7.default-about h3.h3-md {
        margin-top: 30px;
    }
}

/*end default-about-7*/
/*default-about-6*/
#default-about-6.about-section .right-column {
    padding-left: 50px;
}

#default-about-6 .img-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    top: 0;
    border-radius: 0px 0px 60px 0px;
    right: 0;
    background: rgba(var(--bg-default), 0.4);
    z-index: 0;
}

#default-about-6.default-about h3.h3-md {
    text-align: left;
}

#default-about-6.default-about .default-about-desc p {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.1em;
    text-align: left;
}

#default-about-6 .default-about-content p,
#default-about-6 .default-about-content p span {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

#default-about-6 .default-about__detail .btn {
    margin-left: 0;
}

#default-about-6 .img-block {
    padding-left: 60px !important;
    padding-top: 60px !important;
    position: relative;
}

    #default-about-6 .img-block img {
        aspect-ratio: 40/50;
        border-radius: 0px 0px 60px 0px;
        position: relative;
        z-index: 1;
    }

@media (max-width: 576px) {
    #default-about-6.about-section .right-column {
        padding-left: 0;
    }

    #default-about-6.default-about .default-about-desc p {
        font-size: 42px;
    }
}

/*end default-about-6*/
/*default-about-5*/
#default-about-5 .img-block img:nth-child(2) {
    display: block !important;
    position: absolute;
    width: 370px !important;
    height: 440px !important;
    object-fit: cover;
    border: 10px solid #fff;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#default-about-5 .img-block img:nth-child(1) {
    position: absolute;
    width: 370px !important;
    height: 432px !important;
    left: 0;
    border: 10px solid #fff;
    top: -100px;
    z-index: 1;
}

#default-about-5 .img-block {
    position: relative;
    min-height: 545px;
}

#default-about-5.about-section .right-column {
    padding-left: 50px;
}

#default-about-5.default-about h3.h3-md,
#default-about-5.default-about .default-about-desc p {
    text-align: left;
}

#default-about-5 .default-about-content p {
    position: relative;
    color: #888888;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    padding-top: 40px;
}

    #default-about-5 .default-about-content p::before {
        position: absolute;
        content: "";
        background-image: url(../images/default-about/Layer_55.png);
        height: 11px;
        width: 79px;
        top: 0;
        left: 0;
    }

#default-about-5 .img-block::after {
    position: absolute;
    z-index: 0;
    content: "";
    width: 450px;
    height: 342px;
    right: -27px;
    top: -17px;
    background-repeat: no-repeat;
    background: url(../images/default-about/Shape_1.png);
}

#default-about-5 .btn {
    margin-left: 0;
    border: 1px solid #e1e1e1;
    color: #111;
    background: none;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

#default-about-5.default-about {
    padding-top: 190px;
}

#default-about-5 .btn:hover {
    border: 1px solid var(--default);
    background: var(--default);
    color: #fff;
}

#default-about-5 .img-block::before {
    content: "";
    width: 300px;
    height: 300px;
    left: -70px;
    background-image: url(../images/default-about/Tile_2_1.png);
    bottom: 64px;
    position: absolute;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    #default-about-5.about-section .right-column {
        padding-left: 0;
    }

    #default-about-5 .img-block::before,
    #default-about-5 .img-block::after {
        display: none;
    }
}

/*end default-about-5*/
/*default-about-4*/
#default-about-4 img {
    width: calc(100% - 20px) !important;
    aspect-ratio: 260 / 320;
}

#default-about-4.about-section .img-block {
    position: relative;
}

    #default-about-4.about-section .img-block::after {
        content: "Now try something different";
        width: 56%;
        max-width: 56%;
        position: absolute;
        padding: 56px 30px 47px 50px;
        background-color: var(--default);
        line-height: 1.27em;
        font-size: 34px;
        font-weight: 400;
        bottom: 0;
        right: -15px;
        text-align: left;
        color: #fff;
    }

#default-about-4.about-section .right-column {
    padding-left: 40px;
}

#default-about-4.default-about h3.h3-md {
    text-align: left;
    color: var(--default);
}

#default-about-4.default-about .default-about-desc p {
    font-weight: 300;
    line-height: 1.17em;
    text-align: left;
    font-size: 3.167em;
    margin-bottom: 30px;
}

#default-about-4 .default-about-content p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #6b6c6d;
}

#default-about-4 .btn {
    color: rgb(135, 146, 150);
    background: none;
    border: 1px solid rgb(135, 146, 150);
    margin-left: 0;
}

    #default-about-4 .btn:hover {
        border: 1px solid var(--default);
        color: var(--default);
    }

@media (max-width: 992px) {
    #default-about-4.about-section .img-block::after {
        padding: 30px 20px 30px 20px;
        font-size: 26px;
    }

    #default-about-4.default-about .default-about-desc p {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    #default-about-4.about-section .img-block::after {
        width: 70%;
        max-width: 70%;
    }

    #default-about-4 img {
        aspect-ratio: unset;
        margin-bottom: 0;
    }

    #default-about-4.about-section .right-column {
        padding-left: 0;
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    #default-about-4.about-section .img-block::after {
        font-size: 20px;
        right: 0;
    }
}

/*end default-about-4*/
/*default-about-3*/
#default-about-3 .default-about__detail .row > div:first-child {
    display: none;
}

#default-about-3.default-about h3.h3-md {
    font-size: 12px;
    letter-spacing: 7px;
    font-weight: 500;
}

#default-about-3 .default-about__detail .row > div {
    flex: 0 0 100%;
    max-width: 60%;
    margin: 0 auto;
}

#default-about-3 .default-about__detail .row {
    width: 100%;
}

#default-about-3.default-about .default-about-desc p {
    font-size: 32px;
    line-height: 44px;
    color: #2d2a27;
}

#default-about-3 .default-about-content p {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #6a6560;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 768px) {
    #default-about-3 .default-about__detail .row > div {
        max-width: 100%;
    }
}

/*default-about-3*/
/*default-about-2*/
#default-about-2.about-section .right-column {
    padding-left: 40px;
}

#default-about-2.default-about h3.h3-md {
    position: absolute;
    top: 10px;
    left: 40px;
    margin: 0;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: 0 100%;
    color: #a1b8c4;
    font-size: 13px;
    line-height: 1.285714285714286em;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}

#default-about-2.default-about .default-about-desc p {
    color: #405861;
    font-size: 42px;
    line-height: 1.03636em;
    text-align: left;
    font-weight: 400;
    letter-spacing: inherit;
    margin-bottom: 25px;
}

#default-about-2.default-about .img-block img {
    position: relative;
    z-index: 1;
}

#default-about-2.default-about {
    padding-top: 120px;
}

    #default-about-2.default-about .img-block {
        position: relative;
    }

        #default-about-2.default-about .img-block::before {
            content: "";
            position: absolute;
            top: -50px;
            left: calc(50px + 45px);
            height: calc(100% + 2 * 50px);
            width: 68.6%;
            background-color: #f7efe8;
            z-index: 0;
        }

#default-about-2 .default-about-content p {
    color: #879296;
    font-size: 15px;
    letter-spacing: inherit;
    line-height: 1.8em;
    font-weight: 400;
    text-align: left;
}

#default-about-2 .btn {
    margin-left: 0;
}

/*end default-about-2*/
/*default-about-1*/
#default-about-1 .default-about-content {
    display: none;
}

/*end default-about-1*/
/*default-gallery-6*/
#gallery-6 .default-gallery-list .default-gallery-item:nth-child(n + 5) {
    display: none;
}

#gallery-6 .default-gallery-list .default-gallery-item {
    position: relative;
    margin: 0 15px;
    cursor: pointer;
    overflow: hidden;
}

#gallery-6.default-gallery #play {
    z-index: 1;
}

#gallery-6 .default-gallery-list .default-gallery-item:hover img {
    transform: translateX(0);
}

#gallery-6 .default-gallery-list .default-gallery-item:nth-child(3),
#gallery-6 .default-gallery-list .default-gallery-item:nth-child(4) {
    width: calc(33.333333333% - 30px);
    height: calc(50% - 45px);
    position: absolute;
    bottom: 0;
    margin: 15px 15px 0;
}

#gallery-6 .default-gallery-list .default-gallery-item:nth-child(4) {
    right: 0;
}

#gallery-6 .default-gallery-list .default-gallery-item:nth-child(3) {
    right: 33.3333333333333%;
}

#gallery-6 .default-gallery-list .default-gallery-item:nth-child(2) {
    aspect-ratio: 2/1;
    flex: 0 0 calc(66.66666666666666% - 30px);
    max-width: calc(66.66666666666666% - 30px);
    height: 50%;
    margin: 0 15px 15px;
}

#gallery-6 .default-gallery-list .default-gallery-item:nth-child(1) {
    flex: 0 0 calc(33.333333333% - 30px);
    max-width: calc(33.333333333% - 30px);
    aspect-ratio: 1/2;
}

#gallery-6.default-gallery img {
    height: 100%;
    width: calc(100% + 10px);
    transform: translateX(-10px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#gallery-6.default-gallery .stroke-solid {
    stroke: #fff;
}

#gallery-6.default-gallery .icon {
    fill: #fff;
}

@media (max-width: 768px) {

    #gallery-6 .default-gallery-list .default-gallery-item:nth-child(1),
    #gallery-6 .default-gallery-list .default-gallery-item:nth-child(2),
    #gallery-6 .default-gallery-list .default-gallery-item:nth-child(3),
    #gallery-6 .default-gallery-list .default-gallery-item:nth-child(4) {
        width: 100%;
        height: auto;
        position: relative;
        aspect-ratio: unset;
        margin: 0 0 30px;
        right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*end default-gallery-6*/
/*default-gallery-5*/
#gallery-5 .default-gallery-list .default-gallery-item:nth-child(n + 6) {
    display: none;
}

#gallery-5 .default-gallery-list .default-gallery-item:not(.mfp-iframe) .default-gallery-title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex !important;
    transform: translate(-50%, -50%);
    max-width: 300px;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.13em;
    font-weight: 400;
}

#gallery-5 .default-gallery-list .default-gallery-item:not(:nth-child(2)) {
    flex: 0 0 33.333333333333333333%;
    max-width: 33.333333333333%;
    aspect-ratio: 1/1;
    padding: 0 10px;
    margin-bottom: 20px;
}

#gallery-5 .default-gallery-list .default-gallery-item {
    position: relative;
    cursor: pointer;
}

#gallery-5.default-gallery .stroke-solid {
    stroke: #fff;
}

#gallery-5.default-gallery .icon {
    fill: #fff;
}

#gallery-5 .default-gallery-list .default-gallery-item:nth-child(2) {
    flex: 0 0 66.6666666666666%;
    max-width: 66.6666666666666%;
    aspect-ratio: 2 / 1;
    margin-bottom: 20px;
    padding: 0 10px;
}

#gallery-5.default-gallery img {
    height: 100%;
}

@media (max-width: 768px) {

    #gallery-5 .default-gallery-list .default-gallery-item:not(:nth-child(2)),
    #gallery-5 .default-gallery-list .default-gallery-item:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        aspect-ratio: unset;
    }
}

/*end default-gallery-5*/
/*default-gallery-4*/
#gallery-4 .default-gallery-list .default-gallery-item {
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}

    #gallery-4 .default-gallery-list .default-gallery-item:nth-child(n + 4) {
        display: none;
    }

    #gallery-4 .default-gallery-list .default-gallery-item:nth-child(1) {
        flex: 0 0 33.33333333333333%;
        position: relative;
        aspect-ratio: 1/ 2;
        max-width: 33.33333333333333%;
    }

#gallery-4.default-gallery .icon {
    fill: #fff;
}

#gallery-4.default-gallery .stroke-solid {
    stroke: #fff;
}

#gallery-4 .gallery-play-button {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 10px;
    background: #05114569;
}

#gallery-4 .default-gallery-list .default-gallery-item:not(:nth-child(1)):hover div {
    transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
    transform: scale(1);
    opacity: 1;
}

#gallery-4 .default-gallery-list .default-gallery-item:not(:nth-child(1)):hover .default-gallery-title::before {
    transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
    transform: scale(1);
    opacity: 1;
}

#gallery-4 .default-gallery-item:not(:nth-child(1)) .default-gallery-title {
    display: flex !important;
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    align-items: center;
    justify-content: end;
    top: 0;
    font-size: 31px;
    padding-right: 40px;
    background: #05114569;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    left: 10px;
}

    #gallery-4 .default-gallery-item:not(:nth-child(1)) .default-gallery-title::before {
        content: attr(data-title);
        position: absolute;
        height: 100%;
        width: 100%;
        color: #ffffff;
        font-size: 31px;
        font-weight: 400;
        line-height: 1;
        left: 0;
        top: 0;
        background: #051145;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
        transform: scale(0.7);
        opacity: 0;
    }

#gallery-4.default-gallery img {
    height: 100%;
}

#gallery-4 .default-gallery-list .default-gallery-item:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66.6666666666%;
}

#gallery-4 .default-gallery-list .default-gallery-item:not(:nth-child(1)) div {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 160px 35px 35px;
    font-weight: 400;
    color: #fff;
    transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
    transform: scale(0.7);
    opacity: 0;
}

#gallery-4 .default-gallery-list .default-gallery-item:not(:nth-child(1)) {
    max-width: 66.6666666666%;
    height: 50%;
    flex: 0 0 66.6666666666%;
}

@media (max-width: 768px) {

    #gallery-4 .default-gallery-list .default-gallery-item:nth-child(1),
    #gallery-4 .default-gallery-list .default-gallery-item:not(:nth-child(1)) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        aspect-ratio: auto;
        position: relative !important;
        right: 0;
        bottom: 0;
    }

    #gallery-4 .default-gallery-item:not(:nth-child(1)) .default-gallery-title {
        justify-content: center;
    }
}

/*end default-gallery-4*/
/*default-gallery-3*/
#gallery-3.default-gallery .default-gallery-list .default-gallery-item {
    flex: 0 0 calc(33.333333333% - 30px);
    cursor: pointer;
    max-width: calc(33.333333333% - 30px);
    overflow: hidden;
    position: relative;
}

    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:not(.mfp-iframe) a {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff6efbd;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.25s linear;
        z-index: 2;
        display: flex !important;
        font-size: 28px;
        font-style: italic;
        align-items: center;
        color: #111111;
        font-weight: 300;
        justify-content: center;
    }

#gallery-3.default-gallery img {
    width: 120%;
    height: 100%;
    transition: all 0.25s linear;
}

#gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(1),
#gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(3),
#gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(5) {
    aspect-ratio: 45 / 55;
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
}

#gallery-3.default-gallery .default-gallery-list {
    justify-content: space-between;
}

    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:not(.mfp-iframe):hover a {
        opacity: 1;
        visibility: visible;
    }

    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:not(.mfp-iframe):hover img {
        transform: translateX(-10px);
    }

    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(5) {
        position: absolute;
        left: calc(50% - 15px);
        transform: translateX(-50%);
        bottom: -30px;
    }

    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(2),
    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(4),
    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(6) {
        max-height: 262px;
        margin: 0 15px;
    }

#gallery-3.default-gallery .icon {
    fill: rgb(221, 190, 114);
}

#gallery-3 .default-gallery-list .default-gallery-item:nth-child(n + 7) {
    display: none;
}

@media (max-width: 992px) {
    #gallery-3.default-gallery .default-gallery-list .default-gallery-item {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        aspect-ratio: 1 / 1 !important;
        max-height: unset !important;
        margin-bottom: 30px !important;
    }

        #gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(5) {
            flex: 0 0 calc(50% - 30px);
            max-width: calc(50% - 30px);
            aspect-ratio: 1 / 1 !important;
            max-height: unset !important;
            margin-bottom: 30px !important;
            bottom: 0;
            left: unset;
            position: relative;
            transform: unset;
        }
}

@media (max-width: 768px) {

    #gallery-3.default-gallery .default-gallery-list .default-gallery-item,
    #gallery-3.default-gallery .default-gallery-list .default-gallery-item:nth-child(5) {
        flex: 0 0 calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        aspect-ratio: auto !important;
    }
}

/*end default-gallery-3*/
/*default-gallery-2*/
#gallery-2.default-gallery .default-gallery-list {
    flex-direction: column;
}

#gallery-2.default-gallery .container div.default-gallery-list .default-gallery-item:nth-child(5) {
    position: relative;
    width: 50%;
    top: 0;
    left: 0;
    margin-top: 30px;
    right: 0;
}

#gallery-2 .default-gallery-item .gallery-play-button ~ .default-gallery-title {
    display: none !important;
}

#gallery-2 .default-gallery-list .default-gallery-item {
    padding: 0 15px;
}

    #gallery-2 .default-gallery-list .default-gallery-item:nth-child(1) {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }

        #gallery-2 .default-gallery-list .default-gallery-item:nth-child(1) img {
            height: auto;
            aspect-ratio: 1/1;
        }

#gallery-2.default-gallery img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(2) {
    position: absolute;
    height: calc(33.3333333333333333333% - 15px);
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(3),
#gallery-2 .default-gallery-list .default-gallery-item:nth-child(4) {
    position: absolute;
    height: calc(66.66666666666666666666666% - 15px);
}

#gallery-2 .default-gallery-list .default-gallery-item:not(:nth-child(1))::before {
    content: "";
    height: 100%;
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0.65) 100%);
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(2) {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(n + 6) {
    display: none;
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(3),
#gallery-2 .default-gallery-list .default-gallery-item:nth-child(4) {
    bottom: 0;
    position: absolute;
    width: 25%;
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(4) {
    right: 0;
}

#gallery-2 .default-gallery-list .default-gallery-item:nth-child(3) {
    right: 25%;
}

#gallery-2 .default-gallery-item .default-gallery-title {
    position: absolute;
    bottom: 20px;
    background: rgba(255, 246, 239, 0.9);
    cursor: pointer;
    left: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    display: flex !important;
    top: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: calc(100% - 30px);
    color: #333;
    letter-spacing: 3px;
    border: 1px solid var(--default);
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    transition: ease-in-out 0.5s;
}

#gallery-2 .default-gallery-item:hover .default-gallery-title {
    opacity: 1;
    visibility: visible;
}

#gallery-2.default-gallery .stroke-solid,
#gallery-2.default-gallery .icon {
    stroke: #fff;
    stroke-width: 3px;
}

@media (max-width: 576px) {
    #gallery-2 .default-gallery-list .default-gallery-item {
        padding: 0;
    }

        #gallery-2 .default-gallery-list .default-gallery-item:not(:nth-child(1))::before {
            width: 100%;
            left: 0;
        }

    #gallery-2 .default-gallery-item .default-gallery-title {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 992px) {
    #gallery-2 .default-gallery-list .default-gallery-item:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

        #gallery-2 .default-gallery-list .default-gallery-item:nth-child(1) img {
            aspect-ratio: unset;
            height: 100%;
        }

    #gallery-2.default-gallery .container div.default-gallery-list .default-gallery-item:nth-child(5) {
        width: 100%;
        aspect-ratio: 2/1;
    }

    #gallery-2 .default-gallery-list .default-gallery-item:nth-child(2) {
        position: relative;
        width: 100%;
        margin-top: 30px;
        aspect-ratio: 2/1;
    }

    #gallery-2 .default-gallery-list .default-gallery-item:nth-child(3),
    #gallery-2 .default-gallery-list .default-gallery-item:nth-child(4) {
        position: relative;
        width: 100%;
        margin-top: 30px;
        aspect-ratio: 2/1;
    }

    #gallery-2 .default-gallery-list .default-gallery-item:nth-child(3) {
        right: 0;
    }
}

/*end default-gallery-2*/
/*default-gallery-1*/
.default-gallery .default-gallery-list {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.default-gallery img {
    width: 100%;
    object-fit: cover;
}

#gallery-1 .default-gallery-list .default-gallery-item {
    padding: 0 15px;
}

    #gallery-1 .default-gallery-list .default-gallery-item:nth-child(1) {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }

        #gallery-1 .default-gallery-list .default-gallery-item:nth-child(1) img {
            height: auto;
            aspect-ratio: 1/1;
            cursor: pointer;
        }

#gallery-1.default-gallery img {
    width: 100%;
    height: 100%;
}

#gallery-1 .default-gallery-list .default-gallery-item:not(:nth-child(1)) {
    position: absolute;
    height: calc(50% - 15px);
}

    #gallery-1 .default-gallery-list .default-gallery-item:not(:nth-child(1))::before {
        content: "";
        height: 100%;
        width: calc(100% - 30px);
        left: 15px;
        position: absolute;
        height: 100%;
        cursor: pointer;
        background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0.65) 100%);
    }

#gallery-1 .default-gallery-list .default-gallery-item:nth-child(2) {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
}

#gallery-1 .default-gallery-list .default-gallery-item:nth-child(n + 5) {
    display: none;
}

#gallery-1 .default-gallery-list .default-gallery-item:nth-child(3),
#gallery-1 .default-gallery-list .default-gallery-item:nth-child(4) {
    bottom: 0;
    position: absolute;
    width: 25%;
}

#gallery-1 .default-gallery-list .default-gallery-item:nth-child(4) {
    right: 0;
}

#gallery-1 .default-gallery-list .default-gallery-item:nth-child(3) {
    right: 25%;
}

#gallery-1 .default-gallery-item:not(:nth-child(1)) .default-gallery-title {
    display: block !important;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    left: 15px;
    text-align: center;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    width: calc(100% - 30px);
    font-weight: lighter;
    color: #fff;
    letter-spacing: 3px;
}

#gallery-1.default-gallery .stroke-solid,
#gallery-1.default-gallery .icon {
    stroke: #fff;
    stroke-width: 3px;
}

@media (max-width: 576px) {
    #gallery-1 .default-gallery-list .default-gallery-item {
        padding: 0;
    }

        #gallery-1 .default-gallery-list .default-gallery-item:not(:nth-child(1))::before {
            width: 100%;
            left: 0;
        }
}

@media (max-width: 992px) {
    #gallery-1 .default-gallery-list .default-gallery-item:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        aspect-ratio: 2/1;
    }

        #gallery-1 .default-gallery-list .default-gallery-item:nth-child(1) img {
            aspect-ratio: unset;
        }

    #gallery-1 .default-gallery-list .default-gallery-item:nth-child(2) {
        position: relative;
        width: 100%;
        margin-top: 30px;
        aspect-ratio: 2/1;
    }

    #gallery-1 .default-gallery-list .default-gallery-item:nth-child(3),
    #gallery-1 .default-gallery-list .default-gallery-item:nth-child(4) {
        position: relative;
        width: 100%;
        margin-top: 30px;
        aspect-ratio: 2/1;
    }

    #gallery-1 .default-gallery-list .default-gallery-item:nth-child(3) {
        right: 0;
    }
}

/*end default-gallery-1*/
.default-gallery #play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

    .default-gallery #play:hover .stroke-solid {
        opacity: 1;
        stroke-dashoffset: 300;
    }

    .default-gallery #play:hover .icon {
        transform: scale(0.9);
    }

.default-gallery .icon {
    transform: scale(0.8);
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}

.default-gallery .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*default-service-10*/
#default-service-10 .portfolio-info {
    flex-grow: 1;
    display: flex;
}

#default-service-10 .portfolio-entry,
#default-service-10 .entry-header {
    display: flex;
}

#default-service-10 .default-service-box .portfolio-entry:nth-child(n + 4) {
    display: none;
}

#default-service-10 .default-service-box .wrap-title h5,
#default-service-10 .default-service-box .portfolio-readmore {
    display: block !important;
    margin-bottom: 0;
}

#default-service-10 .default-service-box .wrap-title h5 {
    display: flex !important;
    flex-grow: 1;
}

    #default-service-10 .default-service-box .wrap-title h5 p {
        font-size: 14px;
        letter-spacing: initial;
        font-weight: 400;
        text-align: center;
        margin-top: auto;
        margin-bottom: 30px;
        color: rgba(67, 72, 78, 0.7);
    }

#default-service-10 .entry-title {
    margin-bottom: 5px;
}

#default-service-10 .default-service-box .portfolio-readmore {
    color: #000;
    font-size: 11px;
    letter-spacing: 3.3px;
    font-weight: 400;
    padding: 0;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    display: inline-block !important;
    line-height: 1;
    margin: 0 auto;
    margin-top: auto;
}

    #default-service-10 .default-service-box .portfolio-readmore:hover {
        color: var(--default);
    }

#default-service-10 .wrap-title {
    text-align: center;
    display: flex;
    flex-direction: column;
}

#default-service-10 .project-link {
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-top: 0;
    background: #fff;
    margin-top: 45%;
    transition: all 300ms;
}

#default-service-10 .default-service-box img {
    transform: none !important;
}

#default-service-10 .default-service-box .entry-thumbnail::after {
    display: none;
}

#default-service-10 .entry-thumbnail img:first-child {
    aspect-ratio: 1/1;
    height: auto !important;
    margin-top: -50%;
    border-radius: 50%;
    position: relative;
}

#default-service-10 .entry-thumbnail::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    border: 6px solid rgba(var(--bg-default), 0.5);
    top: -100%;
    left: 0;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    transition: ease-in-out 300ms;
}

#default-service-10 .project-link:hover .entry-thumbnail::before {
    border: 0px solid rgba(var(--bg-default), 0.5) !important;
    background: rgba(var(--bg-default), 0.5);
}

#default-service-10 .default-service-box .portfolio-entry:nth-child(2) .entry-thumbnail::before {
    border: 6px solid var(--default);
}

#default-service-10 .default-service-box .entry-thumbnail {
    overflow: visible;
}

#default-service-10 .default-service-box .entry-title p {
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    #default-service-10.default-slider-service .txt-block > p {
        margin-bottom: 150px;
    }

    #default-service-10 .default-service-box .portfolio-entry {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 170px;
    }

        #default-service-10 .default-service-box .portfolio-entry:nth-child(3) {
            margin-bottom: 0;
        }

        #default-service-10 .default-service-box .portfolio-entry .project-link {
            border-color: rgba(var(--bg-default), 0.6);
            box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
            padding-top: 80px;
            margin-top: unset;
        }

    #default-service-10 .entry-thumbnail img:first-child {
        width: 250px !important;
        height: 250px !important;
    }

    #default-service-10 .default-service-box .entry-thumbnail {
        text-align: center;
        margin-top: -125px;
    }

    #default-service-10 .entry-thumbnail::before {
        top: -80px;
        left: calc(50% - 125px);
        width: 250px;
        height: 250px;
    }

    #default-service-10 .entry-thumbnail img:first-child {
        margin-top: -80px;
    }
}

/*/*end default-service-10*/
/*default-service-9*/
#default-service-9 .portfolio-info {
    flex-grow: 1;
    display: flex;
}

#default-service-9 .portfolio-entry,
#default-service-9 .entry-header {
    display: flex;
}

#default-service-9 .default-service-box .portfolio-entry:nth-child(n + 4) {
    display: none;
}

#default-service-9 .default-service-box .wrap-title h5,
#default-service-9 .default-service-box .portfolio-readmore {
    display: block !important;
    margin-bottom: 0;
}

#default-service-9 .default-service-box .wrap-title h5 {
    flex-grow: 1;
    display: flex !important;
}

    #default-service-9 .default-service-box .wrap-title h5 p {
        font-size: 14px;
        letter-spacing: initial;
        margin-top: auto;
        font-weight: 400;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 20px;
        padding-bottom: 30px;
        color: #999;
        line-height: 1.6;
    }

#default-service-9 .entry-title {
    margin-bottom: 15px;
}

#default-service-9 .default-service-box .portfolio-readmore {
    color: #403b3b;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    display: inline-block !important;
    line-height: 1;
    margin: 0 auto;
    margin-top: auto;
}

    #default-service-9 .default-service-box .portfolio-readmore:hover {
        box-shadow: 0px 0px 16px 0px rgba(var(--bg-default), 0.6);
        background-color: rgba(var(--bg-default), 0.9);
        color: #fff;
    }

#default-service-9 .wrap-title {
    text-align: center;
    display: flex;
    flex-direction: column;
}

#default-service-9 .project-link {
    border-style: solid;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    border-width: 1px;
    border-radius: 0;
    transition: all 300ms;
    border-color: transparent;
    background: #fff;
}

    #default-service-9 .project-link:hover {
        border-color: rgba(var(--bg-default), 0.6);
        box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
    }

#default-service-9 .default-service-box img {
    transform: none !important;
}

#default-service-9 .default-service-box .portfolio-entry:nth-child(2) .project-link {
    border-color: rgba(var(--bg-default), 0.6);
    box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
}

#default-service-9 .default-service-box .entry-thumbnail::after {
    display: none;
}

#default-service-9 img {
    display: block;
}

#default-service-9 .entry-thumbnail img:first-child {
    width: 85% !important;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    height: auto !important;
    border-radius: 50%;
}

#default-service-9 img.entry-thumbnail-3 {
    display: block !important;
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

#default-service-9 .entry-thumbnail::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: var(--default);
    bottom: -10px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#default-service-9 .default-service-box .entry-thumbnail {
    overflow: visible;
}

#default-service-9 .default-service-box .entry-title p {
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    #default-service-9 .default-service-box .portfolio-entry {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

        #default-service-9 .default-service-box .portfolio-entry .project-link {
            border-color: rgba(var(--bg-default), 0.6);
            box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
        }
}

/*end default-service-9*/
/*default-service-8*/
#default-service-8 .portfolio-info {
    flex-grow: 1;
    display: flex;
}

#default-service-8 .portfolio-entry,
#default-service-8 .entry-header {
    display: flex;
}

#default-service-8 .default-service-box .portfolio-entry:nth-child(n + 4) {
    display: none;
}

#default-service-8 .default-service-box .wrap-title h5,
#default-service-8 .default-service-box .portfolio-readmore {
    display: block !important;
    margin-bottom: 0;
}

    #default-service-8 .default-service-box .wrap-title h5 p {
        font-size: 14px;
        letter-spacing: initial;
        font-weight: 300;
        text-align: center;
        margin-bottom: 30px;
        color: #333;
    }

#default-service-8 .entry-title {
    margin-bottom: 15px;
}

#default-service-8 .default-service-box .portfolio-readmore {
    background-color: rgba(var(--bg-default), 0.6);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    display: inline-block !important;
    line-height: 1;
    margin: 0 auto;
    margin-top: auto;
}

    #default-service-8 .default-service-box .portfolio-readmore:hover {
        box-shadow: 0px 0px 16px 0px rgba(var(--bg-default), 0.6);
        background-color: rgba(var(--bg-default), 0.9);
    }

#default-service-8 .wrap-title {
    text-align: center;
    display: flex;
    flex-direction: column;
}

#default-service-8 .project-link {
    border-style: solid;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-width: 1px;
    border-width: 2px;
    border-radius: 10px 10px 10px 10px;
    transition: all 300ms;
    border-color: transparent;
}

    #default-service-8 .project-link:hover {
        border-color: rgba(var(--bg-default), 0.6);
        box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
    }

#default-service-8 .default-service-box img {
    transform: none !important;
}

#default-service-8 .default-service-box .portfolio-entry:nth-child(2) .project-link {
    border-color: rgba(var(--bg-default), 0.6);
    box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
}

#default-service-8 .default-service-box .entry-thumbnail::after {
    display: none;
}

#default-service-8 img {
    display: none;
}

    #default-service-8 img.entry-thumbnail-3 {
        display: block !important;
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin: 0 auto;
        position: relative;
    }

#default-service-8 .entry-thumbnail::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background: rgba(var(--bg-default), 0.06);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#default-service-8 .default-service-box .entry-thumbnail {
    overflow: visible;
}

#default-service-8 .default-service-box .entry-title p {
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    #default-service-8 .default-service-box .portfolio-entry {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

        #default-service-8 .default-service-box .portfolio-entry .project-link {
            border-color: rgba(var(--bg-default), 0.6);
            box-shadow: 4px 4px 16px 0px rgb(245 243 243 / 62%);
        }
}

/*end default-service-8*/
/*default-service-7*/
#default-service-7 .default-service-box img {
    aspect-ratio: 1 / 1;
    height: auto !important;
}

#default-service-7 .container {
    max-width: 100%;
}

#default-service-7 .portfolio-entry {
    padding: 0;
}

#default-service-7 .entry-thumbnail,
#default-service-7 .portfolio-entry {
    flex: 0 0 50%;
    max-width: 50%;
}

#default-service-7 .portfolio-info {
    flex: 0 0 calc(50% - 40px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: calc(50% - 40px);
    justify-content: center;
    background: rgba(var(--bg-default), 0.7);
    padding: 60px;
    margin-bottom: 20px;
}

#default-service-7 .default-service-box .entry-title p {
    color: #000000;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 400;
}

#default-service-7 .wrap-title h5 p {
    color: #000000;
    margin: 0px 0px 18px 0px;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: initial;
    text-align: center;
    line-height: 1.5;
}

#default-service-7.default-slider-service {
    background: #fafafa;
}

#default-service-7 .wrap-title .portfolio-readmore {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

#default-service-7 .wrap-title h5,
#default-service-7 .wrap-title .portfolio-readmore {
    display: block !important;
    margin-bottom: 0;
}

#default-service-7 .default-service-box .entry-thumbnail::after {
    display: none;
}

#default-service-7 .default-service-box .portfolio-entry:nth-child(n + 3) .project-link {
    flex-direction: row-reverse;
}

#default-service-7 .default-service-box .portfolio-entry:nth-child(n + 3) .portfolio-info {
    flex-direction: row-reverse;
    margin-bottom: 0;
    margin-top: 20px;
}

#default-service-7 .default-service-box img {
    transform: none !important;
}

#default-service-7 .project-link {
    display: flex;
}

#default-service-7 .default-service-box .portfolio-entry:nth-child(n + 5) {
    display: none !important;
}

@media (max-width: 992px) {
    #default-service-7 .portfolio-entry {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #default-service-7 .project-link {
        flex-direction: column;
    }

    #default-service-7 .entry-thumbnail {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #default-service-7 .portfolio-info {
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin-bottom: 20px;
    }

    #default-service-7 .default-service-box .portfolio-entry:nth-child(n + 3) .project-link {
        flex-direction: column;
    }
}

/*end default-service-7*/
/*default-service-6*/
#default-service-6 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) {
    display: none !important;
}

#default-service-6 .default-service-box .portfolio-entry:nth-child(n + 4) {
    display: block !important;
}

#default-service-6 .default-service-box .portfolio-entry:nth-child(n + 7) {
    display: none !important;
}

#default-service-6 .entry-thumbnail-2 {
    display: block !important;
    position: absolute !important;
    height: 60px !important;
    width: 60px !important;
    bottom: 2px;
    left: 65px;
    z-index: 1;
    transform: none !important;
}

#default-service-6 .wrap-title h5,
#default-service-6 .portfolio-readmore {
    display: block !important;
}

#default-service-6 .portfolio-info {
    margin: 0 auto;
    width: 86%;
    padding: 40px;
    background-color: #f5f4f4;
    border: 1px solid #efefef;
    position: relative;
    margin-top: -100px;
}

#default-service-6 .default-service-box .entry-title p {
    padding: 0;
    padding-left: 65px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 40px;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

#default-service-6 .wrap-title h5 {
    margin-bottom: 0;
}

    #default-service-6 .wrap-title h5 p {
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
        color: #757575;
        margin-top: 30px;
        letter-spacing: initial;
    }

#default-service-6 .portfolio-readmore {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #757575;
    position: relative;
}

    #default-service-6 .portfolio-readmore:hover {
        color: var(--default);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

        #default-service-6 .portfolio-readmore:hover::after {
            color: #ffffff;
            background-color: #333333;
            border-color: #333333;
        }

    #default-service-6 .portfolio-readmore::after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #dfdfdf;
        border-radius: 20px;
        border: 1px solid #e1e1e1;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

#default-service-6 .default-service-box article:hover .entry-thumbnail img {
    transform: scale(1.1);
}

#default-service-6 .default-service-box .entry-thumbnail::after {
    display: none;
}

#default-service-6.default-slider-service {
    background: #f3f0f0;
}

@media (max-width: 992px) {
    #default-service-6 .default-service-box .portfolio-entry:nth-child(n + 4) {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    #default-service-6 .default-service-box {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #default-service-6 .default-service-box .portfolio-entry:nth-child(n + 4) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*end default-service-6*/
/*default-service-5*/
#default-service-5 .default-service-box .portfolio-entry:nth-child(n + 6) {
    display: none;
}

#default-service-5 .default-service-link {
    display: block !important;
    position: absolute;
    left: 15px;
    top: calc(50% - 45px);
}

    #default-service-5 .default-service-link p a::after {
        position: absolute;
        content: "";
        bottom: -2px;
        left: -2px;
        top: auto;
        width: 0;
        opacity: 0;
        height: 8px;
        background: rgba(0, 0, 0, 0.1);
        transition: all 200ms ease-in-out;
    }

    #default-service-5 .default-service-link p {
        font-size: 15px;
        color: #444;
        font-weight: 300;
    }

        #default-service-5 .default-service-link p a:hover {
            opacity: 1;
        }

            #default-service-5 .default-service-link p a:hover::after {
                opacity: 1;
                width: 100%;
            }

        #default-service-5 .default-service-link p a {
            color: var(--default);
            font-weight: 500;
            font-size: 16px;
            position: relative;
            opacity: 0.8;
            transition: all 200ms ease-in-out;
        }

#default-service-5 .default-service-box .portfolio-entry:first-child {
    margin-left: 33.333333333333%;
}

#default-service-5 .container > h3,
#default-service-5 .container > p {
    position: absolute;
    width: 33.333333333333333%;
    text-align: left;
    padding-right: 15px;
    left: 15px;
    color: #444 !important;
}

#default-service-5 .container > h3 {
    top: 50px;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: initial;
    text-align: left !important;
}

#default-service-5.default-slider-service {
    background: #f3f0f0;
}

#default-service-5 .default-service-box img {
    aspect-ratio: 38 / 21;
    height: auto !important;
}

#default-service-5 .container > p {
    top: 75px;
    line-height: 1.2 !important;
    font-size: 40px !important;
    letter-spacing: -0.4px;
    font-weight: 500;
}

#default-service-5 .entry-title {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    transition: background-color 200ms ease-in-out;
    overflow: hidden;
}

#default-service-5 .default-service-box .entry-title p {
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 30px;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #040404;
    letter-spacing: initial;
    margin: 0 auto;
    white-space: nowrap;
    height: 46px;
    line-height: 43px;
    background: transparent;
    position: relative;
    display: block !important;
    transition: transform 200ms ease-in-out;
}

#default-service-5 .default-service-box .entry-title:hover p {
    transform: translateY(-100%);
}

#default-service-5 .default-service-box .entry-title:hover::after {
    transform: translateY(0);
}

#default-service-5 .default-service-box .entry-title:hover {
    background: #d08472;
}

#default-service-5 .default-service-box .entry-title::after {
    position: absolute;
    content: "Xem chi tiết";
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 200ms ease-in-out;
    font-size: 14px;
    font-weight: 400;
}

#default-service-5 .default-service-box .portfolio-info {
    position: absolute;
    width: 100%;
    bottom: -23px;
    overflow: hidden;
}

#default-service-5 .portfolio-entry {
    margin-bottom: 50px;
}

#default-service-5 .project-link {
    position: relative;
}

@media (max-width: 992px) {

    #default-service-5 .container > h3,
    #default-service-5 .container > p,
    #default-service-5 .default-service-link {
        position: relative;
        top: 0;
        left: 0;
        text-align: center !important;
        width: 100%;
    }

    #default-service-5 .container > h3 {
        margin: 0 auto 10px;
    }

    #default-service-5 .container > p {
        margin: 0 auto 10px;
    }

    #default-service-5 .default-service-box .portfolio-entry:first-child {
        margin-left: 0;
    }

    #default-service-5 .default-service-link {
        margin-bottom: 40px;
    }

    #default-service-5 .portfolio-entry {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #default-service-5 .default-service-box {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #default-service-5 .portfolio-entry {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*end default-service-5*/
/*default-service-4*/
#default-service-4 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) {
    padding: 0;
}

#default-service-4 .default-service-box .portfolio-entry:nth-child(n + 4) {
    display: none;
}

#default-service-4 .entry-title {
    margin-bottom: 10px;
}

    #default-service-4 .entry-title p {
        padding: 0;
        transition: all 0.3s ease;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 10px;
        margin-bottom: 0px;
        font-weight: 500;
        color: #c9727a;
    }

#default-service-4 .wrap-title .portfolio-readmore {
    display: block !important;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #911439 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important;
    color: #911439 !important;
    transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color linear 0.3s !important;
    padding: 1.5em 3em;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    #default-service-4 .wrap-title .portfolio-readmore:hover {
        background-position: right top !important;
        color: #ffffff !important;
    }

#default-service-4 .wrap-title h5 p:hover {
    color: #c9727a;
}

#default-service-4 .wrap-title h5 p {
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2631em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

#default-service-4 .wrap-title h5 {
    display: block !important;
}

#default-service-4 .wrap-title {
    padding: 2em 8%;
    background: #eeccc7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

#default-service-4 .default-service-box .portfolio-entry:nth-child(2) .project-link {
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 992px) {
    #default-service-4 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #default-service-4 .project-link {
        display: flex;
        flex-direction: row;
    }

    #default-service-4 .default-service-box .portfolio-entry:nth-child(2) .project-link {
        display: flex;
        flex-direction: row-reverse;
    }

    #default-service-4 .entry-thumbnail,
    #default-service-4 .portfolio-info {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    #default-service-4 .wrap-title h5 p {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }

    #default-service-4 .wrap-title h5 {
        margin: 0;
    }

    #default-service-4 .wrap-title .portfolio-readmore {
        display: none !important;
    }
}

/*end default-service-4*/
/*default-service-3*/
#default-service-3 .portfolio-entry {
    flex: unset;
    max-width: unset;
}

#default-service-3 .default-service-desc {
    display: block !important;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

#default-service-3 .container {
    max-width: 1280px;
    padding-left: 0;
    position: relative;
    padding-right: 0;
}

#default-service-3 .slick-list {
    overflow: visible;
}

#default-service-3 .default-service-box .entry-thumbnail::after {
    display: none;
}

#default-service-3 .default-service-box article:hover .entry-thumbnail img {
    transform: scale(1.1);
}

#default-service-3.default-slider-service .slick-slide:not(.slick-active) {
    opacity: 0.3;
    pointer-events: none;
}

#default-service-3.default-slider-service .slick-arrow {
    display: flex;
    align-items: center;
    z-index: 1;
    height: 46px;
    width: 46px;
    background: #e885a3 !important;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.25s ease-in-out 0s;
}

#default-service-3.default-slider-service .slick-prev {
    left: -5px;
}

#default-service-3.default-slider-service .slick-next {
    right: -5px;
}

#default-service-3.default-slider-service .slick-arrow i {
    font-size: 18px;
    color: #fff;
}

#default-service-3 .portfolio-info {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#default-service-3.default-slider-service {
    padding: 100px 0;
    background: var(--default);
}

#default-service-3 .container > h3,
#default-service-3 .container > p {
    color: #fff !important;
}

#default-service-3 .entry-title {
    margin-bottom: 0;
}

#default-service-3 .default-service-box .entry-title p {
    padding: 0.875rem 3rem;
    color: #7c3367;
    background: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    max-width: 80%;
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
    font-size: 13px;
    align-items: center;
    border-radius: 2rem;
    text-overflow: ellipsis;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;
    margin: 0 auto;
}

    #default-service-3 .default-service-box .entry-title p:hover {
        background: #fbacaf;
        color: #fff;
    }

#default-service-3 .default-service-box .portfolio-entry:nth-child(n + 7) {
    display: none;
}

@media (max-width: 1330px) {
    #default-service-3 .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #default-service-3.default-slider-service {
        padding: 30px 0 70px;
    }
}

/*@media (max-width: 576px) {
    #default-service-3.default-slider-service {
        padding: 30px 0
    }
}*/
/*end default-service-3*/
/*default-service-2*/
#default-service-2 .portfolio-entry:last-child {
    display: block !important;
}

#default-service-2 .default-service-box img {
    display: none;
}

#default-service-2 .default-service-box svg {
    display: block !important;
    width: 100%;
    stroke: inherit;
    fill: inherit;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .entry-title p {
    letter-spacing: -0.01em;
    color: #405861;
    font-size: 25px;
    line-height: 1.08em;
    font-weight: 500;
    padding: 0;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .entry-thumbnail-2 {
    display: block !important;
    width: 100%;
    transform: none !important;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .entry-thumbnail::after {
    display: none;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .entry-thumbnail {
    position: relative;
    width: 100%;
    vertical-align: top;
    stroke: #405861;
    fill: none;
    pointer-events: none;
    pointer-events: all;
    stroke: #b7b7b7;
    width: 30%;
    margin: 0 auto;
    transition: all 0.2s ease-out;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4):hover .entry-thumbnail {
    stroke: #405861;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .wrap-title h5,
#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .wrap-title h5 p {
    margin-bottom: 0;
    color: #85a3b3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1.5;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .entry-title {
    margin-top: 20px;
}

    #default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .entry-title p {
        color: #415962;
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 1.08em;
        font-weight: 400;
        padding: 0;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .wrap-title h5,
#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .wrap-title h5 p {
    color: #879296;
    line-height: 1.8em;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: inherit;
}

#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .portfolio-readmore {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #405861 !important;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 400;
}

    #default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .portfolio-readmore::before {
        background: rgba(133, 163, 179, 0.21);
        content: "";
        position: absolute;
        width: calc(100% + 20px);
        height: 8px;
        bottom: 6px;
        left: -5px;
    }

#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .entry-title {
    margin-bottom: 15px;
}

#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .portfolio-info {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 20px;
    background: #fff;
    padding: 30px;
}

#default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) .portfolio-readmore:hover::before {
    animation: qodef-strip 0.6s cubic-bezier(0.37, -0.04, 0, 0.9) forwards;
}

@keyframes qodef-strip {
    0% {
        transform: scaleX(1);
        transform-origin: right;
    }

    49% {
        transform: scaleX(0);
        transform-origin: right;
    }

    50% {
        transform: scaleX(0);
        transform-origin: left;
    }

    100% {
        transform: scaleX(1);
        transform-origin: left;
    }
}

#default-service-2 .default-service-box .project-link {
    position: relative;
    text-align: center;
}

#default-service-2.default-slider-service {
    padding: 30px 0;
}

#default-service-2 .portfolio-entry:nth-child(1) img,
#default-service-2 .portfolio-entry:nth-child(2) img,
#default-service-2 .portfolio-entry:nth-child(3) img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 42 / 55;
}

#default-service-2 .portfolio-entry:nth-child(1) .portfolio-readmore,
#default-service-2 .portfolio-entry:nth-child(2) .portfolio-readmore,
#default-service-2 .portfolio-entry:nth-child(3) .portfolio-readmore {
    display: block !important;
}

#default-service-2 .wrap-title h5 {
    display: block !important;
}

#default-service-2 .portfolio-entry:nth-child(1),
#default-service-2 .portfolio-entry:nth-child(2),
#default-service-2 .portfolio-entry:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

#default-service-2 .portfolio-entry {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

#default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .wrap-title {
    padding: 0 30px;
}

@media (min-width: 768px) {
    #default-service-2.default-slider-service {
        padding: 70px 0 100px 0;
    }

    #default-service-2 .default-service-box .portfolio-entry:nth-child(n + 4) .wrap-title {
        padding: 0;
    }

    #default-service-2 .portfolio-entry {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    #default-service-2 .default-service-box .portfolio-entry:not(:nth-child(n + 4)) {
        margin-bottom: 100px;
    }

    #default-service-2 .portfolio-entry:nth-child(1),
    #default-service-2 .portfolio-entry:nth-child(2),
    #default-service-2 .portfolio-entry:nth-child(3) {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #default-service-2 .portfolio-entry {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*end default-service-2*/
/*page-prod-2*/
#page-prod-2 .container > .row .content-detail .resize-product .product-item:hover div.title {
    color: var(--default);
}

#page-prod-2 .container > .row .sidebar-detail {
    display: none;
}

#page-prod-2 .container > .row .content-detail {
    flex: 0 0 100%;
    max-width: 100%;
}

    #page-prod-2 .container > .row .content-detail .resize-product > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #page-prod-2 .container > .row .content-detail .resize-product > div {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #page-prod-2 .container > .row .content-detail .resize-product .product-item {
        border: none;
    }

    #page-prod-2 .container > .row .content-detail .product-item__img,
    .product-item__text {
        padding: 0;
    }

/*end page-prod-2*/
/*blog-3*/
#blog-3 .blog-post {
    position: relative;
}

#blog-3 .row > div:not(:first-child) .blog-post::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    border-radius: 10px;
    box-shadow: 30px 30px 64px rgba(0, 0, 0, 0.03);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
}

#blog-3 {
    position: relative;
}

    #blog-3 > .container {
        position: relative;
        z-index: 1;
    }

    #blog-3::after {
        position: absolute;
        content: "";
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 100%;
        height: 100%;
        max-height: 350px;
        max-width: 35%;
        min-width: 300px;
        background-color: #fff5ef;
        z-index: 0;
    }

    #blog-3::before {
        content: "";
        position: absolute;
        bottom: 15%;
        width: 100%;
        height: 45%;
        max-height: 70%;
        max-width: 45%;
        min-width: 300px;
        background-color: #fff5ef;
        z-index: 0;
    }

    #blog-3 .row > div:not(:first-child) .blog-post-img::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        pointer-events: none;
        top: 0;
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
        transition: all 0.4s ease;
    }

    #blog-3 .row > div:not(:first-child) .blog-post:hover {
        transform: translateY(-5px);
        box-shadow: 30px 30px 64px rgba(0, 0, 0, 0.05), 0 0 0 transparent;
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

    #blog-3 .row > div:not(:first-child) .blog-post {
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
        border-radius: 10px;
    }

        #blog-3 .row > div:not(:first-child) .blog-post img,
        #blog-3 .row > div:not(:first-child) .blog-post-img {
            border-radius: 10px 10px 0 0;
            position: relative;
        }

    #blog-3 .row > div:not(:first-child) .blog-post-txt .btn {
        color: #999;
    }

        #blog-3 .row > div:not(:first-child) .blog-post-txt .btn:hover {
            color: var(--default);
        }

    #blog-3.blog-section-ezs .row > div:not(:first-child) .blog-post .blog-post-txt p {
        display: none;
    }

    #blog-3 .row > div:not(:first-child) .blog-post-txt {
        margin-top: 0;
        padding: 30px;
        background: #fff;
    }

    #blog-3 .row > div:not(:first-child) .blog-post h5 a {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: initial;
    }

    #blog-3 .row > div:first-child .blog-post-txt {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 0 50px 0 15px;
        margin-top: 0;
    }

        #blog-3 .row > div:first-child .blog-post-txt .blog-post-date {
            display: block !important;
            font-size: 15px;
            color: #9b9b9b;
            margin-bottom: 25px;
            font-weight: 400;
            padding-left: 135px;
            position: relative;
        }

            #blog-3 .row > div:first-child .blog-post-txt .blog-post-date::after {
                content: "Tin nổi bật";
                position: absolute;
                left: 0;
                top: 50%;
                display: flex;
                align-items: center;
                transform: translateY(-50%);
                justify-content: center;
                background: #ffcda3;
                letter-spacing: 0.3px;
                padding: 13px 21px;
                border-radius: 10px;
                line-height: 1;
                font-size: 12px;
                font-weight: 500;
                transition: 0.2s;
                color: #111111;
                cursor: pointer;
            }

                #blog-3 .row > div:first-child .blog-post-txt .blog-post-date::after:hover {
                    box-shadow: 14px 14px 36px rgba(85, 85, 85, 0.3);
                    transform: translateY(-3px);
                    transition: 0.2s;
                }

    #blog-3 .blog-post-txt .btn {
        margin-top: 0;
        font-weight: 400;
        color: #222831;
    }

        #blog-3 .blog-post-txt .btn:hover {
            color: var(--default);
        }

    #blog-3.blog-section-ezs .row > div:first-child .blog-post h5 a {
        font-size: 36px;
        line-height: 50px;
        font-weight: 500;
        margin-bottom: 20px;
        letter-spacing: initial;
        transition: all 300ms;
    }

    #blog-3.blog-section-ezs .blog-post h5 a:hover {
        color: var(--default);
        transition: all 300ms;
    }

    #blog-3.blog-section-ezs .row > div:first-child .blog-post .blog-post-txt p {
        color: #999999;
        font-weight: 400;
        margin-bottom: 25px;
    }

    #blog-3 .row > div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

        #blog-3 .row > div:first-child .blog-post {
            display: flex;
            margin-bottom: 70px;
            flex-direction: row-reverse;
        }

        #blog-3 .row > div:first-child .blog-post-img {
            flex: 0 0 50%;
            max-width: 100%;
            padding: 0 15px;
        }

            #blog-3 .row > div:first-child .blog-post-img img {
                border-radius: 10px;
                height: 100% !important;
            }

/*end blog-3*/
/*blog-2*/
#blog-2.resize-blogs .blog-post h5 a {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: initial;
    line-height: 1.4;
    margin-bottom: 20px;
    transition: all 300ms;
}

#blog-2.resize-blogs .blog-post .blog-post-txt p {
    line-height: 1.8;
    color: #505050;
    font-weight: 400;
    font-size: 16px;
}

#blog-2.resize-blogs .blog-post h5 a:hover {
    color: var(--default);
    transition: all 300ms;
}

#blog-2 .blog-post-txt .btn {
    background-color: rgba(240, 142, 128, 0.1);
    color: #505050;
    padding: 6px 10px;
    border-radius: 2px;
    transition: all 300ms;
}

    #blog-2 .blog-post-txt .btn:hover {
        background: var(--default);
        color: #fff;
        transition: all 300ms;
    }

#blog-2 .row > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 24px;
}

#blog-2.blog-section-ezs .blog-post img {
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

#blog-2 .blog-post:hover img {
    transition: 0.3s;
    transform: translateY(-5px);
    filter: grayscale(0);
}

#blog-2 .blog-post-img {
    margin-bottom: 50px;
    overflow: visible;
    position: relative;
}

    #blog-2 .blog-post-img::before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: -30px;
        width: calc(100% + 60px);
        height: 100%;
        background-color: #f7f5f3;
        z-index: 1;
        pointer-events: none;
        transition: 0.3s;
    }

#blog-2 .row > div .blog-post {
    padding: 0 30px;
}

/*end blog-2*/
/*ezsService-4*/
#ezsService-4 .page-prods__bottom .prods-service__item-text {
    padding: 25px;
}

    #ezsService-4 .page-prods__bottom .prods-service__item-text div.title {
        font-size: 22px;
    }

#ezsService-4 .page-prods__bottom .prods-service__item-text {
    text-align: left;
}

#ezsService-4 .prodx-detail__bottom .product-item__item-text {
    padding: 20px;
    padding: 20px;
    text-align: left;
}

#ezsService-4 .page-prods__bottom .product-item {
    flex-direction: row;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

#ezsService-4 .page-prods .prods-service__item-img {
    min-width: fit-content;
    height: 100%;
    padding: 0;
}

#ezsService-4 .page-prods__bottom .prods-service__item-btn {
    border-top: 1px solid #e5e9ec;
    padding-top: 5px;
    text-align: right;
}

#ezsService-4 .page-prods .prods-service__item-img > a {
    display: flex;
    height: 100%;
    width: 420px;
}

#ezsService-4 .page-prods .imgprod {
    width: 100%;
    margin-bottom: 0;
    height: auto !important;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

#ezsService-4 .page-prods__bottom > div {
    flex: 0 0 100%;
    max-width: 100%;
}

/*end ezsService-4*/
/*ezsService-3*/
#ezsService-3 .page-prods__bottom > div {
    flex: 0 0 100%;
    margin-bottom: 50px;
    max-width: 100%;
}

#ezsService-3 .page-prods__bottom .product-item {
    flex-direction: row;
    justify-content: space-between;
    border: none;
    width: 100%;
}

#ezsService-3 .page-prods .prods-service__item-img {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    padding: 0;
}

#ezsService-3 .page-prods .imgprod {
    min-height: 300px;
    border-radius: 3px;
    margin-bottom: 0;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
}

#ezsService-3 .page-prods__bottom > div:nth-child(2n + 2) .prods-service__item {
    flex-direction: row-reverse;
}

#ezsService-3 .prods-service__item-text {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    align-items: start;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    padding: 40px;
}

#ezsService-3 .prods-service__item-btn {
    display: none;
}

#ezsService-3 .page-prods__bottom .prods-service__item-text div.title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
}

#ezsService-3 .page-prods__bottom .prods-service__item-text .desc p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: left;
}

/*end ezsService-3*/
/*ezsService-2*/
#ezsService-2 .page-prods__bottom .product-item {
    flex-direction: row;
}

#ezsService-2 .page-prods .prods-service__item-img {
    min-width: fit-content;
    height: 100%;
    max-width: 50%;
}

    #ezsService-2 .page-prods .prods-service__item-img > a {
        display: flex;
        height: 100%;
        width: 250px;
    }

#ezsService-2 .page-prods .imgprod {
    width: 100%;
    margin-bottom: 0;
    height: auto !important;
}

#ezsService-2 .page-prods__bottom > div {
    flex: 0 0 50%;
    max-width: 50%;
}

/*end ezsService-2*/
/*footer-11*/
#footer-11 .footer-info .form-notification.error {
    display: none !important;
}

#footer-11 .footer-top-social {
    padding: 30px 0 70px;
    text-align: center;
}

#footer-11 .footer-top-social__icon i {
    font-size: 16px;
    color: #000;
    transition: all 300ms;
    margin: 0 10px;
}

#footer-11 .footer-top-social__icon a:hover i {
    color: var(--default);
    transition: all 300ms;
}

#footer-11 .footer-top-social {
    display: block !important;
}

#footer-11 .form-notification.error {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 75px);
    font-size: 13px;
    transform: translateX(-50%);
}

#footer-11 .footer-top-email {
    display: block !important;
}

#footer-11 .footer-top-email__box::before {
    content: "Subscribe to our emails (they’re super fun, promise) and get 15% off your first online order";
    position: absolute;
    top: -20px;
    left: 50%;
    text-align: center;
    font-weight: 400;
    width: 100vw;
    transform: translateX(-50%);
    color: #666666;
    font-size: 16px;
    line-height: 29px;
    padding: 0 15px;
}

#footer-11.footer {
    background: #f8f7f7;
    border: none;
    padding-top: 150px;
}

#footer-11 .footer-top-email__mail .input-group {
    flex-direction: column;
}

    #footer-11 .footer-top-email__mail .input-group input {
    }

#footer-11 .footer-top-email__box::after {
    content: "Sign up now & get 10% off";
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    color: #000000;
    font-size: 1.875rem;
}

#footer-11 .footer-top-email__box {
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

    #footer-11 .footer-top-email__box .input-group-btn {
        text-align: center;
    }

    #footer-11 .footer-top-email__box .send-email {
        height: 56px;
        border: 1px solid var(--default);
        background: var(--default);
        color: #fff;
        border-radius: 40px;
        padding: 13px 30px;
        transition: all 300ms;
    }

        #footer-11 .footer-top-email__box .send-email:hover {
            transition: all 300ms;
            color: var(--default);
            background: none;
            border: 1px solid var(--default);
        }

    #footer-11 .footer-top-email__box input {
        height: 56px;
        font-size: 16px;
        line-height: 18px;
        padding: 19px 38px;
        border: none;
        margin-right: 30px;
        border-radius: 40px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

        #footer-11 .footer-top-email__box input:focus {
            box-shadow: none;
        }

#footer-11 .footer-bottom,
#footer-11 .footer-bottom .row > div:not(.footer-logo) {
    display: none;
    padding-top: 30px;
}

#footer-11 .footer-info .footer-contacts {
    padding-top: 30px;
    font-size: 15px;
}

#footer-11 .footer-contacts p,
#footer-11 p.foo-email a {
    font-size: 15px;
    color: #3d435c;
}

#footer-11 .footer-logo {
    flex: 0 0 60%;
    max-width: 60%;
}

#footer-11 .footer-time-open {
    display: block !important;
    flex: 0 0 20%;
    max-width: 20%;
    padding-top: 0 !important;
}

#footer-11.footer h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2c396b;
}

#footer-11 .footer-book-now {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex !important;
    justify-content: center;
    align-items: start;
}

    #footer-11 .footer-book-now a {
        font-size: 14px;
        line-height: 16px;
        padding: 14px 30px;
        color: #fff;
        background: var(--default);
        border: 1px solid var(--default);
        transition: all 300ms;
    }

        #footer-11 .footer-book-now a:hover {
            background: none;
            color: var(--default);
            transition: all 300ms;
        }

#footer-11 .footer-time-open .footer-links p {
    font-size: 15px;
}

#footer-11 .footer-time-open .footer-links > div {
    display: none !important;
}

#footer-11 .footer-links {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 45px;
    padding-left: 15px;
}

#footer-11 .footer-info img {
    height: 50px;
}

#footer-11 .txt-color-05 {
    color: #3d435c;
}

#footer-11 .footer-top-menu {
    display: block !important;
}

#footer-11 .bottom-footer {
    background: var(--default);
}

#footer-11 .footer-copyright .stock-checked p,
#footer-11 .stock-checked i,
#footer-11 .stock-checked,
#footer-11 .bottom-footer-list li p a,
#footer-11 .bottom-footer-list li p a i,
#footer-11 .bottom-footer-list p:after {
    color: #fff;
}

#footer-11 .bottom-footer .container {
    border: none;
    padding: 35px 0;
}

#footer-11 .footer-top-menu ul {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    border-top: 1px solid #dfdede;
    margin-top: 20px;
    flex-wrap: wrap;
}

    #footer-11 .footer-top-menu ul li {
        margin: 0 10px;
        display: flex;
    }

    #footer-11 .footer-top-menu ul a {
        color: #000;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        transition: ease-in-out 400ms;
    }

        #footer-11 .footer-top-menu ul a:hover {
            padding: 38px 0;
            color: var(--default);
        }

#footer-11 .footer-links::after {
    content: "Mon - Fri: 9:00 - 19:00 \A Closed on Weekends";
    position: absolute;
    bottom: 0;
    white-space: pre-wrap;
    left: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #3d435c;
}

#footer-11 .footer-contacts {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 60%;
    margin-left: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
}

    #footer-11 .footer-contacts::before {
        content: "Địa chỉ";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        font-weight: 400;
        color: #2c396b;
    }

    #footer-11 .footer-contacts div {
        position: relative;
    }

        #footer-11 .footer-contacts div::before {
            content: "Liên hệ";
            position: absolute;
            top: -30px;
            left: 0;
            font-size: 16px;
            font-weight: 400;
            color: #2c396b;
        }

#footer-11 .footer-bottom .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

#footer-11 .stock-checked,
#footer-11 .bottom-footer .row > div:last-child {
    display: none;
}

#footer-11 .bottom-footer .row > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}

#footer-11 .bottom-footer .footer-copyright {
    position: relative;
}

    #footer-11 .bottom-footer .footer-copyright::after {
        content: "Copyright © 2022 Cser. All Rights Reserved.";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.715;
    }

@media (max-width: 576px) {
    #footer-11 .footer-top-menu ul {
        padding-top: 50px;
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    #footer-11 .footer-top-email__box::after {
        font-size: 24px;
    }

    #footer-11 .footer-top-email__box::before {
        font-size: 14px;
    }
}

/*end footer-11*/
/*footer-10*/
#footer-10.footer {
    position: relative;
    border: 0;
    /*background: #fff7f3;*/
    padding-top: 150px;
    z-index: 1;
}
#footer-10.footer:before {
        content: "";
    position: absolute;
    background: var(--default);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -1;
}
#footer-10 .footer-bottom .footer-logo {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

    #footer-10 .footer-bottom .footer-logo .footer-contacts {
        display: none;
    }

    #footer-10 .footer-bottom .footer-logo .footer-info {
        margin: 0;
    }

#footer-10 .footer-bottom .footer-contactus:not(.footer-time-open) {
    display: block !important;
    flex: 0 0 20%;
    max-width: 20%;
    order: 1;
    text-align: center;
}

#footer-10.footer h6 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    font-family: sans-serif;
}

#footer-10 .footer-contact .footer-form .form-control {
    border: none;
    background: none;
    border-bottom: 2px solid #efe5dc;
}

#footer-10 .footer-contact .footer-form .send-email {
    color: #000;
}

#footer-10 .footer-contact .footer-form .send-email {
    border: none;
    background: none;
    border-bottom: 2px solid #efe5dc;
}

#footer-10 .bottom-footer {
    padding: 0 0;
    background: #f8ede8;
}

    #footer-10 .bottom-footer .container {
        border: 0;
    }

    #footer-10 .bottom-footer .row {
        flex-direction: column;
        justify-content: center;
    }

        #footer-10 .bottom-footer .row > div {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }

            #footer-10 .bottom-footer .row > div:first-child {
                margin-bottom: 5px;
            }

            #footer-10 .bottom-footer .row > div ul {
                text-align: center !important;
            }

#footer-10 .footer-bottom .footer-logo .footer-info .form-notification {
    display: none;
}

#footer-10 .footer-bottom .footer-contact .footer-form > p {
    margin-bottom: 40px;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
}

#footer-10 .footer-bottom .footer-contactus:not(.footer-time-open) .footer-links {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2em;
    color: #000;
}

#footer-10 .footer-links li p a {
    font-size: 14px;
    line-height: 2em;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    #footer-10 .footer-links li p a:hover {
        color: var(--default);
    }

#footer-10 .footer-links li p {
    margin-bottom: 0;
    color: #000;
    line-height: 2em;
}

#footer-10 .footer-bottom .footer-contactus:not(.footer-time-open) p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

#footer-10 .footer-bottom .footer-contact {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
    text-align: center;
}

#footer-10 .footer-bottom .footer-service {
    display: block !important;
    flex: 0 0 20%;
    max-width: 20%;
    order: 3;
    text-align: center;
}

#footer-10 .footer-bottom .footer-product {
    display: none;
}

@media (min-width: 992px) {
    #footer-10 .footer-bottom .footer-contact .footer-form {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {

    #footer-10 .footer-bottom .footer-contactus:not(.footer-time-open),
    #footer-10 .footer-bottom .footer-contact,
    #footer-10 .footer-bottom .footer-service {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*end footer-10*/
/*footer-9*/
#footer-9.footer {
    background-color: #fdf2f5;
    border: none;
}

#footer-9 .footer-bottom .row div.footer-logo .form-notification.error {
    display: inline-block !important;
}

#footer-9 .footer-bottom .row div.footer-logo {
    order: 1;
    flex: 33.33333333%;
    max-width: 33.33333333%;
    border-right: 1px solid #ffe2eb;
}

#footer-9.footer h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #7c3367;
    margin-bottom: 20px;
}

#footer-9 .footer-contact p {
    display: none;
}

#footer-9 .footer-contact .input-group,
#footer-9 .footer-contact .form-notification {
    display: none !important;
}

#footer-9 .footer-contact .footer-address {
    display: flex !important;
    color: #6f5a69;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    flex-direction: column-reverse;
    line-height: 2.3em;
}

    #footer-9 .footer-contact .footer-address div {
        position: relative;
        text-indent: 50px;
    }

        #footer-9 .footer-contact .footer-address div::before {
            content: "Địa chỉ: ";
            position: absolute;
            top: 0;
            left: -50px;
        }

    #footer-9 .footer-contact .footer-address:before {
        content: "Điện thoại: " attr(data-phone) "";
        position: absolute;
        bottom: 30px;
        left: 0;
    }

    #footer-9 .footer-contact .footer-address a {
        color: #6f5a69;
        font-size: 14px;
        font-weight: 400;
        padding-left: 43px;
        position: relative;
        padding-top: 30px;
    }

        #footer-9 .footer-contact .footer-address a::before {
            content: "Email: ";
            position: absolute;
            bottom: 0;
            left: 0;
        }

#footer-9 .footer-bottom > .container {
    padding-bottom: 100px;
    position: relative;
}

#footer-9 .footer-time-open {
    display: block !important;
    position: absolute;
    order: 5;
    left: calc(33.3333333333% - 6px);
    border-left: 1px solid #ffe2eb;
    flex: 66.66666666666% !important;
    max-width: 27% !important;
    bottom: 40px;
}

#footer-9 .bottom-footer .container {
    border-top: 1px solid #ffe2eb;
}

#footer-9 .footer-copyright p {
    font-size: 16px;
    color: #6f5a69;
}

#footer-9 .footer-copyright i {
    color: #6f5a69;
}

#footer-9 .bottom-footer-list li p a {
    font-size: 14px;
    color: #6f5a69;
    font-weight: 400;
}

#footer-9 .bottom-footer-list li i,
#footer-9 .bottom-footer-list p:after {
    color: #6f5a69;
}

#footer-9 .stock-checked {
    color: #7c3367;
    font-weight: 400;
}

#footer-9 .footer-time-open .footer-links {
    margin-bottom: 10px;
}

#footer-9 .footer-time-open p {
    color: #6f5a69;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 20px;
}

#footer-9 .footer-bottom ul li a {
    color: #6f5a69;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
}

#footer-9 .footer-bottom .row div.footer-logo .footer-contacts {
    display: none;
}

#footer-9 .footer-bottom .row div.footer-logo img {
    height: 50px;
}

#footer-9 .footer-bottom .row div.footer-logo .input-group {
    display: flex !important;
    width: calc(100% - 50px);
}

#footer-9 .footer-bottom .row div.footer-logo h5 {
    display: block !important;
    color: #6f5a69;
    letter-spacing: inherit;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    width: calc(100% - 50px);
}

#footer-9 .footer-bottom .row div.footer-logo .input-group .form-control {
    border: 0;
    border-radius: 0;
    height: 50px;
    color: #6f5a69;
    outline: none;
    box-shadow: none;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.1875em;
}

#footer-9 .footer-bottom .row div.footer-logo .input-group .btn {
    height: 100%;
    background: #ffffff;
    border-radius: 0;
}

#footer-9 .footer-bottom .row div.footer-product {
    order: 3;
}

#footer-9 .footer-bottom .row div.footer-contact {
    order: 2;
    flex: 32.22222222% !important;
    max-width: 32.22222222% !important;
}

#footer-9 .footer-bottom .row div.footer-service {
    order: 4;
}

#footer-9 .footer-bottom .row > div:not(.footer-logo) {
    flex: 17.22222222%;
    max-width: 17.22222222%;
    padding-left: 60px;
}

@media (max-width: 992px) {
    #footer-9 .footer-bottom .row div.footer-logo {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        border: 0;
    }

        #footer-9 .footer-bottom .row div.footer-logo h5,
        #footer-9 .footer-bottom .row div.footer-logo .input-group {
            width: 100%;
        }

    #footer-9 .footer-bottom .row > div:not(.footer-logo) {
        padding-left: 15px;
    }

    #footer-9 .footer-time-open {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        position: unset;
        border: none;
        padding-left: 15px;
        display: none !important;
    }

    #footer-9 .footer-bottom .row > div:not(.footer-logo) {
        flex: 0 0 33.333333333333% !important;
        max-width: 33.333333333333% !important;
    }

    #footer-9 .footer-bottom > .container {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    #footer-9 .footer-bottom .row > div:not(.footer-logo) {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    #footer-9 .footer-time-open {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
}

/*end footer-9*/
/*footer-8*/
#footer-8 .footer-info .form-notification.error {
    display: none !important;
}

#footer-8 .bottom-footer-list li p {
    font-size: 14px;
    font-weight: 400;
    transition: all 300ms;
}

#footer-8 .footer-copyright p {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}

#footer-8 .bottom-footer .container {
    padding: 20px 0 10px;
}

#footer-8 .stock-checked {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}

#footer-8 .footer-top-social {
    padding: 40px 0 70px 0;
    text-align: center;
}

#footer-8 .footer-top-social__icon i {
    font-size: 20px;
    color: #757575;
    transition: all 300ms;
    margin: 0 10px;
}

#footer-8 .footer-top-social__icon a:hover i {
    color: var(--default);
    transition: all 300ms;
}

#footer-8 .footer-top-social {
    display: block !important;
}

#footer-8 .form-notification.error {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 75px);
    font-size: 13px;
    transform: translateX(-50%);
}

#footer-8 .footer-top-email {
    display: block !important;
    order: 2;
}

#footer-8 .bottom-footer {
    order: 3;
}

#footer-8 .footer-contactus {
    order: 3;
}

#footer-8 .footer-time-open {
    order: 2;
}

#footer-8 .footer-bottom .row > div {
    flex: 33.33333333%;
    max-width: 33.33333333%;
}

#footer-8 .footer-top-email__box::before {
    content: "NEWSLETTER";
    position: absolute;
    top: 45px;
    left: 50%;
    text-align: center;
    font-weight: 300;
    width: fit-content;
    transform: translateX(-50%);
    color: #323232;
    font-size: 1.077em;
    line-height: 1.3em;
    font-weight: 400;
}

#footer-8 .footer-top-email__box {
    max-width: 400px;
    margin: 0 auto;
    padding: 80px 0 40px;
    position: relative;
}

    #footer-8 .footer-top-email__box .send-email {
        height: 50px;
        border: 1px solid #e4e4e4;
        color: #fff;
        transition: all 300ms;
        background: var(--default);
    }

        #footer-8 .footer-top-email__box .send-email:hover {
            transition: all 300ms;
            color: var(--default);
            background: #fff;
            border: 1px solid var(--default);
        }

    #footer-8 .footer-top-email__box input {
        height: 50px;
        padding: 19px 38px;
        border: 1px solid #f4f4f4;
        margin-right: 10px;
        border-radius: 0;
        background: #f4f4f4;
        color: #232a34;
        font-size: 13px;
        line-height: 1.3em;
        font-style: italic;
    }

        #footer-8 .footer-top-email__box input:focus {
            box-shadow: none;
        }

#footer-8 .footer-bottom .row > div:not(.footer-logo):not(.footer-contact) {
    display: none;
    padding-top: 30px;
}

#footer-8 .footer-contact {
    order: 3;
}

    #footer-8 .footer-contact .footer-address div {
        text-align: center;
        order: 1;
    }

    #footer-8 .footer-contact .footer-address {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
        line-height: 1.8;
        font-weight: 400;
        color: #757575;
        padding-bottom: 22px;
        position: relative;
    }

        #footer-8 .footer-contact .footer-address:before {
            content: "Telephone:";
            font-size: 13px;
            line-height: 1.8;
            font-weight: 400;
            color: #757575;
            position: absolute;
            bottom: 0;
            padding-right: 77px;
            left: 50%;
            transform: translateX(-50%);
        }

        #footer-8 .footer-contact .footer-address:after {
            content: attr(data-phone);
            font-size: 13px;
            padding-left: 68px;
            line-height: 1.8;
            font-weight: 400;
            color: #f9a392;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

            #footer-8 .footer-contact .footer-address:after:hover {
                color: #8ed4cc;
            }

        #footer-8 .footer-contact .footer-address a {
            order: 2;
            color: #f9a392;
            padding-left: 40px;
            position: relative;
        }

            #footer-8 .footer-contact .footer-address a::before {
                content: "Email:";
                font-size: 13px;
                line-height: 1.8;
                font-weight: 400;
                color: #757575;
                position: absolute;
                top: 0;
                left: 0;
            }

            #footer-8 .footer-contact .footer-address a:hover {
                color: #8ed4cc;
            }

    #footer-8 .footer-contact .input-group,
    #footer-8 .footer-contact p,
    #footer-8 .footer-contact .form-notification {
        display: none;
    }

#footer-8 .footer-info .footer-contacts {
    padding-top: 30px;
    font-size: 15px;
    display: none;
}

#footer-8 .footer-contacts p,
#footer-8 p.foo-email a {
    font-size: 15px;
    color: #3d435c;
}

#footer-8 .footer-logo h6,
#footer-8 .footer-logo h5 {
    display: block !important;
    font-size: 13px;
    font-weight: 400;
    color: #757575;
    text-align: justify;
    text-align-last: center;
    line-height: 1.8;
    letter-spacing: inherit;
}

#footer-8 .footer-time-open {
    display: block !important;
    flex: 0 0 20%;
    max-width: 20%;
    padding-top: 0 !important;
}

    #footer-8 .footer-time-open .footer-links div {
        display: none !important;
    }

#footer-8.footer h6 {
    font-size: 1.077em;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #323232;
    text-align: center;
}

#footer-8 .footer-book-now a {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 30px;
    color: #fff;
    background: var(--default);
    border: 1px solid var(--default);
    transition: all 300ms;
}

    #footer-8 .footer-book-now a:hover {
        background: none;
        color: var(--default);
        transition: all 300ms;
    }

#footer-8 .footer-time-open .footer-links p {
    font-size: 15px;
}

#footer-6 .footer-time-open .footer-links > div {
    display: none !important;
}

#footer-8 .footer-links {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 45px;
    padding-left: 15px;
}

#footer-8 .footer-info img {
    height: 50px;
    display: none;
}

#footer-8 .txt-color-05 {
    color: #3d435c;
}

#footer-8.footer {
    padding-bottom: 10px;
    border: 0;
    display: flex;
    flex-direction: column;
}

#footer-8 .footer-bottom {
    order: 1;
}

    #footer-8 .footer-bottom .container {
        border-bottom: 2px solid #f2f2f2;
        padding-bottom: 30px;
    }

#footer-8 .footer-links::after {
    content: "Mon-Fri: 9 AM – 6 PM \A Saturday: 9 AM – 4 PM \A Sunday: Closed";
    position: absolute;
    bottom: -15px;
    white-space: pre-wrap;
    text-align: center;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    color: #757575;
}

#footer-8 .footer-contacts {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 60%;
    margin-left: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
}

    #footer-8 .footer-contacts::before {
        content: "Địa chỉ";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        font-weight: 400;
        color: #2c396b;
    }

    #footer-8 .footer-contacts div {
        position: relative;
    }

        #footer-8 .footer-contacts div::before {
            content: "Liên hệ";
            position: absolute;
            top: -30px;
            left: 0;
            font-size: 16px;
            font-weight: 400;
            color: #2c396b;
        }

#footer-8 .footer-bottom .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
}

@media (max-width: 992px) {
    #footer-8 .footer-bottom .row > div {
        flex: 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #footer-8 .footer-bottom .row > div {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    #footer-8 .footer-logo h5 {
        max-width: 400px;
    }

    #footer-8 .footer-top-social {
        padding: 20px 0 50px 0;
    }
}

/*end footer-8*/
/*footer-7*/
#footer-7 .bottom-footer .container {
    border-top: 1px solid #ffe2eb;
}

#footer-7 .footer-copyright .stock-checked p {
    color: #6f5a69;
}

#footer-7 .stock-checked i {
    color: #6f5a69;
}

#footer-7 .stock-checked {
    color: #8f8f8f;
    font-weight: 400;
}

#footer-7 .bottom-footer-list li p a {
    display: none;
}

#footer-7 .bottom-footer-list li p {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    font-size: 14px;
    color: #7c3367;
    height: 42px;
    display: flex;
    width: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e885a329;
    border-radius: 50%;
}

#footer-7 .bottom-footer-list li:first-child p::before {
    content: "\f39e";
    margin-left: 2px;
}

#footer-7 .bottom-footer-list li:nth-child(2) p::before {
    content: "\f36f";
    margin-left: 5px;
}

#footer-7 .bottom-footer-list li:nth-child(3) p::before {
    content: "\f3ab";
    margin-left: 5px;
}

#footer-7 .bottom-footer-list p:after {
    display: none;
}

#footer-7.footer {
    padding-top: 300px;
    position: relative;
    border: 0;
    background-color: #fdf2f5;
}

#footer-7 .footer-logo .footer-info img {
    position: absolute;
    top: -170px;
    left: 15px;
}

#footer-7 .footer-logo .footer-info .footer-contacts > div,
#footer-7 .footer-bottom .footer-service,
#footer-7 .footer-bottom .footer-product,
#footer-7 .footer-bottom .footer-contact .footer-form > p,
#footer-7 .footer-bottom .footer-contact .footer-form .input-group {
    display: none;
}

#footer-7 .footer-bottom .footer-time-open {
    display: block !important;
    order: 2;
}

#footer-7 .footer-bottom .footer-contact {
    order: 3;
}

    #footer-7 .footer-bottom .footer-contact .footer-address {
        display: flex !important;
        flex-direction: column;
        position: relative;
    }

        #footer-7 .footer-bottom .footer-contact .footer-address::before {
            content: attr(data-phone);
            position: absolute;
            top: 20px;
            left: 0;
            font-size: 28px;
            font-weight: 400;
            line-height: 1.8;
            color: var(--default);
        }

        #footer-7 .footer-bottom .footer-contact .footer-address::after {
            content: "Vui lòng liên hệ:";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            font-weight: 400;
            color: #6f5a69;
            line-height: 1.8;
        }

        #footer-7 .footer-bottom .footer-contact .footer-address > div {
            display: none;
        }

        #footer-7 .footer-bottom .footer-contact .footer-address a {
            margin-top: 65px;
            font-size: 14px;
            font-weight: 400;
            color: #6f5a69;
        }

#footer-7.footer h6 {
    font-size: 17px;
    text-transform: uppercase;
    color: #7c3367;
    font-weight: 400;
    margin-bottom: 20px;
}

#footer-7 .footer-book-now {
    display: flex !important;
    order: 4;
    align-items: self-start;
    justify-content: center;
}

#footer-7 .footer-form .form-notification.error {
    display: none !important;
}

#footer-7 .footer-book-now a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1.2px;
    background: #e885a3;
    border-radius: 50px;
    padding: 20px 55px;
    width: 100%;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

    #footer-7 .footer-book-now a:hover {
        background-color: #e2668b;
    }

#footer-7 .footer-time-open p {
    font-size: 14px;
    font-weight: 400;
    color: #6f5a69;
    margin: 0;
    line-height: 1.8;
}

#footer-7 .footer-time-open .footer-links > div {
    flex-direction: column;
}

    #footer-7 .footer-time-open .footer-links > div:last-child {
        display: none !important;
    }

#footer-7 .footer-time-open .footer-links > div {
    margin-bottom: 15px;
}

#footer-7 .footer-logo .footer-info {
    order: 1;
}

    #footer-7 .footer-logo .footer-info .footer-contacts {
        position: relative;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6f5a69;
        line-height: 1.8;
    }

        #footer-7 .footer-logo .footer-info .footer-contacts::after {
            content: "Địa chỉ của chúng tôi";
            position: absolute;
            top: -25px;
            font-size: 17px;
            line-height: 1;
            text-transform: uppercase;
            color: #7c3367;
            width: 100%;
            left: 0;
        }

#footer-7 .footer-bottom .container .row {
    position: relative;
}

    #footer-7 .footer-bottom .container .row > div {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #footer-7 .footer-bottom .container .row::before {
        position: absolute;
        white-space: pre-wrap;
        content: "Saturday is a day for the spa. \A Relex, indulge, enjoy, and love yourself. too.";
        top: -180px;
        left: 320px;
        font-size: 34px;
        line-height: 1.3em;
        color: #7c3367;
        font-weight: 400;
    }

/*end footer-7*/
/*footer-6*/
#footer-6 .footer-info .form-notification.error {
    display: none !important;
}

#footer-6 .footer-top-social {
    padding: 70px 0;
    text-align: center;
    background: url(../images/footer-bg-sm.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

#footer-6 .footer-top-social__icon i {
    font-size: 20px;
    color: #2c396b;
    transition: all 300ms;
    margin: 0 10px;
}

#footer-6 .footer-top-social__icon a:hover i {
    color: var(--default);
    transition: all 300ms;
}

#footer-6 .footer-top-social {
    display: block !important;
}

#footer-6 .form-notification.error {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 75px);
    font-size: 13px;
    transform: translateX(-50%);
}

#footer-6 .footer-top-email {
    display: block !important;
}

#footer-6 .footer-top-email__box::before {
    content: "Want to get updates on Spa & Wellness news?";
    position: absolute;
    top: -20px;
    left: 50%;
    text-align: center;
    font-weight: 300;
    width: fit-content;
    transform: translateX(-50%);
    color: #2c396b;
    font-size: 26px;
    line-height: 29px;
}

#footer-6 .footer-top-email__box {
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

    #footer-6 .footer-top-email__box .send-email {
        height: 56px;
        border: 1px solid #e4e4e4;
        color: #2c396b;
        transition: all 300ms;
    }

        #footer-6 .footer-top-email__box .send-email:hover {
            transition: all 300ms;
            color: #fff;
            background: var(--default);
            border: 1px solid var(--default);
        }

    #footer-6 .footer-top-email__box input {
        height: 56px;
        font-size: 16px;
        line-height: 18px;
        padding: 19px 38px;
        border: 1px solid #e4e4e4;
        margin-right: 30px;
        border-radius: 0;
    }

        #footer-6 .footer-top-email__box input:focus {
            box-shadow: none;
        }

#footer-6 .bottom-footer,
#footer-6 .footer-bottom .row > div:not(.footer-logo) {
    display: none;
    padding-top: 30px;
}

#footer-6 .footer-info .footer-contacts {
    padding-top: 30px;
    font-size: 15px;
}

#footer-6 .footer-contacts p,
#footer-6 p.foo-email a {
    font-size: 15px;
    color: #3d435c;
}

#footer-6 .footer-logo {
    flex: 0 0 60%;
    max-width: 60%;
}

#footer-6 .footer-time-open {
    display: block !important;
    flex: 0 0 20%;
    max-width: 20%;
    padding-top: 0 !important;
}

#footer-6.footer h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2c396b;
}

#footer-6 .footer-book-now {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex !important;
    justify-content: center;
    align-items: start;
}

    #footer-6 .footer-book-now a {
        font-size: 14px;
        line-height: 16px;
        padding: 14px 30px;
        color: #fff;
        background: var(--default);
        border: 1px solid var(--default);
        transition: all 300ms;
    }

        #footer-6 .footer-book-now a:hover {
            background: none;
            color: var(--default);
            transition: all 300ms;
        }

#footer-6 .footer-time-open .footer-links p {
    font-size: 15px;
}

#footer-6 .footer-time-open .footer-links > div {
    display: none !important;
}

#footer-6 .footer-links {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 45px;
    padding-left: 15px;
}

#footer-6 .footer-info img {
    height: 50px;
}

#footer-6 .txt-color-05 {
    color: #3d435c;
}

#footer-6.footer {
    background-image: url(../images/wave-horizontal-bg.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-attachment: scroll;
    padding-bottom: 10px;
}

#footer-6 .footer-links::after {
    content: "Mon - Fri: 9:00 - 19:00 \A Closed on Weekends";
    position: absolute;
    bottom: 0;
    white-space: pre-wrap;
    left: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #3d435c;
}

#footer-6 .footer-contacts {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 60%;
    margin-left: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
}

    #footer-6 .footer-contacts::before {
        content: "Địa chỉ";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        font-weight: 400;
        color: #2c396b;
    }

    #footer-6 .footer-contacts div {
        position: relative;
    }

        #footer-6 .footer-contacts div::before {
            content: "Liên hệ";
            position: absolute;
            top: -30px;
            left: 0;
            font-size: 16px;
            font-weight: 400;
            color: #2c396b;
        }

#footer-6 .footer-bottom .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

/*end footer-6*/
/*footer-5*/
#footer-5.footer h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

#footer-5 .footer-bottom .row > div {
    flex: 0 0 25%;
    max-width: 25%;
}

#footer-5 .bottom-footer .container {
    border-top: 1px solid #16132c;
    padding: 30px 0;
}

#footer-5 .stock-checked {
    font-weight: 400;
}

#footer-5 .bottom-footer-list li i,
#footer-5 .bottom-footer-list li a {
    color: #fff;
}

#footer-5 .footer-bottom {
    padding-bottom: 90px;
}

    #footer-5 .footer-bottom .footer-logo img {
        height: 50px;
        margin-bottom: 35px;
    }

    #footer-5 .footer-bottom .footer-logo .form-notification.error {
        display: inline-block !important;
    }

#footer-5.footer ul li a {
    color: #cacaca;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    transition: all 0.3s ease-out 0s;
}

    #footer-5.footer ul li a:hover {
        color: #e8d2b8;
    }

#footer-5.footer {
    background: #0f0c20;
}

#footer-5 .footer-logo h5 {
    display: block !important;
    color: #a6a2bd;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: inherit;
    line-height: 26px;
    margin-bottom: 30px;
}

#footer-5 .footer-logo .input-group {
    display: flex !important;
}

#footer-5 .footer-logo .logo-trang,
#footer-5 .footer-news {
    display: block !important;
}

#footer-5 .feeds {
    display: flex;
    margin-bottom: 15px;
}

.feeds-icon {
    color: var(--default);
    margin-right: 20px;
    padding-top: 10px;
}

#footer-5 .feeds-content h4 a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
}

    #footer-5 .feeds-content h4 a:hover {
        color: #ffffff;
    }

#footer-5 .feeds-content a {
    font-weight: 400;
    font-size: 14px;
    color: #a6a2bd;
    transition: all 0.3s ease-out 0s;
}

#footer-5 .signle-blog-feeds.mb-15 {
    overflow: hidden;
}

#footer-5 .blog-feeds-thumb {
    float: left;
}

    #footer-5 .blog-feeds-thumb img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-right: 17px;
    }

#footer-5 .blog-feeds-text {
    overflow: hidden;
}

    #footer-5 .blog-feeds-text .widget-posts-title a {
        font-size: 15px;
        color: #a6a2bd;
        line-height: 1.3;
        font-weight: 400;
        margin-bottom: 6px;
    }

        #footer-5 .blog-feeds-text .widget-posts-title a:hover {
            color: #e8d2b8;
        }

#footer-5 .feeds-date {
    color: #757a99;
    font-size: 14px;
    font-weight: 400;
}

#footer-5 .feeds-content a:hover {
    color: #a6a2bd;
}

#footer-5 .footer-logo .input-group .form-control {
    height: 60px;
    border-radius: 0;
}

#footer-5 .footer-logo .input-group .btn {
    height: 60px;
    border-radius: 0;
    background: var(--default);
}

    #footer-5 .footer-logo .input-group .btn i {
        color: #fff;
        font-size: 19px;
    }

#footer-5 .footer-logo .footer-contacts,
#footer-5 .footer-product,
#footer-5 .footer-contact,
#footer-5 .footer-logo img:not(.logo-trang) {
    display: none !important;
}

/*end footer-5*/

/*footer-4*/
.default-contact__detail .form-control {
    height: 50px;
    border: 1px solid #000;
    border-radius: 0;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.default-contact__detail .btn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    height: 50px;
    border-left: 0;
    background: #fff;
    border-radius: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.default-contact__detail .input-group {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.default-contact {
    padding: 100px 0;
    background-color: #f7f5f3;
}

.default-contact__detail {
    padding: 40px 20px;
    text-align: center;
}

.default-contact__social i {
    padding: 0 15px;
    font-size: 28px;
}

.default-contact__detail h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 32px;
    color: #000000;
}

.default-contact__detail p {
    margin-bottom: 30px;
}

.form-notification.error {
    color: #f6412d !important;
}

#footer-4 .footer-info .form-notification {
    display: none;
}

#footer-4.footer {
    border: 0;
}

#footer-4 .bottom-footer {
    display: none;
}

#footer-4 .footer-bottom .row > div:not(.footer-logo) {
    display: none !important;
}

#footer-4 .footer-bottom .footer-logo {
    flex: 0 0 100%;
    max-width: 100%;
}

#footer-4 .footer-bottom .footer-info {
    display: flex;
    display: flex;
    justify-content: space-between;
}

#footer-4 .footer-bottom .footer-contacts {
    margin-top: 0;
    display: flex;
}

    #footer-4 .footer-bottom .footer-contacts div {
        margin-left: 50px;
    }

/*end footer-4*/
/*footer-3*/
#footer-3 .footer-bottom {
    color: #808080;
    font-size: 15px;
}

#footer-3 .stock-checked {
    color: #b5b5b5;
    font-weight: 400;
}

#footer-3 a,
#footer-3 p {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
}

#footer-3 .footer-logo img,
#footer-3 .footer-logo .footer-contacts,
#footer-3 .footer-contact {
    display: none;
}

#footer-3 .footer-product {
    display: none;
}

#footer-3 .footer-contactus,
#footer-3 .footer-contactus {
    display: block !important;
}

#footer-3 .footer-logo h6,
#footer-3 .footer-top-email {
    display: block !important;
}

#footer-3.footer h6 {
    font-weight: 400;
}

#footer-3 .footer-top-email__mail .form-notification {
    position: absolute;
    width: 100%;
    bottom: 2px;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 15px;
    color: red;
    margin-bottom: 0;
    font-weight: 400;
}

#footer-3 .footer-top-email__mail .input-group {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;
}

#footer-3.footer {
    background: #f7f5f3;
    border-top: 0;
}

#footer-3 .footer-top-email__mail .input-group::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 1px;
    background-color: #d1d1d1;
    left: calc(50% - 150px);
}

#footer-3 .footer-info .form-notification {
    display: none;
}

#footer-3 .footer-top-email__mail {
    max-width: 524px;
    margin: 0 auto;
    position: relative;
}

    #footer-3 .footer-top-email__mail button {
        max-height: 52px;
        flex-shrink: 0;
        padding: 10px 46px;
        white-space: nowrap;
        font-size: 15px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        background-color: var(--default);
        line-height: 2em;
        font-weight: 500;
        color: #fff;
        border: 1px solid var(--default);
        position: relative;
    }

        #footer-3 .footer-top-email__mail button:hover {
            background: transparent;
            color: var(--default);
        }

    #footer-3 .footer-top-email__mail input {
        color: #818181;
        margin-right: 15px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        padding: 12px 20px;
        line-height: 26px;
        border-radius: 0;
        height: unset;
        font-size: 14px;
    }

        #footer-3 .footer-top-email__mail input:focus {
            box-shadow: none;
            background-color: #fff;
            border-color: rgba(64, 88, 97, 0.5);
        }

#footer-3 .footer-bottom .row > div {
    flex: 0 0 25%;
    max-width: 25%;
}

#footer-3 .footer-logo h5 {
    display: block !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: initial;
    line-height: 25px;
    color: #808080;
}

/*end footer-3*/
/*footer-2*/
#footer-2 .footer-info .form-notification {
    display: none;
}

#footer-2 .footer-logo,
#footer-2 .footer-contact {
    flex: 0 0 50%;
    max-width: 50%;
}

#footer-2 .footer-top-email {
    display: block !important;
    position: relative;
    padding-bottom: 30px;
}

#footer-2 .bottom-footer .container {
    border-top: 1px solid #ffd0d2;
}

#footer-2 .footer-top-email__box {
    width: 60%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

#footer-2 .footer-top-email__mail {
    text-align: center;
    width: 100%;
}

#footer-2 .footer-top-email__contact {
    padding: 10px 110px 10px 90px;
    text-align: center;
    width: 50%;
}

#footer-2 .footer-top-email__mail .input-group {
    flex-direction: column;
}

#footer-2 .footer-top-email__contact h3 {
    margin-bottom: 15px;
    color: var(--default);
    letter-spacing: 0.2em;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: 500;
}

#footer-2 .footer-top-email__contact span {
    font-weight: 600;
    font-size: 18px;
}

#footer-2 .footer-top-email__mail .input-group button {
    padding: 15px 42px 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 14px;
    background: #ffabae;
    border: 2px solid #ffabae;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    transition: all 0.3s linear;
    line-height: 20px;
}

    #footer-2 .footer-top-email__mail .input-group button:hover {
        background: var(--default);
        border: 2px solid var(--default);
    }

#footer-2 .footer-top-email__mail .input-group .form-notification {
    color: red;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 10px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#footer-2 .footer-contact .form-notification {
    display: none !important;
}

#footer-2 .footer-top-email__mail .input-group input {
    width: calc(100% - 176px);
    background: #fff1f3;
    color: #515050;
    font-size: 16px;
    padding: 19px 20px;
    height: 54px;
    margin: 0;
    transition: all 0.3s linear;
    border-radius: 0;
    border: 0;
    outline: 0;
}

#footer-2 .footer-top-email__mail .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
}

#footer-2 .footer-top-email__mail .input-group input:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

#footer-2 .footer-top-email__box p {
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

#footer-2 .footer-bottom {
    background: #f7f5f3;
    padding: 0 10px;
    padding-top: 50px;
}

#footer-2 .bottom-footer {
    background: #f7f5f3;
    padding: 0 10px;
}

#footer-2 .footer-logo p,
#footer-2 .footer-logo .footer-contacts,
#footer-2 .footer-contact .input-group {
    display: none;
}

#footer-2 .footer-logo h5 {
    display: block !important;
    padding: 0 18% 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 35px 0;
    color: #515050;
}

#footer-2 .bottom-footer-list,
#footer-2 .bottom-footer-list a,
#footer-2 .bottom-footer-list a i,
#footer-2 .footer-copyright p,
#footer-2 .stock-checked i {
    color: #515050;
}

#footer-2 .stock-checked {
    color: #7f7f7f;
    font-weight: 400;
}

#footer-2 .footer-address {
    display: block !important;
    text-align: right;
}

#footer-2.footer {
    background: #f7f5f3;
    border: 0;
}

#footer-2 .footer-contact {
    text-align: right;
    color: #515050;
    font-weight: 400;
}

    #footer-2 .footer-contact a {
        display: block;
        color: #515050;
        font-weight: 500;
    }

    #footer-2 .footer-contact h6 {
        color: var(--default);
        letter-spacing: 0.2em;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 0;
    }

    #footer-2 .footer-contact p {
        letter-spacing: 0.3em;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 35px;
        color: var(--default);
        font-weight: 500;
    }

#footer-2 .footer-product,
#footer-2 .footer-service {
    display: none;
}

/*end footer-2*/
.wsmenu.right a[href="/dv/san-pham/dich-vu-795.aspx"],
.wsmenu.right a[href="/tin-tuc-su-kien-693.aspx"],
#header .wsmainwp nav.left li a[href="/lien-he.aspx"],
#header .wsmainwp nav.left .header-phone,
#header .logo-first {
    display: none !important;
}

.option-template {
    position: fixed;
    left: 0;
    z-index: 100;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: all 300ms ease-in-out;
}

#right_modal_xl {
    padding-right: 0 !important;
}

    #right_modal_xl .modal-body .info__content .sidebar-btn {
        background: var(--default);
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 0;
        padding: 24px 30px;
        text-align: center;
        text-transform: uppercase;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        vertical-align: middle;
        white-space: nowrap;
        border: 1px solid var(--default);
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border-radius: 0;
    }

        #right_modal_xl .modal-body .info__content .sidebar-btn:hover {
            background: #fff;
            color: var(--default);
        }

    #right_modal_xl .modal-body .info__content {
        margin-bottom: 30px;
    }

    #right_modal_xl .modal-body .info__contact h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    #right_modal_xl .modal-body .info__contact ul li {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #right_modal_xl .modal-body .info__contact ul li .icon {
            margin-right: 10px;
            color: #586794;
        }

    #right_modal_xl .modal-content {
        height: 100vh;
        border: 0;
        border-radius: 0;
    }

    #right_modal_xl .modal-body {
        background: #fff;
    }

        #right_modal_xl .modal-body .info__content p {
            font-size: 16px;
            font-weight: 400;
            color: #586794;
        }

.modal-header .close {
    outline: none;
}

#right_modal_xl .modal-body .info__content h4 {
    color: #1f152d;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#right_modal_xl svg:not(:root).svg-inline--fa {
    overflow: visible;
}

#right_modal_xl .svg-inline--fa.fa-w-12 {
    width: 0.75em;
}

#right_modal_xl .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

#right_modal_xl .modal-body .info__contact ul li .text span {
    color: #586794;
    font-weight: 400;
}

#right_modal_xl .modal-dialog {
    width: 350px;
    margin-right: 0;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.option-template.show {
    left: 0;
    transition: all 300ms ease-in-out;
    transition-delay: 300ms;
}

#header .wsmenu-list,
#header .wsmainwp {
    align-items: center;
}

#header-2 .logo-center {
    display: none !important;
}

#header-2 .wsmenu.right {
    display: none;
}

#header-2 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-2 .wsmenu.left {
    display: flex;
}

    #header-2 .wsmenu.left .wsmenu-list li:first-child,
    #header-2 .wsmenu.left .wsmenu-list li.icon-user-desktop {
        margin-left: auto;
    }

    #header-2 .wsmenu.left .wsmenu-list {
        display: flex;
        align-items: center;
    }
#header-2 .wsmainwp {
    align-items: center;
}
#header-3 .wsmenu > .wsmenu-list {
    align-items: center;
}
#header-3 .wsmenu.right a[href="/tin-tuc-su-kien-693.aspx"] {
    display: block !important;
}

#header-3 a[href="/tin-tuc-su-kien-693.aspx"],
#header-3 .desktoplogo.logo-first,
#header-3 .wsmenu.left .wsmenu-list a[href="/lien-he.aspx"],
#header-3 .wsmenu.left .wsmenu-list .header-phone,
#header-3 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none !important;
}

#header-3.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #444;
}

#header-3 .wsmenu > .wsmenu-list > li > a::before {
    display: none;
}

#header-3 .wsmenu > .wsmenu-list > li > ul.sub-menu {
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 9%);
}
#header-4 .wsmainwp {
    align-items: center;
}
#header-4 ~ main {
    margin-top: 80px;
}

    #header-4 ~ main .inner-page-wrapper {
        margin-top: -10px;
    }

#header-4 .logo-center {
    display: none !important;
}

#header-4.tra-menu .wsmainfull {
    background: #fff !important;
    padding: 5px 0;
}

    #header-4.tra-menu .wsmainfull.scroll {
        padding: 10px 0;
    }

#header-4.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #444;
}

#header-4 .wsmenu.right {
    display: none;
}

#header-4 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-4 .wsmenu.left {
    display: flex;
}

    #header-4 .wsmenu.left .wsmenu-list li:first-child,
    #header-4 .wsmenu.left .wsmenu-list li.icon-user-desktop {
        margin-left: auto;
    }

    #header-4 .wsmenu.left .wsmenu-list {
        display: flex;
        align-items: center;
    }
#header-5 .wsmenu > .wsmenu-list {
    align-items: center;
}
#header-5 .logo-first {
    display: none !important;
}

#header-5 .wsmenu.left .wsmenu-list .header-phone {
    display: none;
}

#header-5 .wsmenu.right .wsmenu-list a.icon-calender,
#header-5 .wsmenu.left .wsmenu-list a[href="/tin-tuc-su-kien-693.aspx"],
#header-5 .wsmenu.left .wsmenu-list a[href="/dv/san-pham/dich-vu-795.aspx"],
#header-5 .wsmenu.left .wsmenu-list a[href="/lien-he.aspx"] {
    display: none !important;
}

#header-5 .wsmenu.right .wsmenu-list a[href="/tin-tuc-su-kien-693.aspx"],
#header-5 .wsmenu.right .wsmenu-list a[href="/dv/san-pham/dich-vu-795.aspx"] {
    display: block !important;
}

#header-5.tra-menu .wsmainfull {
    background: #fff !important;
    padding: 0;
}

    #header-5.tra-menu .wsmainfull.scroll {
        padding: 5px 0;
    }

#header-5.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #444;
}

#header-6 .logo-center {
    display: none !important;
}

#header-6 .wsmenu.right {
    display: none;
}

#header-6 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-6 .wsmenu.left {
    display: flex;
}

    #header-6 .wsmenu.left .wsmenu-list li:first-child,
    #header-6 .wsmenu.left .wsmenu-list li.icon-user-desktop {
        margin-left: auto;
    }

    #header-6 .wsmenu.left .wsmenu-list {
        display: flex;
        align-items: center;
    }

#header-7 .logo-center {
    display: none !important;
}

#header-7 .wsmainfull {
    background: #fff !important;
    padding: 0;
}

    #header-7 .wsmainfull.scroll {
        padding: 0;
    }

#header-7.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #444;
}

#header-7 .wsmenu-list > li:first-child {
    margin-right: 0 !important;
}

#header-7 .wsmenu.right {
    display: none;
}

#header-7 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-7 .wsmenu.left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

    #header-7 .wsmenu.left .wsmenu-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*header-8*/
#header-8 .logo-center {
    display: none !important;
}

#header-8 .wsmenu.right {
    display: none;
}

#header-8 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-8 .wsmenu.left {
    display: flex;
}

    #header-8 .wsmenu.left .wsmenu-list {
        display: flex;
        align-items: center;
    }

/*end header-8*/
/*header-9*/
#header-9 .logo-center {
    display: none !important;
}

#header-9 .wsmenu.right {
    display: none;
}

#header-9 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-9 .wsmenu.left {
    display: flex;
}

    #header-9 .wsmenu.left .wsmenu-list li.icon-user-desktop {
        margin-left: auto;
    }

    #header-9 .wsmenu.left .wsmenu-list {
        display: flex;
    }

/*end header-9*/
/*header-10*/
#header-10 .logo-first {
    display: none !important;
}

#header-10 .wsmenu.left .wsmenu-list .header-phone {
    display: none;
}

#header-10 .wsmenu.right .wsmenu-list a[href="/dv/san-pham/dich-vu-795.aspx"],
#header-10 .wsmenu.right .wsmenu-list a[href="/tin-tuc-su-kien-693.aspx"],
#header-10 .wsmenu.left .wsmenu-list a[href="/tin-tuc-su-kien-693.aspx"],
#header-10 .wsmenu.left .wsmenu-list a[href="/gioi-thieu.aspx"],
#header-10 .wsmenu.left .wsmenu-list a[href="/"],
#header-10 .wsmenu.left .wsmenu-list a[href="/lien-he.aspx"] {
    display: none !important;
}

#header-10.header .wsmainfull {
    background: #fff !important;
    padding: 20px 0;
}

#header-10.tra-menu .wsmainfull.scroll {
    padding: 5px 0;
}

#header-10.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #444;
    font-weight: 500;
}
#header-10.navbar-light .wsmenu > .wsmenu-list > li.header-phone > a {
    padding: 21px 0 20px 10px;
}
/*end header-10*/
/*header-11*/
#header-11 .logo-center {
    display: none !important;
}

#header-11 .wsmenu.right {
    display: none;
}

#header-11 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-11 .wsmenu.left {
    display: flex;
    transition: all 300ms;
}

    #header-11 .wsmenu.left .wsmenu-list .header-phone {
        display: none;
    }

    #header-11 .wsmenu.left .wsmenu-list li:first-child,
    #header-11 .wsmenu.left .wsmenu-list li.icon-user-desktop {
        margin-left: 0;
        margin-right: 0 !important;
    }

    #header-11 .wsmenu.left .wsmenu-list {
        justify-content: center;
        background: #fff;
        border-radius: 30px;
        bottom: -30px;
        transition: all 300ms;
        height: auto;
        position: relative;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
        display: flex;
    }

/*end header-11*/
/*header-12*/
#header-12 .logo-center {
    display: none !important;
}

#header-12 .wsmenu.right {
    display: none;
}

#header-12 .wsmenu > .wsmenu-list > .header-phone > a::before {
    display: none;
}

#header-12 .wsmenu.left {
    display: flex;
    transition: all 300ms;
}

    #header-12 .wsmenu.left .wsmenu-list {
        padding: 0 150px;
        justify-content: center;
        background: #fff;
        bottom: -40px;
        transition: all 300ms;
        height: auto;
        position: relative;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
        display: flex;
    }

/*end header-12*/
li.header-phone a::before {
    display: none !important;
}

.option-template__list {
    padding: 0;
    /*width: 250px;*/
    background-color: #fff;
    height: 50%;
    display: none;
    box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 14%);
    position: relative;
    z-index: 1;
}

    .option-template__list ul li {
        cursor: pointer;
        font-size: 11px !important;
        line-height: 15px !important;
        color: #000;
        font-weight: 500;
        padding: 5px 17px;
        text-align: center;
    }

    .option-template__list ul {
        display: none;
    }

.option-template__icon {
    background: #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    width: 63px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    transition-delay: 300ms;
    position: relative;
    right: 0;
}

.option-template__list p {
    font-size: 10px;
    width: 63px;
    margin-bottom: 0;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
}

.option-template__icon-text {
    margin-bottom: 0;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    width: 57px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.option-template .option-template__icon i {
    font-size: 22px;
    color: #fff;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-banner-arrow .slick-arrow {
    top: calc(50% - 25px);
}

#hero-1 .slider:hover .default-banner-arrow svg {
    opacity: 1;
    visibility: visible;
    transition: all 300ms;
}

.default-banner-arrow .slick-prev {
    left: 50px;
    z-index: 2;
}

.default-banner-arrow .slick-next {
    right: 50px;
    z-index: 2;
}

.default-banner-arrow svg {
    z-index: 2;
    fill: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    stroke: #fff;
}

    .default-banner-arrow svg:hover {
        stroke: var(--default);
        transition: all 300ms;
        fill: var(--default);
    }

.qodef-rev-nav-right {
    transform: rotate(180deg);
}

button.slick-prev:before,
button.slick-next:before {
    display: none;
}

#hero-1 .caption-txt h2 {
    font-size: 11px;
    line-height: unset;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
}
.banner-top:hover .default-banner-arrow svg {
    opacity: 1;
    visibility: visible
}
.default-welcome h5 {
    color: #000000;
    font-size: 19px;
    line-height: 1.316em;
    font-style: italic;
    letter-spacing: 0.025em;
    padding-bottom: 3px;
}

#hero-1 .row .caption-txt p {
    font-size: 45px;
    font-weight: 400;
}

.default-welcome p {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
}

.default-welcome .col-lg-9 > p {
    margin-bottom: 30px;
}

.btn.btn-default-welcome:hover {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 1px #555 !important;
}

.btn.btn-default-welcome {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 54px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.default-slider-prod .slick-prev,
.slick-next {
    top: 34%;
}

.default-slider-prod {
    margin-bottom: 50px;
}

.default-welcome {
    padding: 100px 0;
    text-align: center;
    margin-bottom: 100px;
}

    .default-welcome h2 {
        color: #000000;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 1.311em;
        letter-spacing: 0.1em;
    }

#testimonial-section-3.testimonial-section > p {
    color: #fff;
}

.testimonial-section > p {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #b1c4d4;
    line-height: 16px;
    letter-spacing: 9px;
    margin-bottom: 15px;
    text-align: center;
}

.default-slider-service .txt-block > h3,
.default-slider-prod .txt-block > h3,
.default-instagram .txt-block > h3,
.default-blog-slide .txt-block > h3,
.default-slider-prod .container > p,
.default-blog-slide .container > p {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #b1c4d4;
    line-height: 16px;
    letter-spacing: 9px;
    margin-bottom: 15px;
    text-align: center;
}

.default-about .default-about-desc p {
    font-size: 45px;
    line-height: 55px;
    color: #403b3b;
    text-align: center;
}

.testimonial-section > h3 {
    font-size: 45px !important;
    line-height: 55px !important;
    color: #403b3b;
    margin-bottom: 20px;
    text-align: center;
}

.default-slider-service .txt-block > p,
.default-slider-prod .txt-block > p,
.default-instagram .txt-block > p,
.default-blog-slide .txt-block > p,
.default-slider-prod .container > h3,
.default-blog-slide .container > h3 {
    font-size: 45px !important;
    line-height: 55px !important;
    color: #403b3b;
    text-align: center;
}

.main-about {
    background: #fff;
}

    .main-about h3.h3-md {
        font-size: 35px;
        line-height: 45px;
        color: #403b3b;
        text-transform: uppercase;
        font-weight: 300;
    }

    .main-about .txt-block p {
        text-align: justify;
    }

.about-section__two {
    background: #f4f4f4;
    padding: 140px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.w-60 {
    width: 60%;
}

.about-section__two h2,
.about-section__three h2,
.about-section__bottom h2 p {
    font-size: 35px;
    line-height: 45px;
    color: #403b3b;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-section__two p,
.about-section__three p,
.about-section__bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    text-align: justify;
}

.about-section__three,
.about-section__bottom {
    padding: 6vh 0;
    background: #f4f4f4;
}

.about-section__bottom-content::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: -6vh;
    height: 1px;
    background: rgba(168, 162, 161, 0.35);
}

.about-section__bottom-content {
    position: relative;
}

.main-about-slider {
    padding-bottom: 100px;
    background: #f4f4f4;
}

    .main-about-slider button.slick-prev:before,
    .main-about-slider button.slick-next:before {
        color: rgba(0, 0, 0, 0.8) !important;
    }

.main-about-slider__item .slick-slide > div {
    padding: 0 5px;
}

.btn.btn-color-default {
    background-color: var(--default);
    border-radius: 0;
    color: #fff;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 15px 30px;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid var(--default);
    transition: all 0.3s ease-in-out;
}

    .btn.btn-color-default:hover {
        color: var(--default);
        background: #fff;
        border: 1px solid var(--default);
        transition: all 0.3s ease-in-out;
    }

.default-about .box-icon-wrapper {
    margin-right: 20px;
    max-width: 50%;
    color: var(--default);
}

.box-icon-wrapper.box-with-text {
    font-weight: 700;
    line-height: 1;
}

.box-with-text.text-size-default {
    font-size: 52px;
}

.default-about .info-box-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #403b3b;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.btn.btn-color-primary {
    font-size: 12px;
    font-weight: 600;
    color: #938d8c;
    line-height: 19px;
    border: none;
    padding: 0;
    position: relative;
    transition: all 300ms;
}

.default-about__detail {
    border-bottom: 1px solid rgba(168, 162, 161, 0.35);
}

.default-slider-service {
    padding: 70px 0 20px 0;
    background: #f5f4f4;
}

    .default-slider-service .container {
        padding-top: 50px;
        position: relative;
    }

.default-service-box .entry-thumbnail {
    overflow: hidden;
    position: relative;
}

.default-service-box article:hover .entry-thumbnail img {
    transform: scale(1.3);
    transition: ease-in-out 300ms;
}

.default-service-box .entry-thumbnail::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: ease-in-out 300ms;
    top: 0;
    left: 0;
    opacity: 0;
}

.default-service-box article:hover .entry-thumbnail::after {
    opacity: 1;
    transition: ease-in-out 300ms;
}

.default-service-box img {
    transition: ease-in-out 300ms;
    position: relative;
}

.default-service-box .entry-title p {
    padding: 20px;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
    color: #403b3b;
    font-weight: 500;
    text-align: center;
}

a.btn.btn-color-primary:hover {
    color: #000;
    opacity: 1;
    transition: all 300ms;
}

a.btn.btn-color-primary:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
}

a.btn.btn-color-primary:after {
    background-color: #928d8c !important;
    opacity: 1 !important;
    margin-left: 0 !important;
}

#contacts-3 h4 {
    font-size: 40px !important;
}

section#contacts-3 .contact-form .form-control {
    color: #797979;
    background-color: transparent;
    border: none;
    height: 40px;
    border-bottom: 1px solid rgba(121, 121, 121, 0.5);
    padding-left: 0 !important;
    font-size: 15px;
    resize: none;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0 15px;
}

    section#contacts-3 .contact-form .form-control:focus {
        color: #191919;
        border-color: var(--default);
    }

.about-section .img-block {
    height: 100%;
    justify-content: space-between;
    padding: 0 25px;
}

    .about-section .img-block > div {
        flex: 0 0 48.5%;
        background-size: cover !important;
        height: 420px;
    }

        .about-section .img-block > div:last-child {
            margin-top: 50px;
            margin-bottom: -70px;
        }

.about-section .col-md-5 {
    margin-bottom: 50px;
}

.about-section .right-column {
    margin-top: 50px;
}

.hero-section.division .caption-txt h2 {
    font-family: "Roboto";
}

.hero-section.division .home-slider .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner-top-2.hero-section.division .home-slider .caption {
    display: none !important;
}
.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-slider .owl-nav .owl-prev {
    left: 50px;
}
.home-slider .owl-nav .owl-next {
    right: 50px;
}

.home-slider .owl-nav button svg {
    z-index: 2;
    fill: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    stroke: #fff;
}

.home-slider:hover .owl-nav button svg {
    opacity: 1;
    visibility: visible;
}

.home-slider .owl-nav button:hover svg {
    fill: var(--default);
    stroke: var(--default);
}

.page-hero-section.division {
    position: relative;
}

@media (max-width: 767px) {
    .home-slider .owl-nav button svg {
        opacity: 1;
        visibility: visible;
        width: 21px;
        height: 60px;
    }
    .home-slider .owl-nav .owl-prev {
        left: 30px;
    }

    .home-slider .owl-nav .owl-next {
        right: 30px;
    }
}

    .page-hero-section.division::before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        left: 0;
        background: #f7f5f3;
    }

    .page-hero-section.division h2.h2-lg {
        font-family: "Roboto";
    }

.about-section-detail {
    margin-bottom: 40px;
}

    .about-section-detail h3 {
        font-family: "Roboto" !important;
        font-weight: 300;
    }

    .about-section-detail strong {
        font-family: "Roboto" !important;
        font-weight: 500;
    }

    .about-section-detail u {
        font-weight: 500;
        font-family: "Roboto" !important;
    }

    .about-section-detail span {
        font-family: "Roboto" !important;
        color: #283034 !important;
    }

.about-last-image {
    width: 100%;
    min-height: unset !important;
    height: auto;
    object-fit: cover;
}

.blog-date {
    font-size: 14px !important;
    color: #797979 !important;
    font-weight: 500 !important;
}

.blog-section-ezs .blog-post .blog-post-txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-section-ezs .blog-post img {
    width: 100%;
    object-fit: cover;
}

.blog-section-ezs .blog-post h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-blog-post p img {
    width: 90%;
}

.single-blog-post iframe {
    height: 315px;
    width: 90%;
}

.default-blog-slide .blog-post-img {
    border-radius: 0;
}

    .default-blog-slide .blog-post-img img {
        transition: all 1s ease;
    }

.default-blog-slide .blog-post:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.default-blog-slide {
    display: none;
}

    .default-blog-slide .slick-slide > div {
        margin: 0 10px;
        display: flex;
        width: 100%;
    }

        .default-blog-slide .slick-slide > div > div {
            display: flex !important;
        }

    .default-blog-slide div.blog-post {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .default-blog-slide .blog-post-txt {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .default-blog-slide div.blog-post img {
        border-radius: 0;
    }

    .default-blog-slide h3.h3-md {
        text-align: center;
    }

    .default-blog-slide .blog-post-txt span {
        font-weight: 400;
    }

    .default-blog-slide .slick-list,
    .default-blog-slide .slick-track {
        display: flex;
    }

    .default-blog-slide .slick-initialized .slick-slide {
        display: flex;
    }

    .default-blog-slide .blog-post h5.h5-sm a {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.5;
        font-weight: 400;
        color: #2a2d2c;
        transition: all 300ms;
        text-transform: unset;
        margin-bottom: 0;
    }

        .default-blog-slide .blog-post h5.h5-sm a:hover {
            color: var(--default);
        }

.contect-stock .selectStock .choose label input:checked ~ span:after {
    background: #efa697;
}

.stock-checked {
    display: inline-flex;
    align-items: center;
    color: #cecece;
    font-weight: 300;
    cursor: pointer;
}

    .stock-checked p {
        margin-right: 5px;
        font-weight: 400;
        cursor: context-menu;
        margin-bottom: 0px;
    }

    .stock-checked i {
        font-weight: 500;
        margin-right: 5px;
        font-size: 14px;
    }

#single-post .blog-img-top img {
    width: 100%;
    object-fit: cover;
}

#single-post iframe {
    width: 80%;
}

#single-post .popular-posts img {
    object-fit: cover;
    height: unset;
}

#single-post .popular-posts .post-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#single-post .post-share-links {
    margin-top: 0px;
}

.fixed {
    position: fixed;
    top: 88px;
}

.wsmainwp .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:before {
    font-family: "Font Awesome 5 pro";
}

.navbar-dark nav.wsmenu > .wsmenu-list > li > a {
    color: #444;
}

.wsmenu > ul.wsmenu-list > li > ul.sub-menu > li > a {
    text-transform: unset;
    /*border-bottom: 1px solid #dedede*/
}

.white-menu nav.wsmenu > .wsmenu-list > li:hover > a {
    color: #444;
}

.wsmenu > .wsmenu-list > .header-phone > ul.sub-menu {
    right: 0;
    top: 100%;
}

.wsmobileheader .header-cart a {
    position: relative;
}

.wsmobileheader .header-cart__item {
    position: absolute;
    font-size: 8px;
    background: white;
    border-radius: 50%;
    line-height: 12px;
    height: 12px;
    width: 12px;
    top: 11px;
    left: 26px;
    margin: 0;
    text-align: center;
}

.wsmenu-list .icon-user-desktop:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition: all 300ms;
}

.wsmenu-list .header-cart a {
    position: relative;
}

.wsmenu-list .header-cart__item {
    position: absolute;
    font-size: 8px;
    background: white;
    border-radius: 50%;
    line-height: 12px;
    height: 12px;
    width: 12px;
    top: 22px;
    left: 26px;
    margin: 0;
    text-align: center;
}

.contacts-info h4.h4-xs {
    font-family: "Roboto";
    font-weight: 300;
}

.contacts-info p {
    font-weight: 300;
    margin-bottom: 50px;
    color: #797979;
    font-size: 16px;
}

.contacts-info strong {
    font-weight: 300;
    color: #191919;
}

.breadcume-title {
    line-height: 1;
    word-break: break-word;
    font-size: 32px;
    text-transform: uppercase;
}

#contacts-3 h4.h4-xs {
    font-family: "Roboto";
}

#contacts-3 .col-md-7 > p {
    font-family: "Roboto";
    font-weight: 300;
    color: #797979;
    font-size: 16px;
}

.menu-contact-bottom {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9;
}

    .menu-contact-bottom i {
        background: #fff;
        border: 1px solid;
        padding: 10px;
        border-radius: 50%;
        cursor: pointer;
    }

    .menu-contact-bottom .show {
        visibility: visible;
        opacity: 1;
        transition: all 300ms;
        height: unset;
        bottom: 0;
        z-index: 2;
    }

    .menu-contact-bottom .show ~ .open-x {
        opacity: 0;
    }

    .menu-contact-bottom .hide {
        visibility: hidden;
        opacity: 0;
    }

.list-contact-bottom {
    position: absolute;
    bottom: -50px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    overflow: hidden;
}

    .list-contact-bottom li:not(:last-child) img {
        margin-bottom: 10px;
    }

.close-list-user {
    text-align: center;
    width: 20px;
    position: absolute;
    color: #9099a4;
    z-index: 10;
    bottom: -25px;
    left: 15px;
    visibility: hidden;
    opacity: 0;
}

    .close-list-user.show {
        visibility: visible;
        opacity: 1;
        transition: all 300ms;
    }

.wsmobileheader span.smllogo {
    display: flex;
    justify-content: space-between;
}

    .wsmobileheader span.smllogo .icon-smmenu {
        margin-right: 67px;
        position: relative;
        display: flex;
    }

    .wsmobileheader span.smllogo .header-btn {
        height: 65px;
        position: relative;
        display: flex;
        align-items: center;
    }

        .wsmobileheader span.smllogo .header-btn i {
            font-size: 13px;
            display: inline-block;
            line-height: inherit;
            vertical-align: top;
        }

        .wsmobileheader span.smllogo .header-btn a {
            font-size: 17px;
            font-weight: 500;
            letter-spacing: 0;
            margin: 0;
            padding: 10px 0 25px 10px;
        }

        .wsmobileheader span.smllogo .header-btn span {
            display: inline-block;
            text-align: center;
            width: 28px;
            height: 28px;
            line-height: 28px;
            margin-bottom: 0;
            margin-right: 8px;
            border-radius: 100%;
        }

    .wsmobileheader span.smllogo ul.show {
        visibility: visible;
        opacity: 1;
        transition: all 300ms;
    }

    .wsmobileheader span.smllogo .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        background: white;
        padding: 10px 20px;
        width: auto;
        min-width: 200px;
        border: solid 1px #f2f7fb;
        box-shadow: 0 8px 32px #353d4c33;
        z-index: 9;
        transition: all 300ms;
    }

        .wsmobileheader span.smllogo .sub-menu li {
            position: relative;
            margin: 0px;
            padding: 0px;
            display: block;
        }

            .wsmobileheader span.smllogo .sub-menu li a {
                color: #9099a4;
                font-size: 14px;
                font-weight: 500;
                text-transform: unset;
                letter-spacing: 0.25px;
                padding: 8px 0 8px 16px;
                text-align: left;
                display: block;
            }

                .wsmobileheader span.smllogo .sub-menu li a::before {
                    opacity: 1;
                    position: absolute;
                    left: 2px;
                    top: 8px;
                    color: #efa697;
                    font-family: "Font Awesome 5 pro";
                    font-weight: 900;
                    content: "\f105";
                    font-size: 0.9rem;
                    -webkit-transition: all 400ms ease-in-out;
                    -moz-transition: all 400ms ease-in-out;
                    -o-transition: all 400ms ease-in-out;
                    -ms-transition: all 400ms ease-in-out;
                    transition: all 400ms ease-in-out;
                }

.zalo-link {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 9;
}

.call-fixed {
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 9;
}

.page-prods,
.prodx-detail {
    padding: 70px 0;
}

    .page-prods .fixed,
    .prodx-detail .fixed {
        position: fixed;
    }

    .page-prods .product-item__img,
    .page-prods .prods-service__item-img,
    .prodx-detail .product-item__img,
    .prodx-detail .prods-service__item-img {
        padding: 10px;
    }

        .page-prods .product-item__img img,
        .page-prods .imgprod,
        .prodx-detail .product-item__img img,
        .prodx-detail .imgprod {
            object-fit: cover;
            width: 100%;
            margin-bottom: 10px;
        }

.page-prods__top,
.prodx-detail__top {
    margin-bottom: 35px;
    font-size: 15px;
}

.page-prods__bottom > div,
.prodx-detail__bottom > div {
    display: flex;
    flex-grow: 1;
    margin-bottom: 30px;
}

.page-prods__bottom-detail,
.prodx-detail__bottom-detail {
    justify-content: center;
}

.page-prods__bottom .col-md-12,
.prodx-detail__bottom .col-md-12 {
    justify-content: center;
}

.page-prods__bottom .product-item,
.page-prods__bottom .prods-service,
.prodx-detail__bottom .product-item,
.prodx-detail__bottom .prods-service {
    display: flex;
    flex-direction: column;
    border: 1px solid #ebeeee;
    width: 100%;
}

.page-prods__bottom .product-item__text,
.page-prods__bottom .product-item__item-text,
.page-prods__bottom .prods-service__text,
.page-prods__bottom .prods-service__item-text,
.prodx-detail__bottom .product-item__text,
.prodx-detail__bottom .product-item__item-text,
.prodx-detail__bottom .prods-service__text,
.prodx-detail__bottom .prods-service__item-text {
    padding: 15px 10px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .page-prods__bottom .product-item__text .price,
    .page-prods__bottom .product-item__item-text .price,
    .page-prods__bottom .prods-service__text .price,
    .page-prods__bottom .prods-service__item-text .price,
    .prodx-detail__bottom .product-item__text .price,
    .prodx-detail__bottom .product-item__item-text .price,
    .prodx-detail__bottom .prods-service__text .price,
    .prodx-detail__bottom .prods-service__item-text .price {
        margin-top: auto;
    }

        .page-prods__bottom .product-item__text .price .price-contact,
        .page-prods__bottom .product-item__item-text .price .price-contact,
        .page-prods__bottom .prods-service__text .price .price-contact,
        .page-prods__bottom .prods-service__item-text .price .price-contact,
        .prodx-detail__bottom .product-item__text .price .price-contact,
        .prodx-detail__bottom .product-item__item-text .price .price-contact,
        .prodx-detail__bottom .prods-service__text .price .price-contact,
        .prodx-detail__bottom .prods-service__item-text .price .price-contact {
            color: unset;
        }

            .page-prods__bottom .product-item__text .price .price-contact:before,
            .page-prods__bottom .product-item__item-text .price .price-contact:before,
            .page-prods__bottom .prods-service__text .price .price-contact:before,
            .page-prods__bottom .prods-service__item-text .price .price-contact:before,
            .prodx-detail__bottom .product-item__text .price .price-contact:before,
            .prodx-detail__bottom .product-item__item-text .price .price-contact:before,
            .prodx-detail__bottom .prods-service__text .price .price-contact:before,
            .prodx-detail__bottom .prods-service__item-text .price .price-contact:before {
                display: none;
            }

    .page-prods__bottom .product-item__text .title,
    .page-prods__bottom .product-item__item-text .title,
    .page-prods__bottom .prods-service__text .title,
    .page-prods__bottom .prods-service__item-text .title,
    .prodx-detail__bottom .product-item__text .title,
    .prodx-detail__bottom .product-item__item-text .title,
    .prodx-detail__bottom .prods-service__text .title,
    .prodx-detail__bottom .prods-service__item-text .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: auto;
    }

    .page-prods__bottom .product-item__text .desc,
    .page-prods__bottom .product-item__item-text .desc,
    .page-prods__bottom .prods-service__text .desc,
    .prodx-detail__bottom .product-item__text .desc,
    .prodx-detail__bottom .product-item__item-text .desc,
    .prodx-detail__bottom .prods-service__text .desc,
    .prodx-detail__bottom .prods-service__item-text .desc {
        margin-top: auto;
    }

        .page-prods__bottom .product-item__text .desc p,
        .page-prods__bottom .product-item__item-text .desc p,
        .page-prods__bottom .prods-service__text .desc p,
        .page-prods__bottom .prods-service__item-text .desc p,
        .prodx-detail__bottom .product-item__text .desc p,
        .prodx-detail__bottom .product-item__item-text .desc p,
        .prodx-detail__bottom .prods-service__text .desc p,
        .prodx-detail__bottom .prods-service__item-text .desc p {
            text-align: justify;
            font-size: 14px;
            margin-bottom: 0;
        }

.page-prods__bottom .product-item__item-btn,
.page-prods__bottom .prods-service__item-btn,
.prodx-detail__bottom .product-item__item-btn,
.prodx-detail__bottom .prods-service__item-btn {
    text-align: center;
    margin-top: auto;
}

.prods-service__item-text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.prods-service-btn {
    margin-top: 10px !important;
}

.page-prods__bottom .price-s,
.prodx-detail__bottom .price-s {
    display: none;
}

.page-prods__bottom .product-item__sale,
.prodx-detail__bottom .product-item__sale {
    display: none;
}

.page-prods__search .s-price,
.prodx-detail__search .s-price {
    display: none;
}

.page-prods__search > div,
.prodx-detail__search > div {
    display: flex;
    flex-grow: 1;
    margin-bottom: 30px;
}

.page-prods__search .col-md-12,
.prodx-detail__search .col-md-12 {
    justify-content: center;
}

.page-prods__proudct,
.prodx-detail__proudct {
    display: flex;
    flex-direction: column;
    border: 1px solid #ebeeee;
    width: 100%;
}

.page-prods__proudct-img,
.prodx-detail__proudct-img {
    padding: 10px;
}

    .page-prods__proudct-img img,
    .prodx-detail__proudct-img img {
        object-fit: cover;
        width: 100%;
        height: 260px;
        margin-bottom: 10px;
    }

.page-prods__proudct-text,
.prodx-detail__proudct-text {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.page-prods__proudct-title,
.prodx-detail__proudct-title {
    margin-top: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
    margin-bottom: 10px;
}

.page-prods__proudct-actions,
.prodx-detail__proudct-actions {
    margin-top: auto;
    margin-bottom: 10px;
}

.page-prods__proudct .price,
.prodx-detail__proudct .price {
    margin-bottom: 10px;
}

    .page-prods__proudct .price .g-price.price-contact,
    .prodx-detail__proudct .price .g-price.price-contact {
        color: unset;
    }

        .page-prods__proudct .price .g-price.price-contact:before,
        .prodx-detail__proudct .price .g-price.price-contact:before {
            display: none;
        }

.page-prods__proudct .page-prods__proudct-btn,
.prodx-detail__proudct .page-prods__proudct-btn {
    margin-bottom: 10px;
}

.page-prods__sidebar .tabs-mobi,
.page-prods__sidebar .tabs-mobile,
.page-prods .prods-service__filter .tabs-mobi,
.page-prods .prods-service__filter .tabs-mobile,
.prodx-detail__sidebar .tabs-mobi,
.prodx-detail__sidebar .tabs-mobile,
.prodx-detail .prods-service__filter .tabs-mobi,
.prodx-detail .prods-service__filter .tabs-mobile {
    cursor: pointer;
}

.page-prods__sidebar .search-title,
.page-prods .prods-service__filter .search-title,
.prodx-detail__sidebar .search-title,
.prodx-detail .prods-service__filter .search-title {
    margin-top: 30px;
}

.page-prods__sidebar .tabs-mobi,
.page-prods__sidebar .search-title,
.page-prods__sidebar .tabs-mobile,
.page-prods .prods-service__filter .tabs-mobi,
.page-prods .prods-service__filter .search-title,
.page-prods .prods-service__filter .tabs-mobile,
.prodx-detail__sidebar .tabs-mobi,
.prodx-detail__sidebar .search-title,
.prodx-detail__sidebar .tabs-mobile,
.prodx-detail .prods-service__filter .tabs-mobi,
.prodx-detail .prods-service__filter .search-title,
.prodx-detail .prods-service__filter .tabs-mobile {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-prods__sidebar .show,
.page-prods .prods-service__filter .show,
.prodx-detail__sidebar .show,
.prodx-detail .prods-service__filter .show {
    opacity: 1;
    visibility: visible;
    height: unset;
}

.page-prods__sidebar .nav-sidebar__ul,
.page-prods .prods-service__filter .nav-sidebar__ul,
.prodx-detail__sidebar .nav-sidebar__ul,
.prodx-detail .prods-service__filter .nav-sidebar__ul {
    margin-bottom: 30px;
}

    .page-prods__sidebar .nav-sidebar__ul > li,
    .page-prods .prods-service__filter .nav-sidebar__ul > li,
    .prodx-detail__sidebar .nav-sidebar__ul > li,
    .prodx-detail .prods-service__filter .nav-sidebar__ul > li {
        display: none;
    }

        .page-prods__sidebar .nav-sidebar__ul > li.active,
        .page-prods .prods-service__filter .nav-sidebar__ul > li.active,
        .prodx-detail__sidebar .nav-sidebar__ul > li.active,
        .prodx-detail .prods-service__filter .nav-sidebar__ul > li.active {
            display: unset;
        }

    .page-prods__sidebar .nav-sidebar__ul ul li ul,
    .page-prods .prods-service__filter .nav-sidebar__ul ul li ul,
    .prodx-detail__sidebar .nav-sidebar__ul ul li ul,
    .prodx-detail .prods-service__filter .nav-sidebar__ul ul li ul {
        padding-left: 30px;
        list-style: circle;
    }

    .page-prods__sidebar .nav-sidebar__ul a,
    .page-prods .prods-service__filter .nav-sidebar__ul a,
    .prodx-detail__sidebar .nav-sidebar__ul a,
    .prodx-detail .prods-service__filter .nav-sidebar__ul a {
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        display: block;
        font-size: 15px;
        font-weight: 400;
        transition: all 300ms;
    }

        .page-prods__sidebar .nav-sidebar__ul a:hover,
        .page-prods .prods-service__filter .nav-sidebar__ul a:hover,
        .prodx-detail__sidebar .nav-sidebar__ul a:hover,
        .prodx-detail .prods-service__filter .nav-sidebar__ul a:hover {
            color: #171819;
            transition: all 300ms;
        }

        .page-prods__sidebar .nav-sidebar__ul a:last-child,
        .page-prods .prods-service__filter .nav-sidebar__ul a:last-child,
        .prodx-detail__sidebar .nav-sidebar__ul a:last-child,
        .prodx-detail .prods-service__filter .nav-sidebar__ul a:last-child {
            border-bottom: unset;
        }

.page-prods__sidebar .nav-sidebar__search,
.page-prods .prods-service__filter .nav-sidebar__search,
.prodx-detail__sidebar .nav-sidebar__search,
.prodx-detail .prods-service__filter .nav-sidebar__search {
    position: relative;
    margin-bottom: 30px;
}

.page-prods__sidebar div.nav-sidebar__search input:focus {
    border: 1px solid #8c8c8c;
    transition: all 300ms;
}

    .page-prods__sidebar div.nav-sidebar__search input:focus ~ .btn__search i {
        color: #8c8c8c;
        transition: all 300ms;
    }

.page-prods__sidebar div.nav-sidebar__search input {
    padding-left: 22px;
    padding-right: 52px;
    height: 44px;
    outline: none;
    border: 1px solid #ddd;
    width: 100%;
    transition: all 300ms;
}

.page-prods .prods-service__filter .nav-sidebar__search input,
.prodx-detail__sidebar .nav-sidebar__search input,
.prodx-detail .prods-service__filter .nav-sidebar__search input {
    padding-left: 22px;
    padding-right: 52px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    outline: none;
    border: 1px solid #ddd;
    width: 100%;
}

.page-prods__sidebar .nav-sidebar__search .btn__search,
.page-prods .prods-service__filter .nav-sidebar__search .btn__search,
.prodx-detail__sidebar .nav-sidebar__search .btn__search,
.prodx-detail .prods-service__filter .nav-sidebar__search .btn__search {
    position: absolute;
    right: 0;
    height: 100%;
    width: 45px;
    background: transparent;
    border: 0;
    outline: none;
}

.page-prods .hasSale span.price-s,
.prodx-detail .hasSale span.price-s {
    display: inline-block;
}

.page-prods .hasSale .s-price,
.prodx-detail .hasSale .s-price {
    display: unset;
    margin-right: 10px;
}

.page-prods .hasSale .g-price,
.prodx-detail .hasSale .g-price {
    color: #333;
    position: relative;
}

    .page-prods .hasSale .g-price:before,
    .prodx-detail .hasSale .g-price:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #333;
        top: 50%;
        left: 0;
    }

.page-prods .hasSale .price-g,
.prodx-detail .hasSale .price-g {
    margin-right: 10px;
    position: relative;
    color: #333;
}

    .page-prods .hasSale .price-g:before,
    .prodx-detail .hasSale .price-g:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #333;
        top: 50%;
        left: 0;
    }

.page-prods .hasSale div.product-item__sale,
.prodx-detail .hasSale div.product-item__sale {
    display: unset;
    font-weight: 400;
    font-style: italic;
}

.prod-detail__select .select-style:not(:first-child) {
    display: none;
}

.page-prods__bottom .product-item__text div.title {
    margin-top: unset;
    transition: all 300ms;
}

.order-xs-1 .s-price {
    display: none;
}

.prodx-detail .hasSale .s-price {
    display: unset !important;
}

.page-prods__bottom .prods-service__item-text div.title {
    margin-top: unset;
}

    .page-prods__bottom .prods-service__item-text div.title:hover a {
        color: var(--default);
    }

.service-main-des-content img {
    width: 90%;
}

.service-main-des-content iframe {
    height: 315px;
    width: 90%;
}

.select-style select {
    min-width: 70px;
    padding: 5px 8px;
    width: auto;
    margin-right: 15px;
    height: 50px;
    border: 1px solid #eee;
}

.p-form-color.p-form-item {
    margin-bottom: 0px;
}

.select-style select:focus {
    outline: none;
}

.title-product-detail h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.service-main-des h3.h3-md {
    font-size: 30px;
    margin-bottom: 30px;
}

/* end */
.content-detail__title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.affPage__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    border: 1px solid #e7e7e7;
}

.affPage__text {
    align-items: center;
    display: flex;
}

    .affPage__text .xx-font {
        padding: 12px 15px;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        font-size: 15px;
        font-weight: 600;
    }

    .affPage__text p {
        margin-bottom: 0;
    }

        .affPage__text p > span {
            padding: 12px 15px;
            border-right: 1px solid #e7e7e7;
            font-size: 15px;
        }

        .affPage__text p .NG,
        .affPage__text p .KM {
            font-weight: 700;
            color: #fd0000;
            margin-left: 8px;
        }

.affPage__copy {
    padding-bottom: 15px;
}

    .affPage__copy span {
        font-size: 14px;
        font-weight: 600;
        margin-right: 10px;
    }

    .affPage__copy .btn-clipboard {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        padding-right: 0.6em;
        padding-left: 0.6em;
        border-radius: 10rem;
        color: #fff;
        background-color: #28a745;
        cursor: pointer;
    }

.prodx-detail > .container > div:first-child {
    margin-bottom: 30px;
}

.prodx-detail .product-gallery__image img {
    margin-bottom: 15px;
}

.prodx-detail .img img {
    border: 1px solid #e7e7e7;
    cursor: pointer;
}

.prodx-detail .prod-x-photo,
.prodx-detail .img img {
    width: 100%;
}

.prodx-detail .p-images-mobi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.prodx-detail__content-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.prodx-detail__content-price {
    margin-bottom: 15px;
}

.prodx-detail .prodx-detail__orderitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .prodx-detail .prodx-detail__orderitem > div {
        display: flex;
    }

.prodx-detail .input-number-setting {
    display: flex;
    flex-direction: column;
}

.prodx-detail .box-order {
    flex-grow: 1;
    margin-left: 15px;
}

    .prodx-detail .box-order button {
        width: 100%;
        position: relative;
        color: #333;
        height: 50px;
        border: 0;
        width: 100%;
        transition: all 0.3s;
        font-size: 14px;
        outline: none;
        text-transform: uppercase;
        font-weight: 600;
    }

        .prodx-detail .box-order button:hover {
            color: #fff;
            outline: none;
        }

    .prodx-detail .box-order .bg-gray {
        background: #eee;
    }

.prodx-detail__order {
    padding-top: 15px;
    border-top: 1px solid #88888833;
    margin-bottom: 30px;
}

.prod-detail__select {
    margin-bottom: 15px;
}

.combo-prod_box .combo-prod_name {
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .combo-prod_box .combo-prod_name > a {
        color: #283034;
        margin-bottom: 5px;
    }

    .combo-prod_box .combo-prod_name > div {
        display: flex;
        justify-content: space-between;
    }

.combo-prod_price {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

    .combo-prod_price .g-price {
        margin-right: 8px;
    }

    .combo-prod_price span.price-old {
        color: #727475;
        position: relative;
    }

        .combo-prod_price span.price-old::before {
            position: absolute;
            content: "";
            background: #727475;
            width: 100%;
            height: 1px;
            top: 50%;
            left: 0;
        }

.prods-detail__combo-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

    .prods-detail__combo-item:last-child {
        border: none;
    }

.combo-prod_btn {
    cursor: pointer;
}

.prod-detail__combos .list-combo-title {
    font-size: 18px;
    font-weight: 500;
}

.prod-detail__combos .pc-item {
    margin-bottom: 10px;
}

    .prod-detail__combos .pc-item a {
        display: flex;
        flex-wrap: wrap;
    }

    .prod-detail__combos .pc-item p {
        font-size: 14px;
        margin-bottom: 0px;
        margin-right: 3px;
    }

    .prod-detail__combos .pc-item span {
        font-size: 14px;
    }

.prod-x-stock .quantity-detail {
    position: relative;
}

.prod-x-stock input[type="number"]::-webkit-inner-spin-button,
.prod-x-stock input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.prod-x-stock input[type="number"] {
    -moz-appearance: textfield;
}

.prod-x-stock .quantity-detail input {
    width: 72px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    border-radius: 4px;
}

    .prod-x-stock .quantity-detail input:focus {
        outline: 0;
    }

.prod-x-stock .quantity-nav {
    float: left;
    position: relative;
    height: 50px;
}

.prod-x-stock .quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 21px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Font Awesome 5 pro";
    line-height: 1.5;
    outline: none;
    padding: 0;
    background: #fafafa;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .prod-x-stock .quantity-button:active {
        background: #eaeaea;
    }

    .prod-x-stock .quantity-button.quantity-up {
        content: "/f077";
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        font-family: "Font Awesome 5 pro";
        border-radius: 0 4px 0 0;
        line-height: 1.6;
    }

    .prod-x-stock .quantity-button.quantity-down {
        content: "/f078";
        position: absolute;
        bottom: 0;
        height: 50%;
        font-family: "Font Awesome 5 pro";
        border-radius: 0 0 4px 0;
    }

.js-list-policy .txt-color-06 {
    transition: all 300ms;
}

    .js-list-policy .txt-color-06 a {
        color: unset;
    }

.page-title,
.page-policy {
    padding-top: 100px;
    margin-bottom: 50px;
}

.page-title__title,
.page-policy__title {
    font-weight: 400;
}

.page-policy__content h1 {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.page-policy__content-text p {
    line-height: 25px;
    font-size: 15px;
    font-weight: 300;
}

.page-policy__sidebar .page-policy__title-mobi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-policy__sidebar .page-policy__title-mobi h5 {
        margin-bottom: 0;
    }

.page-policy__sidebar {
    margin-bottom: 30px;
}

    .page-policy__sidebar h5 {
        margin-bottom: 12px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
    }

    .page-policy__sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .page-policy__sidebar ul li a {
            padding: 10px 0;
            color: #000;
            display: block;
            line-height: 19px;
            text-decoration: none;
            font-weight: 300;
            font-size: 14px;
            transition: all 0.2s;
            text-transform: uppercase;
        }

.auth-form--btn .txt-color-06 {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 50px;
    background: white;
    border: 1px solid;
    outline: none !important;
    transition: all 0.3s ease;
}

.page-auth .auth-content ul.auth-tabs li a {
    color: unset;
}

    .page-auth .auth-content ul.auth-tabs li a::before {
        display: none;
    }

.auth-tabs li {
    position: relative;
}

.auth-form-box {
    text-align: center;
}

.page-auth div.auth-lost {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

    .page-auth div.auth-lost a {
        color: unset;
        border: none;
        padding: 0;
    }

.auth-form__input {
    text-align: start;
}

.auth-content .active .under-line {
    width: 100%;
}

.auth-content .under-line {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 300ms;
    left: 0;
    bottom: -5px;
}

.auth-content .fw {
    width: 100% !important;
}

.ass-forget.login-titles h3 {
    color: unset;
}

.mod-login-btn button.btn-danger {
    background: unset;
    color: white;
}

.mod-login-btn button.btn-default {
    color: white;
}

.home-sale-ezs {
    margin: 100px 0;
}

.default-slider-prod {
    display: none;
}

    .default-slider-prod div.slick-slide {
        margin: 0px 10px;
        height: 100%;
    }

        .default-slider-prod div.slick-slide > div {
            height: 100%;
            display: flex;
        }

    .default-slider-prod .slick-track {
        display: flex;
    }

    .default-slider-prod .slick-list {
        display: flex;
    }

    .default-slider-prod .prod-slider-detail {
        display: flex !important;
        flex-direction: column;
    }

        .default-slider-prod .prod-slider-detail img {
            width: 100%;
            object-fit: cover;
        }

        .default-slider-prod .prod-slider-detail > div {
            padding: 20px;
        }

    .default-slider-prod .product-item__text {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .default-slider-prod .product-item__text .title {
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .default-slider-prod .product-item {
        border: 0;
        flex-grow: 1;
    }

    .default-slider-prod .prod-slider-detail .hasSale .price-s {
        display: unset;
    }

    .default-slider-prod .slick-prev:before,
    .default-slider-prod .slick-next:before {
        color: var(--default);
    }

    .default-slider-prod .slick-arrow {
        background: unset;
    }

        .default-slider-prod .slick-arrow:hover,
        .default-slider-prod .slick-arrow:focus {
            background: unset;
            color: var(--default);
        }

    .default-slider-prod .hasSale .price-old {
        color: #283034;
        position: relative;
    }

        .default-slider-prod .hasSale .price-old::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 100%;
            height: 1px;
            background: #283034;
        }

button.slick-prev:before {
    font-family: "Font Awesome 5 pro";
    content: "\f053";
}

button.slick-next:before {
    font-family: "Font Awesome 5 pro";
    content: "\f054";
}

.default-blog-slide .blog-post-txt h5.h5-sm {
}

.default-blog-slide .blog-post-txt a::after {
    display: none;
}

.btn.btn-arrow i {
    transition: 0.3s;
    display: inline-block;
}

.btn.btn-arrow {
    color: #2a2d2c;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    transition: all 300ms ease-in-out;
    margin-top: auto;
}

    .btn.btn-arrow i {
    }

    .btn.btn-arrow:hover {
        color: var(--default);
    }

.default-slider-service {
    display: none;
}

    .default-slider-service h3.h3-md,
    .default-slider-prod h3.h3-md,
    .default-blog-slide h3.h3-md {
        font-size: 32px;
        margin-bottom: 15px;
        text-align: center;
    }

    .default-slider-service .slick-slide {
        margin: 0 10px;
    }

    .default-slider-service .slick-list {
        display: flex;
    }

    .default-slider-service .slick-track {
        display: flex;
    }

        .default-slider-service .slick-track .slick-slide {
            display: flex;
        }

            .default-slider-service .slick-track .slick-slide > div {
                display: flex;
                width: 100%;
            }

    .default-slider-service .slick-prev:before,
    .default-slider-service .slick-next:before {
        color: var(--default);
    }

    .default-slider-service .slick-arrow {
        background: unset;
    }

        .default-slider-service .slick-arrow:hover,
        .default-slider-service .slick-arrow:focus {
            background: unset;
            color: var(--default);
        }

.prod-x-detail img {
    width: 90%;
}

.prod-x-detail iframe {
    width: 90%;
    height: 500px;
}

.service-slider-detail {
    border: 1px solid #ebeeee;
    display: flex !important;
    flex-direction: column;
}

.default-service-hot .price-old {
    font-size: 13px;
}

.service-slider-detail .price-old {
    color: #212529;
    position: relative;
}

    .service-slider-detail .price-old::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        right: 0;
        background: #212529;
    }

.service-slider-detail .servive-slider-desc {
    padding: 0 20px;
}

    .service-slider-detail .servive-slider-desc .price {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

.service-slider-detail > a > div {
    height: 120px;
    padding: 0 20px;
}

.service-slider-detail .service-slider-more {
    text-align: center;
}

    .service-slider-detail .service-slider-more a {
        padding: 10px 0;
        display: flex;
        justify-content: center;
    }

.service-slider-detail > a > div > p:not(:first-child) {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.service-slider-detail img {
    width: 100%;
    padding: 10px;
    object-fit: cover;
}

.service-slider-detail .slider-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

.service-slider-detail > div:last-child {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.service-slider-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

    .service-slider-sub:first-child {
        border-top: 1px solid #ebeeee;
    }

    .service-slider-sub:not(:last-child) {
        border-bottom: 1px solid #ebeeee;
    }

.service-slider-sub__title {
    margin-bottom: 0px;
    flex: 0 0 60%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

blockquote {
    font-size: 1.4em;
    width: 90%;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 5% 0 5% 11%;
    line-height: 1.6;
    position: relative;
    background: white;
}

    blockquote::before {
        font-family: Arial;
        content: "\201C";
        color: var(--default);
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: -10px;
    }

    blockquote::after {
        content: "";
    }

    blockquote span {
        display: block;
        color: #333333;
        font-style: normal;
        font-weight: bold;
        margin-top: 1em;
    }

.service-main-des > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-base main {
    margin-top: 0 !important;
}
.ui-base #banner-top-1 {
    height: 100vh;
    padding-top: 101px;
}
.ui-base #banner-top-1 .home-slider {
    height: 100%;
}
.ui-base #banner-top-1 .home-slider .owl-stage-outer,
.ui-base #banner-top-1 .home-slider .owl-stage,
.ui-base #banner-top-1 .home-slider .owl-item,
.ui-base #banner-top-1 .home-slider .item,
.ui-base #banner-top-1 .home-slider .item > a {
    height: 100%;
}
.ui-base #banner-top-1 .home-slider .item > a img {
    height: 100%;
    object-fit: cover;
}
.ui-base .header-wrapper {
    height: 101px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.ui-base .white-menu .wsmainfull {
    box-shadow: none;
}

.ui-base .inner-page-wrapper {
    margin-top: 101px;
}

.base-controls {
    display: none;
}

.ui-base .base-controls {
    display: flex;
    position: absolute;
    right: 15px;
}

.ui-base .base-controls a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--default);
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(82 63 105 / 8%);
    box-shadow: 0px 10px 30px 0px rgb(82 63 105 / 8%);
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-base .btn-book,
.ui-base .menu-contact-bottom .close-x {
    display: none !important;
}

@media (max-width: 993px) {
    .ui-base .wsmobileheader {
        display: none;
    }
    .ui-base .tra-menu .wsmainfull {
        padding: 0 !important;
    }
    .ui-base .wsmainwp {
        display: flex !important;
    }
    .ui-base .navbar-light .logo-black {
        display: block;
    }
    .ui-base .header-wrapper {
        height: 80px;
        -webkit-box-shadow: 0px 10px 30px 0px rgb(82 63 105 / 8%);
        box-shadow: 0px 10px 30px 0px rgb(82 63 105 / 8%);
    }
    .ui-base .inner-page-wrapper {
        margin-top: 80px;
    }
    .ui-base #banner-top-1 {
        padding-top: 80px;
    }
    .ui-base .hero-section {
        margin-top: 0;
    }
}

@media (min-width: 1400px) {
    #header-8 .wsmainfull .wsmainwp {
        max-width: 1320px !important;
    }
}

@media (min-width: 1500px) and (max-width: 2500px) {
    #header-8 .wsmainfull .wsmainwp {
        max-width: 1720px !important;
    }
}

@media (max-width: 767px) {
    .main-prod.page-prods {
        padding-bottom: 0;
    }

    #page-prod-2 .container > .row .content-detail .resize-product > div.col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #ezsService-3 .page-prods__bottom > div {
        margin-bottom: 20px;
        padding: 15px !important;
    }

    #ezsService-3 .page-prods__bottom .product-item {
        flex-direction: column;
        height: fit-content;
    }

    #ezsService-3 .page-prods .prods-service__item-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    #ezsService-3 .prods-service__item-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #ezsService-3 .page-prods__bottom > div:nth-child(2n + 2) .prods-service__item {
        flex-direction: column;
    }

    #ezsService-2 .page-prods__bottom > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer-2 .footer-logo,
    #footer-2 .footer-contact {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .w-60 {
        width: 100%;
    }

    #footer-2 .footer-contact .footer-form {
        margin-bottom: 0;
        margin-top: 20px;
    }

    #footer-4 .footer-bottom .footer-contacts {
        display: none;
    }

    #footer-4 .footer-bottom .footer-info {
        justify-content: center;
    }

    .default-contact {
        padding: 30px 0;
    }

        .default-contact .row > div:first-child .default-contact__detail {
            border-bottom: 1px solid #000000;
        }

    .about-section__two h2,
    .about-section__three h2,
    .about-section__bottom h2 p {
        font-size: 25px;
        line-height: 35px;
    }

    .about-section__two .row {
        max-width: 540px;
        margin: 0 auto;
        position: relative;
    }

        .about-section__two .row::after {
            position: absolute;
            content: "";
            background: rgba(168, 162, 161, 0.35);
            height: 1px;
            width: calc(100% - 30px);
            top: -40px;
            left: 15px;
        }

    .about-section__two {
        background: #fff !important;
    }

    .default-about-2__content h3,
    .default-service-hot .default-service-hot__title,
    .default-video h2,
    .default-slider-prod h3,
    .default-blog-slide h3 {
        font-size: 32px !important;
    }

    .default-about-2 img {
        margin-bottom: 40px;
    }

    .default-about-2 p {
        margin-bottom: 20px;
    }

    .pd-mb-0 {
        padding: 0 !important;
    }

    .single-blog-post p img {
        width: 100%;
    }

    .single-blog-post iframe {
        width: 100%;
    }

    .service-main-des-content img {
        width: 100%;
    }

    .service-main-des-content iframe {
        width: 100%;
    }

    .service-main-des iframe {
        width: 100%;
    }

    .service-main-des img {
        width: 100%;
    }

    .page-policy {
        padding-top: 30px;
    }

    .page-policy__sidebar {
        margin-bottom: 5px;
    }

    .js-list-policy {
        display: none;
    }

    .page-policy__title-des {
        display: none;
    }

    .affPage__text p > span {
        padding: 0 15px;
    }

    .prod-x-detail img {
        width: 100%;
    }

    .prod-x-detail iframe {
        width: 100%;
        height: 300px;
    }

    .affPage__text .xx-font {
        text-align: center;
    }

    .affPage__text > p {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }

        .affPage__text > p span {
            border-right: none;
            text-align: center;
        }

    .ezsService .page-prods__bottom > div:nth-child(2n),
    .ezsService .page-prods__bottom > div:nth-child(2n + 1) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-prods__bottom > div:nth-child(2n),
    .prodx-detail__bottom > div:nth-child(2n) {
        padding-left: 7.5px !important;
    }

    .page-prods__bottom > div:nth-child(2n + 1),
    .prodx-detail__bottom > div:nth-child(2n + 1) {
        padding-right: 7.5px !important;
    }

    .nav-detail-slide {
        display: none;
    }

    .nav-sidebar .tab-name-desk {
        display: none;
    }

    .content-detail__title {
        display: none;
    }

    .page-prods__proudct-img img {
        height: 220px;
    }

    .footer .row .col-md-3 {
        display: none;
    }

    .about-section .img-block img {
        margin-bottom: 30px;
    }

    .about-section .img-block.img-default {
        height: unset;
    }

    .about-last-image {
        min-height: 260px;
    }

    .about-section .col-md-5 {
        margin-bottom: unset;
    }

    .right-column.pc-15 {
        margin-top: 0;
    }

    #single-post iframe {
        width: 100%;
    }

    .tabs-mobi,
    .tabs-mobile {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    #footer-7 .footer-bottom .container .row::before {
        font-size: 30px;
    }

    #footer-7 .footer-bottom .container .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #page-prod-2 .container > .row .content-detail .resize-product > div {
        flex: 0 0 33.3333333333333%;
        max-width: 33.3333333333333%;
    }

    #blog-3 .row > div:first-child .blog-post-img {
        padding: 0;
    }

    #blog-3 .row > div:first-child .blog-post-txt {
        margin-bottom: 30px;
        padding: 0;
    }

    #blog-3 .row > div:first-child .blog-post {
        flex-direction: column-reverse;
    }

    #blog-2 .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #ezsService-4 .page-prods .prods-service__item-img > a {
        width: 100%;
    }

    #ezsService-4 .page-prods__bottom .prods-service__item-text {
        flex: 0 0 50%;
    }

    #ezsService-4 .page-prods .prods-service__item-img {
        min-width: unset;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #ezsService-2 .page-prods .prods-service__item-img > a {
        width: 150px;
    }

    #footer-6 .footer-logo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer-6 .footer-links {
        padding-left: 0;
    }

    #footer-6 .footer-book-now {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        align-items: center;
        padding-top: 0 !important;
        justify-content: start;
    }

    #footer-6 .footer-links::after {
        left: 0;
    }

    #footer-6 .footer-time-open {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #footer-6 .footer-contacts div {
        flex: 0 0 50%;
        padding-left: 15px;
    }

        #footer-6 .footer-contacts div::before {
            left: 15px;
        }

    #footer-6 .footer-bottom .footer-info {
        flex-wrap: wrap;
    }

    #footer-6 .footer-contacts {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .bottom-footer .row > div,
    .bottom-footer .row > div ul {
        text-align: center !important;
    }

    #footer-5 .footer-twitter,
    #footer-5.footer .row .footer-service {
        display: block !important;
    }

    #footer-5 .footer-bottom .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #footer-2 .footer-top-email__box {
        flex-direction: column;
        width: 100%;
    }

    #footer-2 .footer-top-email__mail,
    #footer-2 .footer-top-email__contact {
        width: 100%;
        padding: 0 15px;
        border-right: 0;
    }

    #footer-2 .footer-top-email__mail {
        margin-bottom: 20px;
    }

    .default-banner-arrow svg {
        opacity: 1;
        visibility: visible;
        stroke: #fff;
    }

    #footer-3 .footer-bottom .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #footer-3.footer .row .footer-service {
        display: block !important;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover:before {
        display: none !important;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
        padding: 0 !important;
    }

    .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > svg {
        transform: rotate(90deg);
    }

        .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > svg path:first-child {
            opacity: 1;
        }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > svg path:first-child {
        transition: all 300ms;
        opacity: 0.7;
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > svg {
        height: 14px;
        width: 14px;
        position: absolute;
        left: 0;
        top: calc(50% - 8px);
        transform: rotate(0deg);
        transition: all 300ms;
    }

    .wsmenu > ul.wsmenu-list > li > ul.sub-menu {
        box-shadow: none;
        padding: 3px 10px;
    }

        .wsmenu > ul.wsmenu-list > li > ul.sub-menu > li > a {
            font-size: 14px;
            padding: 0.65rem 1.2rem;
            line-height: 14px;
            color: #181c32;
        }

        .wsmenu > ul.wsmenu-list > li > ul.sub-menu > li {
            position: relative;
        }

            .wsmenu > ul.wsmenu-list > li > ul.sub-menu > li::after {
                position: absolute;
                content: "";
                height: 4px;
                width: 4px;
                background: #b5b5c3;
                left: 5px;
                top: calc(50% - 2px);
                border-radius: 50%;
            }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
        margin: 0 !important;
        position: absolute;
        right: 20px;
        top: calc(50% - 7px);
        height: 8px !important;
        width: 8px !important;
    }

    .wsmenu > ul.wsmenu-list > li > a {
        font-size: 14px;
        line-height: 16px;
        padding: 0.65rem 1rem 0.65rem 1.5rem;
        border: 0;
    }

    .wsmenu > .wsmenu-list {
        padding: 0px 30px 160px 30px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.wsactive .wsmobileheader {
        margin: 0;
    }

    body.wsactive .wsmenu > .wsmenu-list {
        padding: 0px 30px 160px 30px;
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.wsactive .wsmenu .overlapblackbg {
        display: none;
    }

    .default-slider-prod .slick-slide > div .prod-slider-detail {
        margin-bottom: 10px !important;
    }

    .default-slider-prod .slick-slide > div {
        padding: 0 !important;
    }

    .default-slider-prod .product-item__text .title {
        margin-bottom: 0;
    }

    .default-slider-prod div.slick-slide > div {
        height: unset;
    }

    .default-slider-prod .slick-prev,
    .slick-next {
        top: 50%;
    }

    .desk {
        display: none !important;
    }

    .about-section__two {
        padding: 40px 0;
    }

    .inner-page-wrapper {
        margin-top: 80px !important;
    }

    .bottom-footer .row > div:first-child {
        margin-bottom: 20px;
    }

    .default-service-hot__list {
        flex-direction: column;
    }

    .default-service-hot__item {
        width: 100%;
    }

    .default-service-hot__list .default-service-hot__item:nth-child(2n + 2) {
        justify-content: center;
    }

    .default-service-hot__list .default-service-hot__item {
        justify-content: center;
    }

    .default-service-hot .default-service-hot__desc {
        width: 100%;
    }

    .default-about-2 {
        background-image: none;
    }

    .p-images-mobi div.img img {
        height: 70px;
        width: 70px;
        flex-wrap: wrap;
    }

    .wsmenu .wsmenu-list li.header-phone {
        display: none;
    }

    .prodx-detail__control-des {
        display: none;
    }
}

@media (max-width: 1024px) {
    .default-slider-prod .slick-slide > div {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        flex: 0 0 50%;
    }

        .default-slider-prod .slick-slide > div .title {
            height: 48px;
        }

        .default-slider-prod .slick-slide > div .prod-slider-detail {
            margin-bottom: 20px;
            width: 100% !important;
        }
}

@media (max-width: 576px) {
    #blog-3.blog-section-ezs .row > div:first-child .blog-post h5 a {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.4;
    }

    #blog-3.blog-section-ezs .row > div:first-child .blog-post .blog-post-txt p {
        margin-bottom: 15px;
    }

    #blog-2 .blog-post:hover img {
        transform: translateY(0px);
    }

    #blog-2 .row > div {
        padding: 0 12px;
    }

        #blog-2 .row > div .blog-post {
            padding: 0 10px;
        }

    #blog-2 .blog-post-img::before {
        bottom: -10px;
        left: -10px;
        width: calc(100% + 20px);
    }

    #blog-2 .blog-post-img {
        margin-bottom: 30px;
    }

    #ezsService-4 .page-prods__bottom .prods-service__item-text {
        padding: 15px;
    }

    #ezsService-4 .page-prods__bottom > div:nth-child(2n),
    #ezsService-4 .page-prods__bottom > div:nth-child(2n + 1) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #ezsService-4 .page-prods__bottom .prods-service__item-text {
        flex: unset;
    }

    #ezsService-4 .page-prods__bottom .product-item {
        flex-direction: column;
    }

    #ezsService-4 .page-prods .prods-service__item-img {
        max-width: 100%;
    }

    #ezsService-4 .page-prods__bottom .prods-service__item-btn {
        margin-top: 10px;
    }

    #ezsService-4 .page-prods .imgprod {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    footer.footer {
        padding: 0 5px;
        padding-top: 80px;
    }

    #footer-6 .footer-logo {
        padding: 0 20px;
    }

    #footer-6 .form-notification.error {
        left: calc(50% - 55px);
    }

    #footer-6 .footer-top-email__box input {
        margin-right: 0;
        border-right: 0;
    }

    #footer-5 .footer-bottom {
        padding-bottom: 30px;
    }

    #footer-5 .bottom-footer .container {
        padding-bottom: 100px;
    }

    #footer-5 .footer-bottom .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer-2 .footer-contact h6 {
        font-size: 20px;
    }

    #footer-2 .footer-contact p {
        font-size: 12px;
    }

    #footer-2 .footer-top-email {
        padding-bottom: 0;
    }

    #footer-2 .footer-top-email__mail .input-group button {
        padding: 15px;
    }

    #footer-2 .footer-top-email__mail .input-group input {
        width: calc(100% - 122px);
    }

    #footer-3 .footer-bottom .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer-3 .footer-top-email__mail input {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer-3 .footer-top-email__mail .input-group {
        justify-content: center;
    }

        #footer-3 .footer-top-email__mail .input-group::after {
            width: 100%;
            left: 0;
        }

    #footer-11 .footer-logo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer-11 .footer-links {
        padding-left: 0;
    }

    #footer-11 .footer-book-now {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        align-items: center;
        padding-top: 0 !important;
        justify-content: start;
    }

    #footer-11 .footer-links::after {
        left: 0;
    }

    #footer-11 .footer-time-open {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #footer-11 .footer-contacts div {
        flex: 0 0 50%;
        padding-left: 15px;
    }

        #footer-11 .footer-contacts div::before {
            left: 15px;
        }

    #footer-11 .footer-bottom .footer-info {
        flex-wrap: wrap;
    }

    #footer-11 .footer-contacts {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    #footer-11 .footer-logo {
        padding: 0 20px;
    }

    #footer-11 .form-notification.error {
        left: calc(50% - 55px);
    }

    #footer-11 .footer-top-email__box input {
        margin-right: 0;
        border-right: 0;
    }

    .testimonial-section h3 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .default-slider-service .txt-block > p,
    .default-slider-prod .container > h3,
    .default-blog-slide .container > h3 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .default-slider-service .txt-block > h3,
    .default-slider-prod .txt-block > h3,
    .default-instagram .txt-block > h3,
    .default-blog-slide .txt-block > h3,
    .default-slider-prod .container > p,
    .default-blog-slide .container > p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .default-welcome {
        padding: 30px 0;
        padding-top: 50px;
    }

        .default-welcome h2 {
            font-size: 28px;
            line-height: 1em;
        }

        .default-welcome p {
            font-size: 16px;
        }

    .btn.btn-default-welcome {
        font-size: 14px;
        padding: 12px 40px;
    }

    .default-banner-arrow {
        display: none;
    }

    .main-about-slider .slick-next {
        right: 15px;
        z-index: 2;
    }

    .main-about-slider button.slick-prev:before,
    .main-about-slider button.slick-next:before {
        color: #fff !important;
    }

    .main-about-slider .slick-prev {
        left: 15px;
        z-index: 2;
    }

    .default-service-hot__content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .default-video {
        margin: 40px 0;
    }

    .wide-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .default-service__desc {
        min-width: unset;
        max-width: calc(100% - 15px);
    }

    .modal.fade .modal-dialog {
        width: 90%;
    }

    .page-auth .auth-content ul.auth-tabs {
        margin: 0 0 30px;
    }

    .page-auth .auth-form .auth-form-box div.auth-form__input {
        margin-bottom: 17px;
    }

    .auth-header h4 {
        display: none;
    }

    .page-prods__proudct-img img {
        height: 180px;
    }

    .page-auth div.auth-content {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .prod-slider-item .slick-arrow {
        display: none !important;
    }

    .service-slider-item .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #footer-7 .footer-bottom .container .row::before {
        left: 0;
        text-align: center;
        font-size: 28px;
        top: -130px;
    }

    #footer-7 .footer-logo .footer-info img {
        top: -230px;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer-7 .footer-bottom .container .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #footer-7 .footer-logo .footer-info {
        margin-bottom: 0;
    }

        #footer-7 .footer-logo .footer-info .footer-contacts::after,
        #footer-7 .footer-bottom .footer-contact .footer-address::after,
        #footer-7 .footer-bottom .footer-contact .footer-address::before {
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;
        }

    .default-welcome h2 p {
        font-size: 32px;
        line-height: 1.313em;
    }

    #contacts-3 h4 {
        font-size: 32px !important;
    }

    .default-about-2__content {
        margin: 0;
    }

    .ezs-slider-desk {
        display: none;
    }

    .default-infor {
        display: none;
    }
}

@media (min-width: 768px) {
    .default-contact .row > div:first-child .default-contact__detail {
        border-right: 1px solid #000000;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .ezs-slider-mb {
        display: none;
    }

    .js-list-policy {
        display: unset !important;
    }

    .page-policy__sidebar .page-policy__title-mobi {
        display: none;
    }

    .page-policy__sidebar {
        border-right: 1px solid #eee;
        margin-right: 30px;
    }

    .p-images-mobi .img img {
        height: 90px;
        width: 90px;
    }

    .prodx-detail .img img {
        margin-bottom: 10px;
    }

    .nav-sidebar .fa-bars {
        display: none;
    }

    .footer-copyright .stock-checked p {
        margin-bottom: 0px;
    }

    .tab-name-mobi {
        display: none;
    }
}

@media (min-width: 1200px) {
    .default-service .container > div {
        padding: 0 15px;
    }

    #footer-5 .footer-twitter {
        display: block !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    #footer-5 .footer-bottom .row > div {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #header-7 .wsmenu.left::after {
        width: 100% !important;
        left: 0 !important;
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 10px 5px !important;
    }

    #header-6 .wsmenu > .wsmenu-list > li > a:not(.header-phone) {
        padding: 10px 15px;
    }

    #header-9 .wsmenu > .wsmenu-list > li > a:not(.header-phone) {
        padding: 10px 15px !important;
    }

    #header-11 .wsmenu > .wsmenu-list > li > a:not(.header-phone) {
        padding: 10px 15px;
    }

    #header-12 .wsmenu > .wsmenu-list > li > a:not(.header-phone) {
        padding: 10px 15px;
    }
    #header-12 .wsmenu.left .wsmenu-list {
        padding: 0 20px;
    }
    #header-12 .logo-black img {
        left: 20px !important;
    }
    #header-12 .header-list-contact {
        left: 45px !important;
    }
    #header-12 .header-top-social {
        right: 45px !important;
    }
    .wsmenu > .wsmenu-list > li > a .wsarrow:after {
        right: -5px !important;
    }

    .wsmainwp .wsmenu:first-child li:last-child {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #header-2 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
    }

        #header-2 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
        }

    #header-3.white-menu .wsmainfull .wsmainwp {
        padding: 0;
    }

    #header-3.white-menu .wsmainfull:not(.scroll) .wsmainwp .logo-center.logo-black {
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
        display: flex !important;
        position: relative;
    }

    #header-3 .wsmainfull .wsmainwp {
        max-width: 1200px;
        background: #fff;
        padding: 0px 1.5rem;
        border-radius: 0.5rem;
        transition: all 300ms ease-in-out;
        height: 60px;
    }

    #header-3 .wsmenu > .wsmenu-list > li:not(.header-phone) > a {
        padding: 5px 15px;
    }

    #header-3 .wsmenu > .wsmenu-list > li.header-phone > a {
        padding: 0 0 0 10px;
    }

    #header-3 .wsmainfull .wsmainwp #header-3 .wsmainfull .wsmainwp .logo-center.logo-black {
        display: flex !important;
    }

    #header-3 .wsmainfull:not(.scroll) .wsmainwp .logo-center.logo-black {
        display: none !important;
    }

    #header-3 .wsmainfull .wsmainwp .logo-center.logo-black img {
        height: 80px;
        width: 80px;
    }

    #header-3 .wsmainfull:not(.scroll) .wsmainwp .desktoplogo-square {
        width: 140px;
        height: 140px;
        position: absolute;
        align-items: center;
        border-radius: 50%;
        top: calc(50% - 70px);
        justify-content: center;
        background-color: #fff;
        display: flex !important;
        right: calc(50% - 70px);
    }

    #header-3 .wsmainfull.scroll .wsmainwp .desktoplogo-square img {
        margin-top: 20px;
    }

    #header-3 .wsmainfull:not(.scroll) .wsmainwp .desktoplogo-square img {
        height: 80px;
        width: 80px;
    }

    #header-3 .wsmainfull.scroll .wsmainwp .logo-center.logo-black img {
        height: 50px;
        width: auto;
        margin-top: 5px;
    }

    #header-3.navbar-light .scroll .logo-black {
        display: flex;
        width: unset;
        overflow: unset;
    }

    #header-3 .wsmainfull .logo-center.logo-black {
        width: 140px;
        height: 45px;
    }

    #header-3.white-menu .wsmainfull .wsmainwp .logo-center.logo-black img {
        height: 50px;
        width: auto;
    }

    #header-3.white-menu .wsmainfull.scroll .wsmainwp .logo-center.logo-black img {
        margin-top: 10px;
    }

    #header-3 .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 60px;
    }

    #header-3.white-menu .logo-black {
        display: flex;
    }

    #header-3.white-menu .wsmenu > .wsmenu-list > li > a {
        padding: 10px 15px;
    }

    #header-3.white-menu .wsmainfull .wsmainwp {
        height: 70px;
    }

    #header-3 .wsmainfull.scroll .wsmainwp {
        padding: 0;
    }

    #header-3.tra-menu .wsmainfull {
        padding-top: 55px;
    }

        #header-3.tra-menu .wsmainfull.scroll {
            padding-top: 2px;
        }

        #header-3.tra-menu .wsmainfull #header-3 .wsmainfull .wsmainwp .logo-center.logo-white {
            display: none !important;
        }

    #header-3.navbar-light .logo-black {
        display: block;
        width: 80px;
        overflow: hidden;
    }

    #header-4 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
    }

        #header-4 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
        }

        #header-4 .wsmainfull .wsmainwp .logo-first.logo-white {
            display: none !important;
        }

    .wsmainfull .wsmainwp {
        max-width: 100%;
        padding: 0 5%;
        display: flex;
    }

    #header-4.navbar-light .logo-black {
        display: block !important;
    }

        #header-4.navbar-light .logo-black.logo-center {
            display: none !important;
        }

    #header-5 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
    }

        #header-5 .wsmainfull .wsmainwp .logo-center.logo-black {
            display: flex !important;
            align-items: center;
        }

    #header-5.navbar-light .logo-black {
        display: flex !important;
        align-items: center;
    }

        #header-5.navbar-light .logo-black.logo-first,
        #header-5 .wsmainfull .wsmainwp .desktoplogo.logo-white {
            display: none !important;
        }

    #header-5 .wsmainfull.scroll .wsmainwp .logo-center.logo-black::after {
        top: calc(100% - 2px);
        filter: drop-shadow(0 2px 2px #6060601a);
    }

    #header-5.white-menu .wsmainfull.scroll .wsmainwp .logo-center.logo-black::after {
        top: calc(100% - 5px);
        filter: drop-shadow(0 3px 2px #6060601a);
    }

    #header-5 .wsmainfull .wsmainwp .logo-center.logo-black::before {
        content: "";
        position: absolute;
        width: 120%;
        left: -10%;
        background: #fff;
        z-index: 2;
        transition: all 400ms;
        height: 0px;
    }

    #header-5.white-menu .wsmainfull.scroll .wsmainwp .logo-center.logo-black::before {
        top: calc(100% - 10px);
        transition: all 400ms;
        height: 11px;
    }

    #header-5 .wsmainfull.scroll .wsmainwp .logo-center.logo-black::before {
        top: calc(100% - 6px);
        transition: all 400ms;
        height: 11px;
    }

    #header-5.white-menu .wsmainfull .wsmainwp .logo-center.logo-black::after {
        top: calc(100% - 6px);
        content: "";
        position: absolute;
        bottom: 0;
        filter: drop-shadow(0 2px 2px rgb(96 96 96 / 9%));
        left: -10%;
        background: url(/images/logo-bgbox.png) no-repeat 100% 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 120%;
        height: 30px;
        z-index: 1;
        transition: all 400ms;
    }

    #header-5 .wsmainfull .wsmainwp .logo-center.logo-black::after {
        top: calc(100% - 6px);
        content: "";
        position: absolute;
        bottom: 0;
        left: -10%;
        background: url(/images/logo-bgbox.png) no-repeat 100% 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 120%;
        height: 30px;
        z-index: 1;
        transition: all 400ms;
    }

    #header-6 ~ .inner-page-wrapper {
        margin-top: 130px;
    }

    #header-6 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
        flex-wrap: wrap;
    }

        #header-6 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
            position: relative;
            padding-bottom: 10px;
        }

            #header-6 .wsmainfull .wsmainwp .logo-first.logo-black::before {
                content: "";
                height: 1px;
                position: absolute;
                width: 200vw;
                bottom: 0;
                left: -50vw;
                background: rgba(0, 0, 0, 0.1);
            }

    #header-6 .desktoplogo.logo-first {
        flex: 0 0 100%;
        text-align: center;
    }

    #header-6.tra-menu .wsmainfull {
        background: #fff !important;
        padding-top: 10px;
        padding-bottom: 0;
    }

    #header-6.navbar-light .wsmenu > .wsmenu-list > li > a {
        color: #444;
    }

    #header-6 .wsmenu > .wsmenu-list > li:not(.header-phone) > a {
        padding: 0 25px;
    }

    #header-6 .wsmenu > .wsmenu-list > li.header-phone > a {
        padding: 11px 0 11px 10px;
    }

    #header-6.navbar-light .logo-black {
        display: inline-block !important;
    }
    #header-6.navbar-light a.logo-black {
        height: 70px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

        #header-6.navbar-light .logo-black.logo-center,
        #header-6.navbar-light .logo-white {
            display: none !important;
        }

    #header-6 ~ main {
        margin-top: 140px;
    }

        #header-6 ~ main .inner-page-wrapper {
            margin-top: -10px;
        }

    #header-6 .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 50px;
    }

    #header-6.white-menu .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 100%;
    }

    #header-7 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
    }

        #header-7 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
            padding: 20px 0;
        }

        #header-7 .wsmainfull .wsmainwp .logo-first.logo-white {
            display: none !important;
        }

    #header-7 ~ main {
        margin-top: 115px;
    }

        #header-7 ~ main .inner-page-wrapper {
            margin-top: 0;
        }

    #header-7.navbar-light .logo-black {
        display: block !important;
    }

        #header-7.navbar-light .logo-black.logo-center {
            display: none !important;
        }

    #header-7 ~ .inner-page-wrapper {
        margin-top: 115px;
    }

    #header-7 .wsmenu.left .wsmenu-list {
        position: relative;
    }

        #header-7 .wsmenu.left::after {
            content: "Ưu đãi vàng! Mừng khai trương cơ sở mới";
            position: absolute;
            top: 0;
            font-family: Roboto;
            left: 10%;
            width: 80%;
            text-align: center;
            padding: 10px 30px;
            border-radius: 0 0px 20px 20px;
            background: var(--default);
            font-weight: 400;
            color: #fff;
            font-size: 14px;
        }

    #header-7 .menufull-contact__phone img {
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }

    #header-7 .menufull-contact__phone {
        display: flex !important;
        align-items: center;
    }

        #header-7 .menufull-contact__phone p {
            color: #517496;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 0;
        }

        #header-7 .menufull-contact__phone span {
            color: #002e5b;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 0;
        }

    #header-7 .desktoplogo.logo-first img {
        height: 75px;
    }
    #header-8 .wsmainwp {
        align-items: center;
    }
    #header-8 .wsmainfull.scroll .wsmainwp {
        padding: 0 15px;
    }

    #header-8 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 15px 20px;
        position: relative;
        background: #fff;
    }

    #header-8 .logo-white.logo-first,
    #header-8.navbar-light .logo-black.logo-center {
        display: none !important;
    }

    #header-8 ~ .inner-page-wrapper {
        margin-top: 100px;
    }

    #header-8 ~ main {
        margin-top: 100px;
    }

    #header-8.tra-menu ~ main {
        margin-top: 0;
    }

    #header-8 ~ main .inner-page-wrapper {
        margin-top: 0;
    }

    #header-8.navbar-light .logo-black {
        display: block !important;
    }

        #header-8.navbar-light .logo-black.logo-first {
            position: relative;
            padding-right: 20px;
            margin-right: 10px;
        }

            #header-8.navbar-light .logo-black.logo-first::after {
                content: "";
                position: absolute;
                width: 2px;
                height: 100%;
                right: 0;
                top: 0;
                background: #dddd;
            }

    #header-8.navbar-light .wsmenu > .wsmenu-list > li > a {
        color: #586794;
    }

    #header-8 .wsmenu > .wsmenu-list > li:not(.header-phone)::before {
        content: "";
        background: var(--default);
        position: absolute;
        top: calc(100% + 9px);
        width: 25px;
        height: 0;
        right: 50%;
        transform: translateX(50%);
        transition: all 300ms;
    }

    #header-8 .wsmenu > .wsmenu-list > li:not(.header-phone)::before {
        top: calc(100% + 9px);
    }

    #header-8.navbar-light .scroll .logo-black.logo-first::after {
        height: 80%;
        top: 10%;
    }

    #header-8 .scroll .wsmenu > .wsmenu-list > li:not(.header-phone)::before {
        top: calc(100% - 3px);
    }

    #header-8 .wsmenu > .wsmenu-list > li:hover::before {
        height: 5px;
    }

    #header-8 .header-book-now {
        display: flex !important;
        align-items: center;
    }

        #header-8 .header-book-now .header-bar:hover span {
            width: 24px !important;
        }

        #header-8 .header-book-now .header-bar {
            background: var(--default);
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 1;
            padding-top: 10px;
            padding-left: 12px;
            cursor: pointer;
        }

            #header-8 .header-book-now .header-bar span:nth-last-child(3) {
                width: 10px;
            }

            #header-8 .header-book-now .header-bar span:nth-last-child(1) {
                width: 15px;
            }

            #header-8 .header-book-now .header-bar span {
                background: #fff;
                height: 2px;
                width: 24px;
                display: block;
                margin-top: 5px;
                margin-bottom: 6px;
                padding-left: 9px;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

        #header-8 .header-book-now .icon-calender {
            border: 1px solid #dddddd;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            padding: 10px 20px;
            color: #586794;
            font-weight: 400;
            height: 50px;
            transition: all 300ms;
        }

            #header-8 .header-book-now .icon-calender:hover {
                border: 1px solid var(--default);
                color: #fff;
                background: var(--default);
                transition: all 300ms;
            }

    #header-8 .wsmainfull .wsmainwp .logo-first.logo-black {
        display: block !important;
    }

    #header-9 ~ .inner-page-wrapper {
        margin-top: 160px;
    }

    #header-9 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
        flex-wrap: wrap;
    }

        #header-9 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
            position: relative;
            padding-bottom: 25px;
            padding-top: 15px;
            text-align: left;
            margin-left: 0;
            padding-left: 25px;
        }

            #header-9 .wsmainfull .wsmainwp .logo-first.logo-black::before {
                content: "";
                height: 1px;
                position: absolute;
                width: 200vw;
                bottom: 0;
                left: -50vw;
                background: rgba(0, 0, 0, 0.1);
            }

    #header-9 .desktoplogo.logo-black {
        flex: 0 0 30%;
        text-align: center;
    }

    #header-9.tra-menu .wsmainfull {
        background: #fff !important;
        padding-top: 0px;
        padding-bottom: 0;
    }

    #header-9.navbar-light .wsmenu > .wsmenu-list > li > a {
        color: #444;
    }

    #header-9 .wsmenu > .wsmenu-list > li:not(.header-phone) > a {
        padding: 0 25px;
    }

    #header-9 .wsmenu > .wsmenu-list > li.header-phone > a {
        padding: 0px 0 0px 10px;
    }

    #header-9.navbar-light .logo-black {
        display: inline-block !important;
    }
    #header-9.navbar-light a.logo-black {
        height: 70px;
        display: flex !important;
        align-items: center;
    }

        #header-9.navbar-light .logo-black.logo-center,
        #header-9.navbar-light .logo-white {
            display: none !important;
        }

    #header-9 ~ main {
        margin-top: 160px;
    }

        #header-9 ~ main .inner-page-wrapper {
            margin-top: -10px;
        }

    #header-9 .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 50px;
    }

    #header-9.white-menu .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 100%;
    }

    #header-9 .logo-white {
        margin: 0;
    }

    #header-9 .header-top-search {
        display: flex !important;
        flex: 0 0 70%;
        justify-content: space-between;
        align-items: center;
        padding-left: 25px;
    }

    #header-9 .header-top-search__search {
        position: relative;
        width: 70%;
    }

        #header-9 .header-top-search__search input {
            width: 100%;
            font-weight: 300;
            font-size: 13px;
            color: #000;
            line-height: 16px;
            letter-spacing: 0.025em;
            border: 0;
            border-bottom: 1px solid rgb(153, 153, 153);
            padding: 10px 30px 10px 0px;
            outline: none;
            margin-bottom: 10px;
        }

    #header-9 .header-top-search__btn i {
        font-weight: 400;
    }

    #header-9 .header-top-search__btn {
        position: absolute;
        border: 0;
        background: none;
        font-size: 14px;
        right: 0;
        top: 0;
        height: calc(100% - 20px);
        padding-left: 15px;
        padding-right: 2px;
        transition: all 300ms;
        outline: none;
    }

        #header-9 .header-top-search__btn:hover {
            color: #ff898d;
        }

    #header-9 .header-top-search__user span i {
        color: #000;
    }

    #header-9 .header-top-search__user a {
        padding: 10px;
        position: relative;
    }

    #header-9 .header-top-search__user .sub-menu a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 30%;
        opacity: 0;
        transition: all 300ms ease-in-out;
        width: 2px;
        background: var(--default);
        height: 40%;
    }

    #header-9 .header-top-search__user .sub-menu a {
        padding: 7px 15px;
        display: flex;
        position: relative;
        color: #9099a4;
    }

    #header-9 .header-top-search__user li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        transition: transform 0.3s, opacity 0.3s;
    }

    #header-9 .header-top-search__user li {
        position: relative;
    }

    #header-9 .header-top-search__user .sub-menu a:hover {
        color: #465777;
        padding-left: 25px;
        transition: all 400ms ease-in-out;
    }

        #header-9 .header-top-search__user .sub-menu a:hover::after {
            opacity: 1;
            top: 0;
            height: 100%;
        }

    #header-9 .header-top-search__user .sub-menu {
        position: absolute;
        right: 0;
        box-shadow: 0 2px 7px rgb(0 0 0 / 7%);
        background: #fff;
        font-size: 14px;
        font-weight: 400;
        top: 100%;
        min-width: 160px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transform: rotateX(-75deg);
    }

    #header-9 .header-top-search__user .wsmenu-list {
        display: flex;
    }

    #header-9 .wsmenu > .wsmenu-list > li > a {
        font-weight: 500;
    }

    #header-9 .wsmainfull.scroll {
        transform: translateY(-110px);
    }

    #header-9 .wsmenu.left .header-phone {
        display: none;
    }

    #header-9 .header-left-icon i {
        color: #e4c1b1;
        margin: 0;
        transition: all 300ms;
    }

    #header-9 .header-left-icon a:hover i {
        color: #000;
    }

    #header-9 .header-left-icon a {
        padding: 0 5px !important;
    }

    #header-9 .wsmenu-list .header-left-icon__fb {
        margin-left: auto;
        font-size: 14px;
        font-weight: 400;
    }

    #header-9 .header-left-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #header-9 .header-top-search__user .wsmenu-list .header-cart__item {
        position: absolute;
        font-size: 8px;
        background: white;
        border-radius: 50%;
        line-height: 12px;
        height: 12px;
        width: 12px;
        top: 6px;
        left: 20px;
        border: 1px solid #e4c1b1;
        line-height: initial;
        margin: 0;
        color: #e4c1b1;
        text-align: center;
        justify-content: center;
    }

    #header-9 .header-top-search__user span {
        background: none;
    }

    #header-10 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
    }

        #header-10 .wsmainfull .wsmainwp .logo-center.logo-black {
            display: block !important;
            margin: 0 40px;
        }

    #header-10 .wsmenu > .wsmenu-list > li > a {
        padding: 10px 20px;
    }

    #header-10 .wsmenu.right .wsmenu-list li:nth-child(3) {
        order: 2;
    }

    #header-10 .wsmenu.right .wsmenu-list li:nth-child(4) {
        order: 1;
    }

    #header-10 .wsmenu.right .wsmenu-list li:nth-child(5),
    #header-10 .wsmenu.right .wsmenu-list li:nth-child(6) {
        order: 3;
    }

    #header-10.navbar-light .logo-black {
        display: block !important;
    }

        #header-10.navbar-light .logo-black img {
            height: 60px;
        }

        #header-10.navbar-light .logo-black.logo-first,
        #header-10 .wsmainfull .wsmainwp .desktoplogo.logo-white {
            display: none !important;
        }

    #header-10 .wsmainfull.scroll .wsmainwp .logo-center.logo-black::after {
        top: calc(100% - 2px);
        filter: drop-shadow(0 2px 2px #6060601a);
    }

    #header-10.white-menu .wsmainfull.scroll .wsmainwp .logo-center.logo-black::after {
        top: calc(100% - 5px);
        filter: drop-shadow(0 3px 2px #6060601a);
    }

    #header-10.white-menu .wsmainfull.scroll .wsmainwp .logo-center.logo-black::before {
        top: calc(100% - 10px);
        transition: all 400ms;
        height: 11px;
    }

    #header-10 ~ main .inner-page-wrapper {
        margin-top: -10px;
    }

    #header-10 ~ main {
        margin-top: 110px;
    }

    #header-10 ~ .inner-page-wrapper {
        margin-top: 110px;
    }

    #header-10 .wsmainfull.scroll .wsmainwp .logo-center.logo-black::before {
        top: calc(100% - 6px);
        transition: all 400ms;
        height: 11px;
    }

    #header-10 .wsmainfull .wsmenu.left .wsmenu-list {
        display: flex;
        justify-content: right;
    }

    #header-10 .wsmainfull .wsmenu.right .wsmenu-list .header-btn {
        margin-left: auto;
    }

    #header-10 .header-top-search__search {
        display: flex !important;
        height: 100%;
        align-items: center;
        position: relative;
    }

        #header-10 .header-top-search__search input {
            border: 0;
            background-color: transparent;
            font-weight: 400;
            outline: none;
            font-size: 15px;
            color: #6b6b6b;
        }

        #header-10 .header-top-search__search .header-top-search__btn {
            right: 100%;
            position: absolute;
            background: none;
            border: none;
            outline: none;
        }

            #header-10 .header-top-search__search .header-top-search__btn i {
                font-weight: 400;
                color: #6b6b6b;
            }

    #header-11 .wsmenu > .wsmenu-list {
        height: 53px;
        align-items: center;
    }

    #header-11 ~ .inner-page-wrapper {
        margin-top: 130px;
    }

    #header-11 .header-wrapper {
        position: absolute;
    }

    #header-11 .header-book-now {
        display: flex !important;
        position: absolute;
        top: 28px;
        right: 20px;
    }

    #header-11 .wsmenu.right {
        display: block !important;
        position: absolute;
        top: 30px;
        right: 180px;
    }

        #header-11 .wsmenu.right li:not(.header-phone) {
            display: none;
        }

    #header-11 .wsmenu-list .header-cart__item {
        top: 10px;
    }

    #header-11 .header-book-now a {
        color: #fff;
        background: var(--default);
        font-weight: 700;
        font-size: 17px;
        line-height: 24px;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 15px 35px;
    }

    #header-11 .header-book-now i {
        display: none;
    }

    #header-11 .scroll .wsmenu.left {
        position: fixed;
        width: 100%;
        bottom: unset;
        top: 0;
        margin: 0;
        left: 0;
    }

        #header-11 .scroll .wsmenu.left .wsmenu-list {
            bottom: 0;
            transition: none;
            border-radius: 0;
        }

    #header-11 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
        position: relative;
        flex-wrap: wrap;
    }

        #header-11 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
            position: relative;
            padding-bottom: 0;
        }

    #header-11 .desktoplogo.logo-first {
        flex: 0 0 100%;
        text-align: center;
    }

    #header-11 .header-top-social {
        display: flex !important;
        position: absolute;
        top: 40px;
        left: 20px;
    }

    #header-11.tra-menu .wsmainfull {
        background: rgba(var(--bg-default), 0.05) !important;
        padding-top: 0px;
        padding-bottom: 0;
    }

    #header-12 ~ .inner-page-wrapper {
        margin-top: 110px;
    }

    #header-12 .header-wrapper {
        position: absolute;
    }

    #header-12 .wsmenu.right li:not(.header-phone) {
        display: none;
    }

    #header-12 .wsmenu-list .header-cart__item {
        top: 10px;
    }

    #header-12 .header-book-now a {
        color: #fff;
        background: var(--default);
        font-weight: 700;
        font-size: 17px;
        line-height: 24px;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 15px 35px;
    }

    #header-12 .header-book-now i {
        display: none;
    }

    #header-12 .scroll .wsmenu.left {
        position: fixed;
        width: 100%;
        bottom: unset;
        top: 0;
        margin: 0;
        left: 0;
    }

    #header-12 .scroll .logo-black img {
        position: fixed;
        top: 10px;
        transition: none;
    }

    #header-12 .scroll .wsmenu.left .wsmenu-list {
        bottom: 0;
        transition: none;
        border-radius: 0;
    }

    #header-12 .wsmainfull .wsmainwp {
        margin: 0 auto;
        max-width: 1440px;
        padding: 0 15px;
        position: relative;
        flex-wrap: wrap;
    }

        #header-12 .wsmainfull .wsmainwp .logo-first.logo-black {
            display: block !important;
            position: relative;
            padding-bottom: 0;
            height: 30px;
        }

    #header-12 .desktoplogo.logo-first {
        flex: 0 0 100%;
        text-align: center;
    }

    #header-12 .header-top-social span {
        display: none
    }

    #header-12 .header-top-social {
        display: flex !important;
        position: absolute;
        top: 17.5px;
        right: 170px;
    }

    #header-12.tra-menu .wsmainfull {
        background: rgba(var(--bg-default), 0.1) !important;
        padding-top: 0px;
        padding-bottom: 0;
    }

    .header-top-social > span {
        margin-right: 15px;
        font-family: "Great Vibes";
        font-size: 24px;
        color: var(--default)
    }

    .header-top-social li a:hover {
        color: var(--default)
    }

    .header-top-social li a {
        width: 35px;
        margin: 0 2px;
        border-radius: 100%;
        transition: all 300ms;
        background: #fff;
        height: 35px;
        line-height: 35px !important;
        display: inline-block;
        text-align: center;
    }

    .header-top-social ul {
        display: flex;
    }

    #header-11.navbar-light .wsmenu > .wsmenu-list > li > a {
        color: #444;
    }

    #header-11 .wsmenu > .wsmenu-list > li:not(.header-phone) > a {
        padding: 5px 25px !important;
        font-weight: 500;
        position: relative;
    }

        #header-11 .wsmenu > .wsmenu-list > li:not(.header-phone) > a:not([href="/lien-he.aspx"])::after {
            content: '';
            position: absolute;
            width: 1px;
            height: 10px;
            right: 0;
            top: 50%;
            background: #444;
            transform: translateY(-50%)
        }

    #header-11 .wsmenu > .wsmenu-list > li.header-phone > a {
        padding: 0px 0 0px 10px;
    }

    #header-11.navbar-light .logo-black {
        display: inline-block !important;
    }

        #header-11.navbar-light .logo-black img {
            height: 70px;
            width: auto;
            margin-top: 10px;
            position: relative;
            top: 10px;
        }

        #header-11.navbar-light .logo-black.logo-center,
        #header-11.navbar-light .logo-white {
            display: none !important;
        }

    #header-11 ~ main {
        margin-top: 140px;
    }

        #header-11 ~ main .inner-page-wrapper {
            margin-top: -10px;
        }

    #header-11 .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 100%;
    }

    #header-11.white-menu .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 100%;
    }

    #header-12.navbar-light .wsmenu > .wsmenu-list > li > a {
        color: #444;
    }

    #header-12 .wsmenu > .wsmenu-list > li:not(.header-phone) > a {
        padding: 15px 25px !important;
        font-weight: 500;
        position: relative;
    }

        #header-12 .wsmenu > .wsmenu-list > li:not(.header-phone) > a:not([href="/lien-he.aspx"])::after {
            content: '';
            position: absolute;
            width: 1px;
            height: 10px;
            right: 0;
            top: 50%;
            background: #444;
            transform: translateY(-50%)
        }

    #header-12 .wsmenu > .wsmenu-list > li.header-phone > a {
        padding: 0px 0 0px 10px;
        display: flex;
        height: 80px;
        align-items: center;
    }

    #header-12.navbar-light .logo-black {
        display: inline-block !important;
    }

    #header-12 .logo-black img {
        width: auto;
        position: absolute;
        height: 62px;
        top: 80px;
        left: 150px;
        transition: all 300ms;
        z-index: 1;
    }

    #header-12.navbar-light .logo-black.logo-center,
    #header-12.navbar-light .logo-white {
        display: none !important;
    }

    #header-12 ~ main {
        margin-top: 110px;
    }

        #header-12 ~ main .inner-page-wrapper {
            margin-top: -10px;
        }

    #header-12 .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 100%;
    }

    #header-12.white-menu .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 100%;
    }

    #header-12 .header-list-contact {
        display: block !important;
        position: absolute;
        left: 165px;
        top: 17.5px;
    }

    #header-12 .header-list-contact {
        font-size: 15px;
        line-height: 35px;
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 400;
    }

    #header-12 .bt-nav-top-bar {
        display: flex;
        align-items: center;
    }

        #header-12 .bt-nav-top-bar a {
            font-size: 15px;
            line-height: 35px;
            letter-spacing: 0px;
            font-style: normal;
            transition: all 300ms;
            font-weight: 400;
        }

    #header-12 .bt-top-left li i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 500;
    }
    #header-12 .bt-top-left li a span.item {
        color: var(--default)
    }
    #header-12 .bt-top-left li:not(:last-child ) {
        margin-right: 20px;
    }

    #header-12 .bt-nav-top-bar a:hover {
        color: var(--default)
    }

    #header .wsmainfull .wsmainwp .logo-center.logo-black {
        display: block !important;
    }

    .wsmainfull .wsmainwp .desktoplogo.logo-black {
        display: none !important;
        position: relative;
    }

    .wsmainfull.scroll .wsmainwp .desktoplogo.logo-black {
        display: flex !important;
    }

    .wsmainfull.scroll .wsmainwp .desktoplogo.logo-white {
        display: none !important;
    }

    .desktoplogo {
        justify-content: center;
        display: flex !important;
    }

    .wsmainfull .wsmenu {
        float: unset;
        flex: 33.3333333333333333333%;
        flex-grow: 1;
    }

    .main-about .right-column,
    .about-section__three .row > div:first-child {
        padding-right: 50px;
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > svg {
        display: none;
    }

    .mobile {
        display: none !important;
    }

    .default-video {
        background-attachment: fixed !important;
    }

    section.default-banner-top .slides li {
        background-attachment: fixed !important;
    }

    .prodx-detail__control-mobi {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.95px) {
    .footer-copyright .stock-checked p {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.95px) {
    .footer-copyright .stock-checked p {
        margin-bottom: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767.95px) {
    .footer-copyright .stock-checked p {
        margin-bottom: 0px;
    }
}

@media (min-width: 414px) and (max-width: 479.95px) {
    .footer-copyright .stock-checked p {
        margin-bottom: 0px;
    }
}

@media (max-width: 320.95px) {
    .footer-copyright .stock-checked p {
        margin-bottom: 0px;
    }
}

/*# sourceMappingURL=fix.css.map */

/*testimonial*/
.testimonial-section {
    padding: 65px 0 47px;
    position: relative;
}

    .testimonial-section .testi_list-detail {
        position: relative;
        z-index: 1;
    }

    .testimonial-section .custom-container {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

    .testimonial-section .slick-prev {
        left: -63px;
    }

    .testimonial-section .slick-next {
        right: -63px;
    }

    .testimonial-section .single-testimonial-box {
        position: relative;
        padding: 58px 44px 49px;
        border: 3px solid var(--default);
        margin-bottom: 30px;
        margin-top: 15px;
    }

        .testimonial-section .single-testimonial-box .testimonial-icon {
            height: 51px;
            width: 110px;
            text-align: center;
            position: absolute;
            right: 53px;
            top: -49px;
            background: #fff;
        }

            .testimonial-section .single-testimonial-box .testimonial-icon i {
                font-size: 50px;
                color: var(--default);
                line-height: 1.85;
            }

        .testimonial-section .single-testimonial-box .testimonial-content p {
            font-size: 14px;
            letter-spacing: 1.2px;
            margin: 0 0 26px;
            font-weight: 400;
            color: #333333;
        }

        .testimonial-section .single-testimonial-box .testimonial-thumb {
            margin-right: 26px;
        }

    .testimonial-section .testi-shape {
        position: absolute;
        top: -34px;
        right: 19px;
        pointer-events: none;
    }

.testi-shape2 {
    position: absolute;
    bottom: -117px;
    pointer-events: none;
    left: 17px;
}

@keyframes float-bob2 {
    0% {
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@media (max-width: 1300px) {
    .testi-shape2.bounce-animate2 {
        display: none;
    }
}

.testi_list-detail .slick-arrow i {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    color: var(--default);
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.testimonial-section .slick-initialized .slick-slide > div {
    padding: 0 15px;
}

.owl-carousel .owl-item img {
    display: block;
}

.testimonial-section .single-testimonial-box .testimonial-inner-content h2 {
    font-size: 14px;
    margin: 0 0 0;
    text-transform: uppercase;
    color: #0e3d60;
    line-height: 1.24;
    font-weight: 600;
    font-style: normal;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.testimonial-section span {
    color: #821e2c;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    font-style: normal;
    letter-spacing: 1px;
}

.testimonial-section .slick-slide img {
    aspect-ratio: 1/1;
    width: 80px;
}

.testi_nav-img img {
    width: 100px;
    aspect-ratio: 1/ 1;
    transition: all 300ms;
}

.testi_nav .slick-active.slick-center img {
    width: 100px;
    transform: scale(1.1) !important;
}

.testimonial-section .testi_nav {
    display: none;
}

/*end testimonial*/
/*testimonial 2*/
#testimonial-section-2 .slick-slide img {
    border-radius: 50%;
    border: 5px solid var(--default);
}

#testimonial-section-2 .single-testimonial-box {
    display: flex;
    flex-direction: column;
}

#testimonial-section-2 .testimonial-content {
    order: 2;
}

#testimonial-section-2.testimonial-section .single-testimonial-box {
    border: 1px solid var(--default);
}

#testimonial-section-2 .single-testimonial-inner-box {
    order: 1;
    margin-bottom: 25px;
}

#testimonial-section-2.testimonial-section .single-testimonial-box .testimonial-content p {
    margin: 0;
}

/*end testimonial 2*/
/*testimonial 3*/
#testimonial-section-3.testimonial-section {
    background: rgba(var(--bg-default), 0.2);
}

#testimonial-section-3 .testi_nav-img img {
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px;
    transform: scale(1);
    border: 5px solid #fff;
}

#testimonial-section-3 .testi_nav-desc .testi_nav-lv {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 0;
}

#testimonial-section-3 .testi_nav-desc .testi_nav-name {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 5px;
}

#testimonial-section-3 .testi_nav-img {
    text-align: center;
    position: relative;
    padding-top: 20px;
    min-height: 200px;
}

#testimonial-section-3.testimonial-section .single-testimonial-box {
    border: 0;
}

    #testimonial-section-3.testimonial-section .single-testimonial-box .testimonial-content p {
        font-size: 22px;
        line-height: 38px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 0;
    }

#testimonial-section-3 .testi_nav .slick-slide:not(.slick-center) .testi_nav-desc {
    opacity: 0;
    visibility: hidden;
}

#testimonial-section-3.testimonial-section .single-testimonial-inner-box {
    display: none !important;
}

#testimonial-section-3.testimonial-section .single-testimonial-box .testimonial-icon i::before {
    content: "\f103";
}

#testimonial-section-3.testimonial-section .single-testimonial-box {
    padding: 58px 15% 0px;
}

#testimonial-section-3.testimonial-section .testi_nav {
    display: block;
}

#testimonial-section-3.testimonial-section .single-testimonial-box .testimonial-icon {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    background: transparent;
}

@media (max-width: 767px) {
    #testimonial-section-3.testimonial-section .single-testimonial-box {
        padding: 58px 10px 0px;
    }
}

/*end testimonial 3*/
/*testimonial 4*/
#testimonial-section-4.testimonial-section .single-testimonial-box {
    border: 0;
    border-top: 5px solid var(--default);
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

    #testimonial-section-4.testimonial-section .single-testimonial-box .testimonial-icon::before {
        z-index: 2;
        content: "\f10e";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: var(--default);
        position: absolute;
        font-size: 32px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #testimonial-section-4.testimonial-section .single-testimonial-box .testimonial-icon {
        height: 60px;
        border-radius: 50%;
        width: 60px;
        left: calc(50% - 30px);
        right: unset;
        top: -30px;
        box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    }

#testimonial-section-4 .slick-list {
    padding-top: 40px;
}

#testimonial-section-4.testimonial-section .single-testimonial-box .testimonial-icon i {
    display: none;
}

/*end testimonial 4*/
/*testimonial 5*/
#testimonial-section-5.testimonial-section .single-testimonial-box {
    display: flex;
    flex-direction: column;
}

    #testimonial-section-5.testimonial-section .single-testimonial-box .testimonial-content p {
        margin-bottom: 0;
    }

#testimonial-section-5 .testimonial-content {
    order: 2;
    background: #fff;
    font-size: 1em;
    padding: 45px 20px 40px 50px;
    border-radius: 5px;
    box-shadow: inset -1.4px -1.4px 2px rgb(0 0 0 / 30%);
    text-align: left;
    position: relative;
}

    #testimonial-section-5 .testimonial-content::after {
        content: "\201C";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #c0c0c0;
        position: absolute;
        font-size: 50px;
        top: 0px;
        left: 20px;
    }

#testimonial-section-5 .single-testimonial-inner-box {
    flex-direction: column;
    order: 1;
    margin-bottom: 20px;
}

#testimonial-section-5 .testimonial-icon {
    display: none;
}

#testimonial-section-5.testimonial-section .single-testimonial-box {
    border: 0;
    background: rgba(var(--bg-default), 0.7);
}

#testimonial-section-5.testimonial-section .slick-slide img {
    width: 100px;
    height: 100px;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 40%);
    margin-bottom: 15px;
    border: solid 5px #fff;
    border-radius: 50%;
}

#testimonial-section-5.testimonial-section .single-testimonial-box {
    padding: 30px;
    border-radius: 5px;
}

    #testimonial-section-5.testimonial-section .single-testimonial-box .testimonial-inner-content h2 {
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 0;
        letter-spacing: unset;
        line-height: 24px;
    }

#testimonial-section-5.testimonial-section span {
    font-weight: 300;
    font-size: 15px;
}

#testimonial-section-5.testimonial-section .single-testimonial-box .testimonial-thumb,
#testimonial-section-5 .testimonial-inner-content,
#testimonial-section-5 .testimonial-inner-content h2,
#testimonial-section-5 .testimonial-inner-content span {
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

/*end testimonial 5*/
/*beer slider*/
.beer-slider {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .beer-slider *,
    .beer-slider:before,
    .beer-slider:after,
    .beer-slider *:before,
    .beer-slider *:after {
        box-sizing: border-box;
    }

    .beer-slider img,
    .beer-slider svg {
        vertical-align: bottom;
    }

    .beer-slider > * {
        height: 100%;
    }

    .beer-slider > img {
        max-width: 100%;
        height: auto;
    }

.beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}

    .beer-reveal > :first-child {
        width: 200%;
        max-width: none;
        height: 100%;
    }

    .beer-reveal > img:first-child {
        height: auto;
    }

.beer-range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto;
}

    .beer-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 300vh;
    }

    .beer-range::-moz-range-thumb {
        -webkit-appearance: none;
        height: 300vh;
    }

    .beer-range::-ms-tooltip {
        display: none;
    }

.beer-handle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    background: rgba(var(--bg-default), 0.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}

    .beer-handle:before,
    .beer-handle:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        border-top: solid 2px;
        border-left: solid 2px;
        transform-origin: 0 0;
    }

    .beer-handle:before {
        left: 10px;
        transform: rotate(-45deg);
    }

    .beer-handle:after {
        right: 0;
        transform: rotate(135deg);
    }

.beer-range:focus ~ .beer-handle {
    background: rgba(var(--bg-default), 1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    content: attr(data-beer-label);
    position: absolute;
    top: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 0.125rem;
    background: rgba(255, 255, 255, 0.75);
}

.beer-slider[data-beer-label]:after {
    right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
    left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
    content: none;
}

.beer-ready .beer-reveal,
.beer-ready .beer-handle {
    opacity: 1;
}

/*end slider*/
