/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.detail-photos {
    padding-bottom: 35px;
}

.custom-cursor {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid var(--villoz-base, #537eac);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 99999999999999999999999999;
}

.custom-cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--villoz-base, #537eac);
    opacity: 0.3;
    position: fixed;
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: transform 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

    .custom-cursor-two.zoom {
        transform: scale(2.4);
    }

.p-hv {
    position: relative;
    overflow: hidden;
}

    .p-hv:hover .p-hv-1 {
        transform-origin: bottom center;
        transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
    }

.p-hv-1 {
    perspective: 300px;
    transition: transform 500ms ease;
    transform-origin: top center;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
    display: flex;
}

.p-hv:hover .p-hv-2 {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.p-hv-2 {
    transform-origin: bottom center;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
    perspective: 300px;
}

.big-bg {
    background-image: url(../Design/img/bg-big-tree.png);
    background-size: cover;
}

.p-btn-call {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 15px;
    justify-content: space-between;
}

.help-mar {
    margin-bottom: -80px;
}

section img {
    max-width: 100%;
}

.p-help-call {
    margin: 0;
    position: relative;
    margin-top: 30px;
    color: var(--default-color-2);
    font-size: 25px;
}

    .p-help-call::before {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 25px;
        height: 1px;
        background-color: var(--default-color-2);
    }

.p-btn-call .item {
    display: flex;
    align-items: center;
    margin: 0 25px;
}

.p-btn-call h3 {
    color: var(--default-color-1);
}

.p-title-tops {
    text-align: center;
    color: #071E8A;
    text-align: center;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 12px;
}

    .p-title-tops.white {
        color: #fff;
    }

.p-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 29px;
}

    .p-time .item::before {
        content: '';
        position: absolute;
        background-color: #05A1E5;
        opacity: .19;
        width: 1px;
        height: 20px;
        right: 0;
    }

    .p-time .item:last-child::before {
        display: none;
    }

    .p-time .item {
        display: flex;
        align-items: center;
        padding: 0 38px;
        position: relative;
    }

        .p-time .item img {
        }

        .p-time .item span {
            font-size: 16px;
            color: #474545;
            margin-left: 8px;
        }

.p-descript-tops {
    text-align: center;
    display: block;
    font-size: 22px;
    color: #646464;
    font-weight: 100;
    width: 900px;
    margin: 0 auto;
    margin-top: 8px;
    font-family: 'svn';
}

.p-btn-call .phone {
    font-size: 17px;
    position: relative;
    font-family: osB;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .p-btn-call .phone span {
        z-index: 2;
        color: #333333db;
        transition: all linear .3s;
        transition-delay: .1s;
    }

    .p-btn-call .phone:hover span {
        color: #fff;
    }

    .p-btn-call .phone:hover::before {
        width: calc(100% + 25px);
        opacity: 1;
    }

    .p-btn-call .phone::before {
        content: '';
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: var(--default-color-1);
        border-radius: 35px;
        transition: 0.6s cubic-bezier(.3,2.3,.3,1);
        left: -13px;
        opacity: .8;
    }

    .p-btn-call .phone:hover i {
        font-size: 18px;
        color: #fff;
    }

    .p-btn-call .phone i {
        font-size: 15px;
        margin-right: 6px;
        z-index: 2;
        transition: all linear .3s;
        transition-delay: .1s;
    }

/* no data*/
.no-data {
    color: var(--default-color-1);
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 15px;
    display: block;
}

/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 30px 0;
    justify-content: center;
}

    .pager span {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        user-select: none;
        -ms-flex-pack: center;
        justify-content: center;
        border: var(--default-color-1);
        color: #fff;
        background-color: var(--default-color-1);
        margin: 0 5px;
    }

   .W-sign-up-home:before {
        content: "";
        position: absolute;
        right: 0;
        top: -257px;
        background: url(/Design/decor/decorLaR.png) no-repeat;
        width: 219px;
        height: 540px;
    }

   .pager a {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        color: var(--default-color-1);
        align-items: center;
        user-select: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--default-color-1);
        margin: 0 5px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

        .pager a:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

.p-banner {
    position: relative;
    width: 100%;
    height: 100%;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .p-banner .grid.wide {
        position: absolute;
        top: 0;
        display: none;
        /* left: 0; */
    }

    .p-banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.3;
        background: linear-gradient(180deg, rgb(147 147 147) 0%, rgba(0, 0, 0, 1) 100%);
    }

    .p-banner img {
        position: absolute;
        top: 0;
        left: 0;
    }

.p-banner-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 83px;
}

.p-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.p-banner-content {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    flex-wrap: wrap;
}

    .p-banner-content a {
        color: var(--default-color-1);
        margin: 0 5px;
        transition: all linear .3s;
        font-size: 20px;
        padding: 10px 0;
    }

        .p-banner-content a:hover {
            color: var(--default-color-2);
        }

    .p-banner-content .icon:hover {
        color: var(--default-color-1);
    }

    .p-banner-content .icon {
        margin: 0 5px;
        transition: all linear .2s;
    }

    .p-banner-content span {
        font-size: 30px;
        display: block;
        margin: 0 8px;
        color: var(--default-color-1);
        line-height: 100%;
        text-align: center;
        font-family: 'BeauDisB';
        font-weight: 100;
    }

.p-banner img {
    width: 100%;
    height: 500px;
    position: relative;
    /* height: 100%; */
    object-fit: cover;
}

/*public new*/
.p-news-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 37px;
}

.p-news-date {
    width: fit-content;
    font-size: 14px;
    color: #FEFEFE;
    background-color: var(--default-color-1);
    border-radius: 55px;
    padding: 0 16px;
    padding-bottom: 4px;
    padding-top: 5px;
}

.swiper-slide-next .p-news-item {
}

.swiper-slide-next .p-news-link {
}

.p-news-item {
    transition: all linear .3s;
    transition: 1s cubic-bezier(.3,2,.3,1);
}

    .p-news-item:hover .p-news-content,
    .swiper-slide-next .p-news-content {
    }

.btn span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease;
}

.btn i {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover effect */
.btn:hover {
    /* background-color: #072582; */
    color: #ffffff;
}

    .btn:hover span {
        transform: translateX(5px); /* icons move to the right */
    }

    .btn:hover svg path {
        fill: #ffffff;
    }

.p-news-item .btn {
    letter-spacing: 1.2px;
    position: relative;
    width: fit-content;
    text-align: left;
    margin-top: 13px;
    overflow: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
    color: #FF5100;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

    .p-news-item .btn:hover {
        opacity: .7;
    }

.p-news-item:hover .p-news-title {
    color: var(--default-color-2);
}

.p-news-link {
}

.p-news-img {
    height: 272px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 2;
}

.p-news-item .btn span i {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    color: inherit;
}

    .p-news-item .btn span i:last-child {
        position: absolute;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        left: -19px;
        bottom: -5px;
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(360deg);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        color: currentColor;
    }

.p-news-item:hover a.btn {
    color: #05A1E5;
}

    .p-news-item:hover a.btn span i {
    }

.p-news-item .btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    /* width: 13px; */
}

.p-news-item:hover .btn span i:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -21px) rotate(-7deg);
    transform: translate(15px, -4px) rotate(359deg);
}

