/*
* Browsers: last 4 version
*/

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

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;
}

.home-room-container .p-start img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(56%) saturate(5918%) hue-rotate(9deg) brightness(108%) contrast(100%);
}

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

.p-title-tops {
    text-align: center;
    font-family: 'HLT-MOTION-PICTURE';
    font-size: 58px;
    color: #0088e8;
    margin: 0;
    font-weight: normal;
}

.p-descript-tops {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #5b5138;
    font-weight: 100;
    width: 900px;
    margin: 0 auto;
    margin-top: 21px;
    line-height: 157%;
    font-family: 'VNF-OPTIMA';
}

.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;
    font-family: plusB;
}

/*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;
    }

    .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: 500px;
    user-select: none;
}

    .p-banner img {
        position: relative;
        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%;
    opacity: .6;
    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: #fff;
        margin: 0 5px;
        transition: all linear .3s;
        font-size: 20px;
        padding: 10px 0;
    }

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

    .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 5px;
        font-family: plusB;
        color: var(--default-color-3);
        line-height: 100%;
        text-align: center;
    }

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

/*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: 29px;
    row-gap: 29px;
    margin-top: 37px;
}

.p-news-item {
    background-color: #fff;
}

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

.p-news-link {
}

.p-news-img {
    height: 246px;
    overflow: hidden;
}

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

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

.p-news-content {
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 13px 19px;
    background-color: #fff;
}

.p-news-title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #404040;
    line-height: calc(100% + 8px);
    font-size: 18px;
    transition: all linear .2s;
    font-weight: 100;
    font-family: 'VNF-OPTIMA';
    font-weight: 600;
}

.p-news-descript {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    color: #7c7c7c;
    line-height: calc(100% + 7px);
    margin-top: 5px;
    font-family: 'VNF-OPTIMA';
}

.p-news-foot {
    display: flex;
    align-items: center;
    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;
        position: relative;
        top: 1px;
    }

    .p-news-cate span {
        font-size: 13px;
        color: #6c6c6c;
        font-family: 'VNF-OPTIMA';
        font-weight: 600;
    }

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

    .p-news-view i {
        margin-right: 2px;
        color: var(--default-color-2);
        position: relative;
        top: 1px;
    }

    .p-news-view span {
        color: #6c6c6c;
        font-family: 'VNF-OPTIMA';
        font-weight: 600;
    }
/*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-3);
        border: 1px solid var(--default-color-3);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 13px;
        font-family: RobotoR;
        transition: all linear .3s;
    }

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

.p-title {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    color: #fefefe;
    justify-content: center;
    font-size: 58px;
    font-family: 'HLT-MOTION-PICTURE';
    z-index: 2;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
}

.p-title-2 {
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'VNF-OPTIMA';
}

.p-descript {
    color: #fff;
    font-size: 16px;
    line-height: calc(100% + 11px);
    text-align: center;
    display: block;
    font-weight: 100;
    margin: 0 auto;
    position: relative;
    width: 900px;
    margin-top: 18px;
    z-index: 4;
    font-family: 'VNF-OPTIMA';
}

.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;
}

/* 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: 'robotoM';
    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;
    }

    .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;
    /* margin-top: calc(23px - 5px); */
    position: relative;
    z-index: 2;
}

    .p-start img {
        margin: 0 4px;
    }

        .p-start img:first-child {
            width: 9px;
        }

        .p-start img:nth-child(2) {
            width: 14px;
        }

        .p-start img:nth-child(3) {
        }

        .p-start img:nth-child(4) {
            width: 14px;
        }

        .p-start img:last-child {
            width: 9px;
        }
/* 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: 20px;
    row-gap: 44px;
}

.p-room-item {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

    .p-room-item .p-room-img {
        overflow: hidden;
    }

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

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

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

    .p-room-item:hover .p-room-img img {
        transform: scale(1.03);
    }

.p-room-btn {
    display: flex;
    align-items: center;
    background-color: var(--default-color-2);
    color: #fff;
    padding: 10px 21px;
    border-radius: 25px;
    font-size: 16px;
    width: fit-content;
    margin: auto;
    margin-top: 12px;
    padding-top: 8px;
}

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

    .p-room-btn span {
        margin-left: 5px;
    }

.p-room-img {
    height: 300px;
    width: 100%;
}

    .p-room-img img {
    }

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

.p-room-content {
    background-color: #f7f4e99e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px 25px;
    position: relative;
}

.p-room-title {
    margin: 0;
    font-size: 38px;
    font-family: 'HLT-Motion-Picture';
    color: #0088e8;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: capitalize;
    text-align: center;
}

.p-room-options {
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .p-room-options .options-item::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 12px;
        background-color: #525252;
        left: 0;
        top: 4px;
    }

    .p-room-options .options-item:nth-child(1):before {
        content: none;
    }

    .p-room-options .options-item {
        color: #00a652;
        font-size: 15px;
        padding: 0 8px;
        position: relative;
        font-family: 'MonR';
    }

        .p-room-options .options-item span {
            font-family: 'MonR';
            display: flex;
            align-items: center;
        }

            .p-room-options .options-item span img {
                margin-right: 3px;
                filter: brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(1647%) hue-rotate(182deg) brightness(94%) contrast(102%);
            }

.p-room-descript {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    color: #525252;
    margin-top: 3px;
    font-family: 'VNF-OPTIMA';
    text-align: center;
}

.p-room-price {
    color: #0088e8;
    margin: 0;
    font-size: 21px;
    padding: 8px 20px;
    z-index: 2;
    font-family: tuv;
    text-align: center;
    margin-top: 10px;
}
/*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;
}