.p-news-item:hover .btn span i:first-child {
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -21px) rotate(-45deg);
}

.p-news-item:hover .p-news-img::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.p-news-img::before {
    content: '';
    background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
    left: 50%;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0px;
    right: 50%;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    transition: all 600ms linear;
}

.p-news-item:hover .p-news-img img {
    transform: scale(1.04);
}

.p-news-img img {
    transition: all linear .2s;
}

.p-news-content {
    padding: 0 20px 0 7px;
    padding-top: 16px;
    border-top: none;
    border-radius: 7px;
    border-color: transparent;
    padding-bottom: 25px;
    transition: all linear .2s;
    text-align: left;
}

    .p-news-content .stt {
        font-family: 'ice';
        color: var(--default-color-1);
        font-size: 28px;
        padding: 0 2px;
        position: relative;
        padding-bottom: 3px;
    }

        .p-news-content .stt::before {
            content: '';
            position: absolute;
            width: 88px;
            height: 1px;
            background-color: var(--default-color-1);
            bottom: 0;
        }

.new-date-view-home-item {
    display: flex;
    align-items: center;
    display: none;
}

.date-home-itemm span {
    color: #797978;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* 18.029px */
    margin-left: 6px;
}

.view-home-itemm span {
    color: #797978;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 18.029px */
    margin-left: 5px;
}

.view-home-itemm {
    margin-left: 17px;
    display: flex;
    align-items: center;
}

    .view-home-itemm svg {
        display: flex;
        align-items: center;
    }

.date-home-itemm {
    display: flex;
    align-items: center;
}

.p-news-title {
    /* color: #072582; */
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 20px;
    font-style: normal;
    background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    margin-top: 10px;
}

    .p-news-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.p-news-descript i {
    font-size: 10px;
    margin-left: 5px;
    transform: translateY(-2px);
}

.p-news-descript {
    margin-top: 12px;
    text-align: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #5F5F5F;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.p-news-foot {
    display: flex;
    align-items: center;
    display: none;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 12px 19px;
    border: 1px solid #eaeaea;
    border-top: none;
}

.p-news-cate {
    display: flex;
    align-items: center;
}

    .p-news-cate img {
        margin-right: 5px;
    }

    .p-news-cate span {
        font-size: 13px;
        color: #6c6c6c;
    }

.p-news-view {
    color: #b5b5b5;
    font-size: 13px;
}

    .p-news-view i {
        margin-right: 4px;
        color: var(--default-color-2);
    }

    .p-news-view span {
        color: #6c6c6c;
    }
/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

    .list-tag a {
        white-space: nowrap;
        background-color: var(--default-color-1);
        border: 1px solid var(--default-color-1);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 13px;
        transition: all linear .3s;
    }

        .list-tag a:hover {
            background-color: transparent;
            color: var(--default-color-1);
        }

.p-help {
    text-align: center;
    display: block;
    color: #646363;
    font-size: 15px;
}

.p-title.white {
    color: #fff;
}

.wp-top-room-content .p-title {
    padding: 60px 0;
}

.p-title {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'MonSb';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 75.36px */
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8px 0;
}

    .p-title.while {
        color: #fff;
    }

.p-title-2 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    z-index: 2;
    position: relative;
}

.p-descript.while {
    color: #fff;
}

.p-descript {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    z-index: 4;
    color: #FF5100;
    max-width: 657px;
    text-align: center;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

    .p-descript.white {
        color: #fff;
    }

.p-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(1,minmax(0,1fr));
}

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

.home-room-container .p-title {
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-room-container .p-title-tops {
    color: #fff;
}
/* Public slogan */

.p-slogan {
    background-color: #edf1ef;
    position: relative;
    overflow: hidden;
}

    .p-slogan::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background-color: #f3f3f3;
        bottom: 0;
    }

    .p-slogan .grid.wide {
        max-width: 1271px;
    }

.p-slogan-container {
    padding: 43px 0;
    background-image: url(../Design/img/bg-slogan_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 19px;
}

.p-slogan-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-slogan-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .p-slogan-item:first-child {
        border: none;
    }

    .p-slogan-item .item-top {
        display: flex;
        align-items: center;
    }

    .p-slogan-item .item-bottom {
        color: #fefefe;
        font-size: 15px;
        padding-left: 74px;
        line-height: calc(100% + 8px);
        transform: translateY(-5px);
    }

    .p-slogan-item .item-top .img {
        width: 60px;
        height: 60px;
        z-index: 2;
        position: relative;
        border-radius: 50%;
        background-color: #fff;
        background: var(--default-gra);
    }

.p-slogan-content {
    padding-left: 17px;
    flex: 1;
}

    .p-slogan-content h3 {
        margin: 0;
        font-family: 'svn';
        font-weight: 100;
        font-size: 32px;
        color: #0ba436;
        line-height: 100%;
    }

    .p-slogan-content span {
        font-size: 16px;
        color: #595959;
        margin-top: 3px;
        display: block;
    }

/*public kt*/
.p-kt-link {
    height: 345px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

    .p-kt-link:hover .p-kt-img img {
        transform: scale(1.05);
    }

    .p-kt-link::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        pointer-events: none;
        opacity: .4;
        z-index: 1;
    }

.p-kt-img {
    width: 100%;
    height: 100%;
}

    .p-kt-img img {
        transition: .3s;
    }

.p-kt-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-kt-title {
    font-size: 36px;
    font-family: 'svn';
    font-weight: 100;
    color: #fff;
    padding: 0 22px;
    background: var(--default-gra);
    border-radius: 25px;
    padding-top: 2px;
    padding-bottom: 6px;
    margin: 0;
    max-width: 90%;
}

    .p-kt-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.p-kt-options {
}

    .p-kt-options .rating-list {
        margin-top: 16px;
    }

        .p-kt-options .rating-list i {
            background: var(--yellow-gra);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.p-kt-btn {
    border: 2px solid rgb(255 255 255 / 50%);
    border-radius: 31px;
    font-size: 16px;
    color: #fff;
    padding: 14px 27px;
    transition: all linear .3s;
    margin-top: 43px;
}

    .p-kt-btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: var(--default-color-1);
    }

/* public video */

.p-video-item span {
    display: none;
}

.p-video-item {
    position: relative;
}

    .p-video-item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .3;
        top: 0;
        pointer-events: none;
        left: 0;
        z-index: 2;
        border-radius: 10px;
        opacity: 0;
    }

    .p-video-item a {
        width: 100%;
        height: 100%;
    }

    .p-video-item .img {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-video-item .decor {
        position: absolute;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        border: 2px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        transition: all linear .3s;
        opacity: .5;
    }

    .p-video-item:hover .decor {
        opacity: 1;
    }

    .p-video-item .decor i {
    }

    .p-video-item .img img {
    }

.p-video-title {
}

.p-tree {
    position: absolute;
    transform: translateY(-65px);
}

.p-tree-left {
    left: 0;
    top: 0;
}

.p-tree-right {
    right: 0;
    top: 0;
}

.agency-drop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    width: 100vw;
    height: 100vh;
    background-color: #00000085;
    opacity: 0;
    transition: all linear .2s;
    pointer-events: none;
}

    .agency-drop.active {
        pointer-events: all;
        opacity: 1;
    }

        .agency-drop.active .agency-drop-container {
            transform: translateY(0);
            opacity: 1;
            transition-delay: .2s;
        }

    .agency-drop .grid.wide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.agency-drop-container {
    background-color: #fff;
    width: 75%;
    position: relative;
    padding: 34px;
    border-radius: 15px;
    max-height: 75%;
    overflow-y: overlay;
    overflow-x: hidden;
    transform: translateY(25px);
    opacity: 0;
    transition: 0.8s cubic-bezier(.3,2.5,.3,1);
}

    .agency-drop-container section {
        color: #333;
        line-height: calc(100% + 10px);
        font-size: 16px;
    }

    .agency-drop-container .agency-title {
        margin-top: 0;
        color: var(--default-color-1);
        font-size: 19px;
    }

.agency-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 2px solid var(--default-color-3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--default-color-3);
    transition: all linear .3s;
    cursor: pointer;
}

    .agency-btn:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

.p-start {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 24px;
}

    .p-start img {
    }

/* public room */

.p-room-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 30px;
    row-gap: 30px;
}

.swiper .p-room-item {
    overflow: hidden;
    transform: scale(.91);
    transition: all ease .3s;
}

.swiper .swiper-slide-active .p-room-item {
    transform: scale(1);
    transition-delay: .5s;
}

.ll-room-item-home {
    /* width: 48%; */
    color: #008AEB;
    font-family: 'PlaySB';
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 157%; /* 78.5px */
    text-transform: capitalize;
    width: 367px;
}

.swiper .swiper-slide-active .p-room-price {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .8s;
}

.p-room-item {
    height: auto;
}

    .p-room-item .p-room-img {
        overflow: hidden;
        position: relative;
        height: 570px;
        display: block;
        transition: all linear .3s;
        width: 100%;
        border-radius: 10px;
    }

    .p-room-item:hover .p-room-img::after {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 600ms linear;
    }

    .p-room-item .p-room-img::after {
        content: '';
        background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
        bottom: 50%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 1;
        z-index: 3;
        pointer-events: none;
        transition: all 600ms linear;
    }

.imgshownew {
    position: relative;
}

    .imgshownew::before {
        content: '';
        background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
        bottom: 50%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 1;
        z-index: 3;
        pointer-events: none;
        transition: all 600ms linear;
    }

    .imgshownew:hover::before {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 600ms linear;
    }

.des-room-item-h {
    /* border-left: 1px solid #DEDCDC; */
    margin-top: 10px;
    color: #003959;
    font-family: 'MonR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* padding: 0px 0px 0px 18px; */
    border-top: 1px solid #DEDCDC;
}

.swiper .p-room-item .p-room-img {
    transform: translateY(0);
}

.swiper-slide-active .p-room-item .p-room-img::before {
    opacity: 0;
}

.swiper-slide-active .p-room-img .decor {
    opacity: 1;
}

.p-room-item .p-room-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all linear .2s;
    background-color: rgb(67 77 61 / 45%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
    opacity: 1;
}

.p-room-item .p-room-img img {
    transition: all linear .2s;
}

.p-room-item:hover .p-room-title {
    color: #e9bb15;
}

.p-room-item .p-room-title {
    transition: all linear .2s;
}

.p-room-item:hover .p-room-img img {
}

.p-room-btn {
    display: flex;
    align-items: center;
    background-color: var(--default-color-2);
    color: #fff;
    padding: 7px 21px;
    border-radius: 25px;
    font-size: 16px;
}

    .p-room-btn img {
        margin-right: 4px;
    }

    .p-room-btn span {
    }

.swiper-slide-active .p-room-img {
    transform: translateY(9px) !important;
}

.p-room-img img {
}

.swiper .p-room-img .decor {
    opacity: 0;
}

.p-room-img .decor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
}

.p-room-item:hover .p-room-img img {
}

.swiper .p-room-content .left {
}

.p-room-content .btn-booking .decor.flex-center {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
    perspective: 300px;
    transform-origin: bottom center;
    border-radius: 20px;
    border: 1px solid #0A2D7C;
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
}

.p-room-content .btn-booking:hover .decor.flex-center {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.p-room-content .btn-booking:hover span {
    background: linear-gradient(90deg, #0A2D7C 0%, #1D79D0 20.5%, #071E8A 43%, #0E5BB9 65%, #072582 86.5%, #1591F0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-room-content .btn-booking {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 19px;
    padding-bottom: 6px;
    padding-top: 7px;
    border-radius: 34px;
    border: 1px solid #0A2D7C;
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
    width: max-content;
    margin-top: 9px;
}

    .p-room-content .btn-booking span {
        display: block;
        height: fit-content;
        margin-left: 6px;
        color: #071E8A;
        font-family: 'WixMadeforDisplay-Regular';
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 30px */
    }

    .p-room-content .btn-booking img {
    }

.p-room-content .left {
    flex: 1;
    /* padding-left: 15px; */
}

.swiper .p-room-content .right {
    width: 100%;
    border-top: 1px solid rgb(96 115 146 / 20%);
}

.swiper .p-room-content {
    transform: translateY(40px);
    opacity: 0;
}

.p-qwe-img {
    display: flex;
    /* gap: 157px; */
}

.kjzxc {
    color: #003959;
    font-family: 'MonR';
    font-size: 17.087px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 25.631px */
}

.tooltip-container {
    position: absolute;
    display: inline-block;
    margin-left: 5px;
    right: 33%;
    top: -9px;
}

.question-icon {
    width: 13px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

.akshdkjas {
    position: relative;
}

.question-icon:hover {
    background-color: #ddd;
}

.tooltip-box {
    visibility: hidden;
    opacity: 0;
    width: 260px;
    background-color: #fff;
    color: #333;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    top: 25px;
    left: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'MonM';
}

.tooltip-container:hover .tooltip-box {
    visibility: visible;
    opacity: 1;
}

.alksds {
    font-family: 'MonSb';
    font-size: 32.752px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(180deg, #FFC300 0%, #FF5100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.aksdjasd {
    display: flex;
    color: #008AEB;
    font-family: 'MonR';
    font-size: 22.674px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    align-items: center;
    width: 366px;
}

.saksjd .kajsdk {
    padding-left: 0
}

.kajsdk {
    display: flex;
    align-items: center;
    padding: 0px 24px;
    gap: 7px;
}

.saksjd {
    display: flex;
}

.ksdjakasd {
    /* justify-content: left; */
    display: flex;
    align-items: center;
    width: 100%;
    /* gap: 20px; */
    margin-top: 11px;
}

.swiper-slide-active .p-room-content {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .4s;
    display: flex;
    flex-direction: column;
}

.p-room-content {
    transition: all linear .3s;
    width: 100%;
    px;
    padding: 0 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 17px;
    padding-bottom: 35px;
    padding-top: 17px;
    padding-left: 17px;
    text-align: justify;
}

.p-room-title {
    margin: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* 35.542px */
    margin-top: 5px;
    font-family: 'MontserratAlternates-Regular';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%; /* 54.95px */
    text-transform: capitalize;
}

.p-room-descript {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    color: #5F5F5F;
    line-height: 161%;
    margin-top: 14px;
}

.p-room-options {
    display: flex;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px 0;
    flex-direction: column-reverse;
    justify-content: right;
}

    .p-room-options .options-item {
        display: flex;
        position: relative;
        /* align-items: center; */
        justify-content: left;
        /* margin: 0 16px; */
    }

        .p-room-options .options-item:first-child {
            margin-left: 0;
        }

        .p-room-options .options-item:first-child {
            /* padding-left: 0; */
        }

        .p-room-options .options-item:last-child {
            /* padding-right: 0; */
        }

            .p-room-options .options-item:last-child::before {
                display: none;
            }

        .p-room-options .options-item img {
            display: none;
        }

        .p-room-options .options-item span {
            color: #fff;
            font-family: 'WixMadeforDisplay-Regular';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
            margin-left: 6px;
        }

.p-room-price {
    margin: 0;
    font-size: 18px;
    height: fit-content;
    line-height: 110%;
    margin-top: 1px;
    font-family: 'MontserratAlternates-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.8s cubic-bezier(.3,2.5,.3,1);
}

    .p-room-price p {
        margin: 0;
        font-weight: 100;
        display: inline-block;
        font-family: 'avertaLight';
        font-size: 16px;
        line-height: 110%;
        padding-right: 5px;
        color: var(--default-color-1);
    }

    .p-room-price strong {
        font-weight: 100;
    }
/*booking cateray*/
/*Canlendar*/
.ajax__calendar .ajax__calendar_dayname {
    font-family: 'segoe ui';
    color: #727272 !important;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin: auto;
}

.ajax__calendar .ajax__calendar_day {
    text-align: center;
    font-weight: 500;
    padding: 10px;
    color: #232323;
    margin-bottom: 3px;
    font-size: 13px;
    height: auto;
    width: 100%;
}

.ajax__calendar .ajax__calendar_invalid .ajax__calendar_day {
    cursor: not-allowed !important;
}

.ajax__calendar .ajax__calendar_container {
    width: 495px !important;
    height: 350px !important;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid #dedede !important;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%); */
    box-shadow: 0 14px 36px 2px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 14px 36px 2px rgba(0,0,0,.15) !important;
    border-radius: 20px;
    padding: 13px 13px;
}

.ajax__calendar_body, .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 100% !important;
    height: 277px !important;
    margin-top: 3px !important;
    /* border-top: 1px solid #d3d3d3; */
}

.ajax__calendar_container TABLE {
    width: 100%;
    /* border-top: 1px solid #d3d3d3; */
    padding-top: 5px !important;
    margin-top: 5px !important;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    font-weight: normal;
    border: none !important;
    display: flex;
    justify-content: center;
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
    background-color: #b8ccff;
    color: #3b71fe;
    border: 1px solid #b8ccff !important;
}

.ajax__calendar_title {
    color: #232323 !important;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
}

.ajax__calendar .ajax__calendar_footer {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.ajax__calendar .ajax__calendar_day:hover {
    background-color: #b8ccff !important;
    color: #3b71fe !important;
    border: 1px solid #b8ccff !important;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #bd9230 !important;
    color: #faf6ed !important;
    border: 1px solid #fee09c !important;
}

.ajax__calendar {
    float: left !important;
    position: absolute !important;
    left: 0px !important;
    top: 48px !important;
}

.booking-page .ajax__calendar {
    left: unset !important;
    right: 0 !important;
}

/*End*/

.ui-widget.ui-widget-content {
    z-index: 9999999999999 !important;
}

/* public service */

.p-ser-swiper {
    margin-top: 61px;
}

.p-ser-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .p-ser-item:hover .p-ser-img img {
        transform: scale(1.02);
    }

.p-ser-img {
    backdrop-filter: blur(23px);
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #00a7594d;
    overflow: hidden;
}

    .p-ser-img img {
        transition: all ease .3s;
        border-radius: 10px;
    }

.p-ser-item:hover .p-ser-title {
    color: var(--default-color-1);
}

.p-ser-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'svn';
    font-size: 29px;
    font-weight: 400;
    color: var(--default-color-2);
    letter-spacing: 0.72px;
    text-transform: capitalize;
    margin-top: 24px;
    transition: all ease .2s;
    text-align: center;
}

    .p-ser-title:before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 7px var(--default-color-3);
        left: 0;
        z-index: -1;
    }

    .p-ser-title:after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 8px #fff;
        left: 0;
        z-index: -2;
    }

.p-ser-descript {
    text-align: center;
    font-size: 18px;
    color: #585858;
    line-height: 24.964px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 12px;
}

/* Public */
.p-rating-btn {
    width: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .p-rating-btn .item {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        background-color: rgb(165 215 237 / 85%);
        border: 1px solid #fff;
        position: absolute;
        cursor: pointer;
        transition: all linear .2s;
    }

        .p-rating-btn .item:hover {
            background-color: var(--default-color-1);
            box-shadow: 0 0 10px 0 #3333332e
        }

    .p-rating-btn .item-next {
        right: -39px;
    }

    .p-rating-btn .item-prev {
        left: -39px;
    }

.p-rating-count {
    flex-direction: column;
    display: flex;
    position: absolute;
    width: 178px;
    height: 178px;
    background: linear-gradient(180deg, #35B7D4 0%, #2E7DBC 100%);
    border-radius: 50%;
    text-align: center;
    z-index: 5;
    color: #fff;
}

    .p-rating-count strong {
        font-size: 79px;
        font-family: 'svn';
        font-weight: 100;
        line-height: 100%;
    }

        .p-rating-count strong sup {
            font-size: 30px;
            line-height: 47.1px;
        }

    .p-rating-count span {
        display: block;
        font-size: 15px;
        padding: 0 23px;
        line-height: 18.75px;
        margin-top: 2px;
    }

.p-rating-swiper {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 4px 15.9px 0px rgba(126, 119, 119, 0.25);
    height: 363px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 72px;
}

    .p-rating-swiper .swiper {
        height: 100%;
    }

    .p-rating-swiper .swiper-slide {
        height: 100%;
    }

.p-rating-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 54px;
}

.p-rating-star {
    margin-bottom: 11px;
    width: fit-content;
}

.p-rating-item span {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    font-family: nvn;
    color: #5B5B5B;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-top: 19px;
}

    /* width */
    .p-rating-item span::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .p-rating-item span::-webkit-scrollbar-track {
        background: #f1f1f18c;
    }

    /* Handle */
    .p-rating-item span::-webkit-scrollbar-thumb {
        background: var(--default-color-2);
        border-radius: 5px
    }

        /* Handle on hover */
        .p-rating-item span::-webkit-scrollbar-thumb:hover {
        }

.p-rating-user {
    display: flex;
    align-items: center;
    margin-top: 18px;
    display: none;
}

    .p-rating-user .avatar {
        width: 65.52px;
        height: 61.94px;
        border-radius: 46.5px;
        overflow: hidden;
    }

        .p-rating-user .avatar img {
        }

    .p-rating-user .content {
        flex: 1;
        margin-left: 18px;
    }

        .p-rating-user .content h3 {
            margin: 0;
            text-transform: uppercase;
            color: #444444;
            font-family: 'neueSB';
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .p-rating-user .content p {
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: 'neue';
            color: #A9A9A9;
            font-size: 15px;
            margin-top: -4px;
        }

.grid-gallery .grid li a {
    display: block;
}

.slogan-run {
    width: 100%;
    pointer-events: none;
    padding: 10px 0;
    color: #333;
    font-size: 15px;
    background-color: #FBFBFC;
    color: var(--default-color-2);
    font-weight: bold;
    display: none;
}

    .slogan-run .title {
        font-size: 18px;
        display: flex;
        white-space: nowrap;
    }

        .slogan-run .title a {
            margin: 0 5px;
        }

.p-service-list {
}

.p-service-item {
    border-radius: 10px;
    overflow: hidden;
    height: 318px;
    position: relative;
}

    .p-service-item .img {
    }

        .p-service-item .img .decor {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

        .p-service-item .img .img {
        }

    .p-service-item .content {
        position: absolute;
        bottom: 17px;
        width: 100% !important;
        z-index: 4;
        padding: 0 28px;
    }

        .p-service-item .content h3 {
            margin: 0;
            font-family: nvn;
            text-align: center;
            font-weight: 100;
            font-size: 24px;
            color: #fff;
            line-height: 37.68px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .p-service-item .content span {
            text-align: center;
            display: block;
            line-height: 24px;
            color: #fff;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: -6px;
        }

/*public video*/

/* public video */

.p-video-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 19px;
    column-gap: 37px;
}

.p-video-item {
}

.p-video-link {
    height: 400px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 23px #0080c14a;
    overflow: hidden;
}

.p-video-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 203px;
}

    .p-video-img .btn {
        position: absolute;
        z-index: 3;
        transform: scale(1) !important;
        transition: 0.8s cubic-bezier(.3,2.1,.3,1);
    }

.p-video-item:hover .p-video-img .btn {
    transform: scale(1.15) rotate(30deg) !important;
}

.p-video-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(89 89 89 / 58%);
    z-index: 2;
    opacity: 0;
}

.p-video-link:hover .p-video-img img {
    transform: scale(1.03);
}

.p-video-img img {
    transition: all linear .2s;
}

.p-video-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 16px 24px;
    pointer-events: none;
}

.p-video-link:hover .p-video-title {
    color: var(--default-color-1);
}

.p-video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    display: -webkit-box;
    color: #2c2c2c;
    margin: 0;
    font-family: 'BeauDisM';
    line-height: 28px;
    /* margin-top: 27px; */
    transition: all linear .2s;
}

.p-video-item span {
    display: none !important;
}

.p-video-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

    .p-video-options .item {
        display: flex;
        align-items: baseline;
    }

    .p-video-options .view {
        display: none;
    }

.p-video-btn {
    display: none;
}

.p-video-options .item i {
    font-size: 13px;
    color: var(--default-color-1);
}

.p-video-options .item p {
    font-size: 14px;
    margin-left: 6px;
    color: #333;
}

.p-video-descript {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'InterR';
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

.fix-btn-booking {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99999;
}

    .fix-btn-booking img {
        width: 150px;
    }

.my-news-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 48px;
    row-gap: 48px;
}

.my-news-item {
}

    .my-news-item .img {
        height: 384px;
        overflow: hidden;
    }

        .my-news-item .img:hover img {
            transform: scale(1.01);
        }

        .my-news-item .img img {
            transition: all linear .2s;
        }

    .my-news-item .content {
        padding-top: 25px;
    }

    .my-news-item .cate {
        margin: 0;
        font-family: 'svnNexaBold';
        text-transform: uppercase;
        font-weight: 100;
        color: var(--default-color-3);
        letter-spacing: 1px;
        font-size: 14px;
        margin: 10px 0;
        margin-top: 0;
    }

    .my-news-item .title:hover {
        color: var(--default-color-3);
    }

    .my-news-item .title {
        transition: all linear .2s;
        color: #333;
        font-family: barM;
        font-weight: 100;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .my-news-item .descript {
        color: #333;
        font-size: 16px;
        line-height: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .my-news-item .btn {
        width: fit-content;
        position: relative;
        color: #2c2c2c;
        font-size: 15px;
        font-family: 'barM';
        margin-top: 15px;
        transition: all linear .2s;
    }

        .my-news-item .btn::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: var(--default-color-1);
            bottom: -5px;
            transition: all ease .2s;
        }

        .my-news-item .btn:hover {
            color: var(--default-color-3);
        }

            .my-news-item .btn:hover::before {
                width: 0;
            }

.my-room-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 35px;
    row-gap: 0;
    z-index: 1;
    position: relative;
}

.my-room-item:nth-child(even) {
    flex-direction: row-reverse;
}

    .my-room-item:nth-child(even) .my-room-content {
        padding-right: 25px;
    }

.my-room-item {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 10px 0px;
    padding-bottom: 15px;
    align-items: center;
}

    .my-room-item:nth-child(odd) {
    }

    .my-room-item:last-child {
        border-bottom: unset;
    }

.my-room-img {
    width: 50%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #33333342;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.my-room-item:hover a.my-room-img img.d-img-hover {
    opacity: 1;
}

.my-room-img:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.my-room-img::before {
    content: '';
    background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
    left: 50%;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    transition: all 600ms linear;
}

.my-room-img:hover img {
    /* transform: scale(1.02); */
}

.my-room-img img {
    transition: all linear .2s;
}

.my-room-content .options-item svg {
    width: 18px;
    height: auto;
    margin-right: 5px;
}

    .my-room-content .options-item svg path {
        fill: var(--default-color-2);
    }

.options-item:nth-child(2) svg g polyline {
    stroke: var(--default-color-2);
}

.my-room-content .price {
    display: flex;
    font-weight: 100;
    letter-spacing: 1px;
    color: #2c2c2c;
    font-size: 18px;
    margin-top: 14px;
    color: var(--default-color-2);
    font-family: 'MonR';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    gap: 5px;
}

    .my-room-content .price a {
        display: inline-block;
        transition: all linear .2s;
    }

        .my-room-content .price a:hover {
            color: var(--default-color-1);
        }

.my-room-content {
    position: relative;
    padding: 0 20px;
    flex: 1 1 0;
}

    .my-room-content .price svg path {
        fill: var(--default-color-2);
    }

    .my-room-content .title {
        margin: 0;
        font-family: 'MontserratAlternates-SemiBold';
        font-weight: 100;
        text-transform: capitalize;
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 140%;
        color: var(--default-color-1);
        font-family: 'PlaySB';
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 157%;
        background: linear-gradient(90deg, #43A7AE 0%, #2F78B1 29.5%, #4463DD 79.5%, #2B5DB5 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all linear .2s;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .my-room-content .title:hover {
            color: var(--default-color-1);
        }

    .my-room-content .options {
        display: flex;
        align-items: center;
        font-family: avertaSTDLight;
        font-size: 16px;
        font-weight: 100;
        margin: 10px 0;
    }

    .my-room-content .options-item {
        color: var(--default-color-1);
    }

        .my-room-content .options-item span {
            text-transform: capitalize;
            font-size: 12px;
            margin: 10px 0;
            font-family: 'WixMadeforDisplay-SemiBold';
            color: #6C8F9C;
            font-family: 'WixMadeforDisplay-Regular';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin-left: 6px;
        }

    .my-room-content .space {
        color: var(--default-color-1);
        margin: 0 7px;
    }

    .my-room-content .descript {
        display: block;
        color: #2c2c2c;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .my-room-content .btn {
        position: relative;
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        width: fit-content;
        transition: all linear .2s;
        border-radius: 50px;
        padding: 7px 12px;
        box-shadow: 0 0 10px 0 #33333342;
        border: solid 1px #d5d5d5;
        background: linear-gradient(90deg, #43A7AE 0%, #2F78B1 29.5%, #4463DD 79.5%, #2B5DB5 100%);
        margin-top: 20px;
    }

        .my-room-content .btn:before {
            content: "";
            position: absolute;
            left: 0px;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 68px;
            transition: .3s;
            animation: zoomin 2s infinite linear;
        }

        .my-room-content .btn:hover {
            background: var(--default-color-1);
            color: #fff;
        }

        .my-room-content .btn i {
            font-size: 13px;
            margin-left: 8px;
        }

/* public product */

.p-pro-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 32px;
}

@keyframes zoomin {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 rgb(63 94 213);
    }

    70% {
        box-shadow: 0 0 0 10px transparent;
        opacity: 1;
    }

    100% {
        opacity: 0;
        box-shadow: 0 0 0 transparent;
    }
}

@keyframes slbount {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

.p-pro-item {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    transition: all linear .3s;
    box-shadow: 0 0 16px 0 #33333354;
}

.p-pro-link {
    position: relative;
}

.p-pro-img {
    position: relative;
    height: 268px;
    padding: 8px;
    border-radius: 15px;
}

    .p-pro-img img {
        border-radius: 15px;
    }

.p-pro-content {
    padding: 0 27px;
    padding-top: 4px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all linear .2s;
}

.p-pro-item:hover {
    background-color: var(--default-color-1);
}

    .p-pro-item:hover .p-pro-content .title {
        color: #fff;
    }

.p-pro-content .title {
    margin: 0;
    text-align: center;
    font-family: avertaSTDSB;
    font-size: 18px;
    /* height: 58.66px; */
    font-weight: 100;
    color: #424242;
    transition: all linear .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 163%;
    display: -webkit-box;
}

.p-pro-item:hover .p-pro-content .price {
    background-color: #fff;
}

.p-pro-content .price {
    display: block;
    text-align: center;
    background-color: #ffe696;
    width: fit-content;
    margin: 0 auto;
    color: #4e4e4e;
    border-radius: 55px;
    font-size: 15px;
    padding: 7px 26px;
    margin-top: 10px;
    transition: all linear .2s;
    font-weight: bold;
}

.p-pro-item:hover .p-pro-content .hotline {
    background-color: #fff;
    color: var(--default-color-1);
}

.p-pro-content .hotline {
    text-align: center;
    color: var(--default-color-2);
    background-color: var(--default-color-1);
    padding: 8px 0;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    transition: all linear .2s;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.price svg {
    width: 18px;
    height: auto;
    margin-right: 5px;
}

.p-pro-content .hotline::before {
    content: '';
    position: absolute;
    width: 45px;
    background-color: #80808045;
    opacity: .6;
    filter: blur(14px);
    top: -17px;
    transform: rotate(24deg);
    height: 200%;
    animation: forbtn 1.9s infinite cubic-bezier(.5, 1, .9, 1) forwards alternate;
    pointer-events: none;
}


.p-room-options.options-room-item-hh {
    border: none;
    margin: 0;
}

@media (max-width:739px) {
    .tooltip-box {
        left: auto;
        right: -142px;
        max-width: 400px;
        top: 17px;
    }

    .tooltip-container {
        right: 16%;
    }

    .ksdjakasd {
        margin-top: 0px;
    }
}
@font-face {
    font-family: avo;
    src: url(/Styles/font/SVN-Avo.ttf);
}

@font-face {
    font-family: avoB;
    src: url(/Styles/font/SVN-Avo-bold.ttf);
}

@font-face {
    font-family: ice;
    src: url(/Styles/font/UniSansHeavy.otf);
}

@font-face {
    font-family: muli;
    src: url(/Styles/font/Muli-Light.ttf);
}

@font-face {
    font-family: muliB;
    src: url(/Styles/font/Muli-Bold.ttf);
}

@font-face {
    font-family: helv;
    src: url(/Styles/font/UTM-HelvetIns.ttf);
}

@font-face {
    font-family: may;
    src: url(/Styles/font/UTM_Sharnay.ttf);
}

@font-face {
    font-family: hongha;
    src: url(/Styles/font/UVNHongHaHep_B.ttf);
    font-weight: normal;
}

@font-face {
    font-family: picture;
    src: url("/Styles/font/SVN-Motion Picture.ttf");
    font-weight: normal;
}

@font-face {
    font-family: amper;
    src: url("/Styles/font/SVN-Amperzand.ttf");
    font-weight: normal;
}

@font-face {
    font-family: scipt;
    src: url("/Styles/font/SVN-HAPTIC SCRIPT.OTF");
    font-weight: normal;
}

@font-face {
    font-family: capital;
    src: url("/Styles/font/CapitalisTypOasis.ttf");
    font-weight: normal;
}

@font-face {
    font-family: ber;
    src: url("/Styles/font/SVN-Berkshire Swash.ttf");
    font-weight: normal;
}

@font-face {
    font-family: lober;
    src: url("/Styles/font/VNF-LOBSTER.ttf");
    font-weight: normal;
}

@font-face {
    font-family: aleo;
    src: url("/Styles/font/SVN-ALEO REGULAR.OTF");
    font-weight: normal;
}

@font-face {
    font-family: caslon;
    src: url("/Styles/font/VNF-ACaslonPro-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfb;
    src: url("/Styles/font/SFUFuturaBold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfbo;
    src: url("/Styles/font/SFUFuturaBook.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfh;
    src: url("/Styles/font/SFUFuturaHeavy.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfl;
    src: url("/Styles/font/SFUFuturaLight.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfr;
    src: url("/Styles/font/SFUFuturaRegular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: MonRB;
    src: url("/Styles/font/LitteMuiNe/MonR/MonR-Bold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: MonRSB;
    src: url("/Styles/font/LitteMuiNe/MonR/MonR-SemiBold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: MonR;
    src: url("/Styles/font/LitteMuiNe/MonR/MonR-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: MonRL;
    src: url("/Styles/font/LitteMuiNe/MonR/MonR-Light.ttf");
    font-weight: normal;
}

@font-face {
    font-family: MonRM;
    src: url("/Styles/font/LitteMuiNe/MonR/MonR-Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: tuv;
    src: url("/Styles/font/LitteMuiNe/TUV-DOMAINE-REGULAR.TTF");
    font-weight: normal;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes translateWelcome1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    75% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateWelcome2 {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    75% {
        transform: translateX(-50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes TranslateXProject1 {
    0% {
        transform: translateX(1000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes TranslateXProject2 {
    0% {
        transform: translateX(3000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes TranslateXProject3 {
    0% {
        transform: translateX(5000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes itemTranslateShow {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes itemTranslateShow2 {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadeAvatardown {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes itemRemoveShow {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-1000px);
    }
}

@keyframes itemHover {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes Rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    2% {
        transform: translate3d(2px, 0, 0);
    }

    4% {
        transform: translate3d(-2px, 0, 0);
    }

    6% {
        transform: translate3d(2px, 0, 0);
    }

    8% {
        transform: translate3d(-2px, 0, 0);
    }

    10% {
        transform: translate3d(2px, 0, 0);
    }

    12% {
        transform: translate3d(-2px, 0, 0);
    }

    14% {
        transform: translate3d(2px, 0, 0);
    }

    16% {
        transform: translate3d(-2px, 0, 0);
    }

    18% {
        transform: translate3d(2px, 0, 0);
    }

    20% {
        transform: translate3d(-2px, 0, 0);
    }

    22% {
        transform: translate3d(2px, 0, 0);
    }

    24% {
        transform: translate3d(-2px, 0, 0);
    }

    26% {
        transform: translate3d(2px, 0, 0);
    }

    28% {
        transform: translate3d(-2px, 0, 0);
    }

    30% {
        transform: translate3d(2px, 0, 0);
    }

    32% {
        transform: translate3d(-2px, 0, 0);
    }

    34% {
        transform: translate3d(2px, 0, 0);
    }

    36% {
        transform: translate3d(-2px, 0, 0);
    }

    38% {
        transform: translate3d(2px, 0, 0);
    }

    40% {
        transform: translate3d(-2px, 0, 0);
    }

    42% {
        transform: translate3d(2px, 0, 0);
    }

    44% {
        transform: translate3d(-2px, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 0 -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: .4;
        transform: translate3d(0, 0, 0) scale(1);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(2);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(2);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.kajsdsak strong{
    background: linear-gradient(180deg, #FFC300 0%, #FF5100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kajsdsak{
    padding-top: 28px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'MonL';
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, strong, b, th { /* font-family: 'sfr'; */
}

#ShowMenu {
    display: none;
}

.container {
    width: 96%;
    margin: auto;
    box-sizing: border-box;
    max-width: 1200px;
}

.clearfm * {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    color: inherit;
    line-height: 1.4;
}

img, input, iframe, select {
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

.banner {
    margin-bottom: -10px;
}

.align-left {
    text-align: left !important;
}

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

.align-right {
    text-align: right !important;
}

.postImg {
    overflow: hidden;
    position: relative;
}

.btnCloseRoom {
    position: absolute;
    top: 2px;
    left: 3px;
    cursor: pointer;
}

    .btnCloseRoom svg {
        width: 22px;
        height: 22px;
    }

        .btnCloseRoom svg path {
            fill: #fff;
            transition: all .3s;
        }

    .btnCloseRoom:hover svg path {
        fill: #ef9b11;
    }

.postImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.postImg:hover img {
    transform: scale(1.1);
}

.service-item.lidv .postImg img {
    width: auto;
    height: auto;
    min-height: inherit;
}

.product-img {
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .product-img img {
        height: 100%;
        width: auto;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        transition: transform .5s;
    }

.product-list li:hover .product-img img {
    transform: scale(1.2) rotate(5deg);
}

.desc {
    margin-bottom: 0;
    color: #585858;
    font-family: 'MonR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.list-article-category .item:hover .desc {
    color: #fff;
}

.message {
    font-size: 15px;
    color: #4f4f4f;
}

.background-white {
    background-color: #fff;
}

.red {
    font-size: 15px;
    color: red;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.detail {
    font-size: 16px;
    color: #111; /* margin-top:16px; */ /* overflow:hidden; */
    text-align: justify;
}

    .detail * {
        font-family: 'MonR' !important;
        max-width: 100% !important;
    }

    .detail table {
        width: 100% !important;
    }

    .detail td { /* width:48% !important; */ /* padding:1%; */
    }

    .detail img {
        max-width: 100% !important;
        cursor: zoom-in;
        height: auto !important;
    }

    .detail a {
        color: #51bf0f;
        text-decoration: none;
    }

.error {
    color: red;
    font-size: 15px;
}

.img {
    display: block;
}

    .img img {
        width: auto;
        height: 100%;
        min-width: 100%;
    }

.imgW img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.block {
    display: block;
}

.btopnone {
    border-top: none !important;
}

.overHide {
    /* overflow: hidden; */
}

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

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

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

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

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

.list-article-category {
}

.slidedv {
    margin-top: 0px;
    position: relative;
    width: 73%;
    float: right;
    padding-top: 120px;
    padding-bottom: 55px;
}

    .slidedv ul {
        margin: auto;
        padding: 0;
        display: block;
        width: 100%;
    }

.pager {
    clear: both;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}

    .pager span, .pager a {
        background-color: #51bf0f;
        display: inline-block;
        text-align: center;
        width: 25px;
        margin-right: 3px;
        border-radius: 4px;
        color: #fff;
        border: 1px solid #fff;
        padding-bottom: 2px;
    }

        .pager a:hover {
            background-color: #f7ce0f;
            color: #fff;
        }

    .pager span {
        background-color: #1e1e1e;
        color: #fff;
    }

.transparent {
    background-color: transparent;
}

.boxes .contain {
    overflow: hidden;
    margin-top: 30px;
}

.service-default.boxes .contain {
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.info {
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 11px;
    overflow: hidden;
    font-family: segoe ui;
    padding-left: 5px;
}

    .info span, .info a {
        display: inline-block;
        margin-right: 10px;
    }

        .info a:hover {
            color: #ee0a0a;
        }

    .info a {
        color: #111;
    }

        .info span:last-child, .info a:last-child {
            ;
            margin-right: 0;
        }

    .info span > span, .info span > iframe {
        width: 127px !important;
        height: 20px !important;
    }

    .info .cat:before {
        content: "\f0c9";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .views:before {
        content: "\f06e";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .comments:before {
        content: "\f0e5";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .share {
        float: right;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

.breadcrums a {
    color: #000;
}

    .breadcrums a:hover {
        color: #b19b72;
    }

.breadcrums {
    float: right;
}

.share { /* margin-top:10px; */
}

.width49 {
    width: 49%;
    float: left;
}

    .width49 + .width49 {
        float: right;
    }

.binhluanfb {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

    .binhluanfb .fb-comments {
        width: 100%;
    }

.fb-comments iframe {
    width: 100% !important;
}

@media only screen and (max-width :467px) {
    .desc { /* font-size:13px; */ /* height:55px; */
    }

    .boxes .contain {
        margin-top: 15px;
    }

    .width49 {
        width: 100%;
        float: none;
    }

    .breadcrums {
        display: none;
    }
}

.title-cat {
    font-size: 25px;
    font-family: aleo;
    text-transform: uppercase;
    color: #333333;
    background-color: #dabf97;
    position: relative;
}

    .title-cat .link {
        position: absolute;
        right: 0;
        font-size: 14px;
        text-transform: none;
        top: 0;
    }

        .title-cat .link a {
            color: #b10019;
            text-decoration: none;
            display: inline-block;
            padding: 8px 20px;
            position: relative;
            padding-right: 40px;
        }

            .title-cat .link a:after {
                content: "\f105";
                font-family: fontawesome;
                position: absolute;
                right: 15px;
                top: 11px;
                border: 1px solid #b10019;
                width: 14px;
                text-align: center;
                border-radius: 100%;
            }

    .title-cat span {
        position: relative;
        display: inline-block;
        padding-right: 13px;
        padding-left: 15px;
        background-color: #f6f6f6;
    }

        .title-cat span:before {
            content: "";
            position: absolute;
            height: 100%;
            border-left: 4px solid #dabf97;
            left: 0;
        }

.reservation {
    margin-top: 30px;
}

    .reservation h3 {
        font-size: 30px;
        text-align: center;
        color: #133a50;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin: 0;
    }

    .reservation p {
        padding: 0 10%;
        text-align: center;
        font-size: 18px;
        color: #454545;
        margin: 0;
        margin-top: 10px;
    }

    .reservation .formReservation {
        overflow: hidden;
        margin-top: 10px;
    }

    .reservation .leftForm {
        float: left;
        width: 48%;
    }

    .reservation .rightForm {
        float: right;
        width: 48%;
    }

    .reservation h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #0579a2;
        margin: 0;
        margin-top: 20px;
    }

    .reservation .textbox {
        margin-top: 10px;
        font-size: 16px;
        color: #424242;
    }

    .reservation label {
        color: #0579a2;
        font-size: 13px;
    }

    .reservation .button {
        margin-top: 20px;
    }

    .reservation .txt {
        border: 1px solid #c3c3c3;
        padding: 8px 2%;
        width: 100%;
        border-radius: 5px;
        box-sizing: border-box;
        margin: 5px 0;
        outline: none;
    }

    .reservation .txtM {
        height: 100px;
    }

    .reservation .btn {
        background: #dabf97;
        border: none;
        color: #fff;
        font-size: 15px;
        padding: 8px;
        width: 80px;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
    }

    .reservation .textbox {
        position: relative;
    }

    .reservation .subcontain {
        position: relative;
    }

        .reservation .subcontain .loadding {
            background-color: rgba(255,255,255,.6);
            background-image: url(../Design/cho.gif);
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

.list-comment {
    display: block;
    padding: 0;
    margin: auto;
    list-style: none;
}

    .list-comment img {
        width: 100%;
    }

    .list-comment p {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .list-comment .item {
        overflow: hidden;
        margin-top: 20px;
        border-bottom: 1px dashed #a1a1a1;
        padding-bottom: 20px;
    }

        .list-comment .item .img {
            width: 100px;
            height: auto;
            float: left;
        }

        .list-comment .item .text {
            width: 85%;
            float: right;
        }

        .list-comment .item .text-comment {
            width: 82%;
            float: right;
        }

        .list-comment .item .customer {
            font-size: 14px;
            color: #0579a2;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 6px;
            margin-top: 5px;
        }

        .list-comment .item .noidung {
            margin-top: 10px;
            font-size: 14px;
            color: #4f4f4f;
        }

            .list-comment .item .noidung p {
                margin: 6px 0;
                font-size: 14px;
                color: #4f4f4f;
            }

        .list-comment .item .date {
            font-size: 13px;
            color: #9f9f9f;
            margin-top: 3px;
        }

.anwser-comment {
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 2%;
    background-color: #f1f1f1;
}

.anwser-content {
    padding: 10px 2%;
    background-color: #fff;
}

.title-anwser-comment {
    padding: 8px 20px;
    margin: 0;
    color: #0579a2;
    font-size: 16px;
    font-weight: bold;
}

.ui-datepicker table {
    width: 100%;
    font-size: 14px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
    width: 38px;
    height: 38px;
    /* text-align: center; */
    /* vertical-align: middle; */
    /* border-spacing: 0 2px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    overflow: hidden;
    -webkit-transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;
    transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;
}

.ui-datepicker {
    width: max-content;
    padding: 10px;
}

    .ui-datepicker .ui-datepicker-buttonpane {
        display: none;
    }

.ui-widget-content {
    color: #aaa;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #ededed;
}

.language {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.language-top {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 40px;
}

    .language-top span {
        margin: 0 5px;
        color: #FFF;
        font-family: MonR;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .language-top i {
        font-size: 13px;
        color: #fff;
    }

.language-drop {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(100% + -12px);
    background-color: #fff;
    padding: 5px 17px;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px #0000003b;
    transform: translateY(25px);
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transition: 0.9s cubic-bezier(.3,2,.3,1);
    z-index: 1;
    width: max-content;
}

.language:hover .language-drop {
    transform: translateY(14px);
    opacity: 1;
    pointer-events: all;
}

.language-drop a.item {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

    .language-drop a.item span {
        margin-left: 4px;
        font-family: 'MonR';
    }

        .language-drop a.item span:hover {
            color: #AD8458;
        }

/*Header*/
.header-drop-search {
    box-shadow: 0 0 10px 0 #33333324;
    transition: transform .3s ease-in-out;
}

    .header-drop-search .input {
        width: 100%;
        background-color: #fff;
        padding: 15px 0px;
        display: flex;
        position: fixed;
        align-items: center;
        height: 50px;
        top: 0;
        z-index: 7;
        left: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateY(-162%);
        transition: all 0.5s ease;
    }

    .header-drop-search input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #3333332e;
        padding: 0 14px;
        font-size: 15px;
        border-right: none;
        outline: none;
        margin-left: 25px;
    }

    .header-drop-search.show .input {
        visibility: visible;
        transform: none;
        pointer-events: all;
        transition: all 0.5s ease;
    }

    .header-drop-search .input a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        border: 1px solid #3333332e;
        color: #333;
        width: 50px;
        background-color: #00235826;
        transition: all linear .2s;
    }

        .header-drop-search .input a:hover {
            opacity: .7;
        }

    .header-drop-search .input-drop {
        width: 100%;
        max-height: 333px;
        overflow-x: hidden;
        overflow-y: overlay;
        background-color: #fff;
        display: none;
    }

        .header-drop-search .input-drop.show {
            display: block;
        }

        /* width */
        .header-drop-search .input-drop::-webkit-scrollbar {
            width: 7px;
        }

        /* Track */
        .header-drop-search .input-drop::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        .header-drop-search .input-drop::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 0px;
        }

            /* Handle on hover */
            .header-drop-search .input-drop::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .header-drop-search .input-drop-item a {
        color: #333;
        font-size: 18px;
        padding: 4px 12px;
        font-family: 'MonR';
        width: 100%;
        display: block;
        transition: all linear .2s;
        display: none;
    }

        .header-drop-search .input-drop-item a.show {
            display: block;
        }

        .header-drop-search .input-drop-item a:hover {
            background-color: #fafafa;
        }

.BtnCloseHeader {
    width: 22px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border: 1px solid #333;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

    .BtnCloseHeader:hover {
        border-radius: 15px;
        background: #006634;
    }

/*End*/