.ptsc-home {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

    .ptsc-home *,
    .ptsc-home *::before,
    .ptsc-home *::after {
        box-sizing: inherit;
    }

.ptsc-home__container {
    width: min(1226px, calc(100% - 40px));
    margin-inline: auto;
}

.ptsc-home__section {
}

.ptsc-home__hero {
    position: relative;
    width: 100%;
    height: 717px;
    overflow: hidden;
}

.ptsc-home__hero-swiper,
.ptsc-home__hero-swiper .swiper-wrapper,
.ptsc-home__hero-swiper .swiper-slide,
.ptsc-home__hero-link {
    width: 100%;
    height: 100%;
}

.ptsc-home__hero-swiper {
    position: relative;
    z-index: 1;
}

.ptsc-home__hero-link {
    display: block;
}

    .ptsc-home__hero-link:focus-visible {
        outline: 3px solid #e0000e;
        outline-offset: -4px;
    }

    .ptsc-home__hero-link[href="#"] {
        pointer-events: none;
    }

.ptsc-home__hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 94%;
}

.ptsc-home__hero-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 322px;
    pointer-events: none;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.ptsc-home__hero--empty .ptsc-home__hero-overlay {
    height: 100%;
}

.ptsc-home__booking {
    position: relative;
    z-index: 4;
    width: min(1272px, calc(100% - 92px));
    margin: -152px auto 0;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__booking-form {
    display: grid;
    grid-template-columns: 130px 120px 180px 180px minmax(170px, .8fr) minmax(169px, 1.3fr) 180px;
    align-items: center;
    width: 100%;
    height: 102px;
    padding: 18px 23px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(32, 53, 89, .18);
}

.ptsc-home__booking-field {
    display: flex;
    min-width: 0;
    margin: 0;
    color: #003959;
    align-items: flex-start;
    cursor: pointer;
}

    .ptsc-home__booking-field > i {
        flex: 0 0 24px;
        width: 24px;
        margin-top: 1px;
        font-size: 20px;
        line-height: 20px;
        text-align: left;
    }

.ptsc-home__booking-field-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ptsc-home__booking-label {
    overflow: hidden;
    color: #203559;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptsc-home__booking-control {
    width: 100%;
    height: 26px;
    margin-top: 6px;
    padding: 0 3px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: rgba(28, 28, 28, .6);
    font-family: "PTSC Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
}

    .ptsc-home__booking-control:focus-visible {
        border-radius: 2px;
        outline: 2px solid rgba(1, 161, 231, .55);
        outline-offset: 2px;
    }

.ptsc-home__booking-field--date .ptsc-home__booking-control {
    max-width: 145px;
}

.ptsc-home__booking-assurance {
    display: flex;
    min-width: 0;
    padding-left: 20px;
    color: #203559;
    align-items: center;
}

    .ptsc-home__booking-assurance > i {
        flex: 0 0 28px;
        width: 28px;
        margin-right: 10px;
        font-size: 28px;
        line-height: 28px;
    }

    .ptsc-home__booking-assurance span {
        display: flex;
        min-width: 0;
        flex-direction: column;
    }

    .ptsc-home__booking-assurance strong,
    .ptsc-home__booking-assurance small {
        overflow: hidden;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ptsc-home__booking-assurance strong {
        text-transform: uppercase;
    }

    .ptsc-home__booking-assurance small {
        color: #01a1e7;
        text-transform: capitalize;
    }

.ptsc-home__booking-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 65px;
    border-radius: 5px;
    background: #e0000e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

    .ptsc-home__booking-submit:hover,
    .ptsc-home__booking-submit:focus-visible {
        background: #bf000c;
        color: #fff;
        transform: translateY(-1px);
    }

section.bg-full-petro {
    background: url(/Design/img/PetroHotel/bg-ser.png) no-repeat;
    background-size: cover;
}

.ptsc-home__about {
    position: relative;
    padding: 95px 0 35px;
    overflow: hidden;
    color: #2c2c2c;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__about-inner {
    display: grid;
    grid-template-columns: 544px minmax(0, 1fr);
    gap: 49px;
    align-items: start;
}

.ptsc-home__about-content {
    min-width: 0;
}

.ptsc-home__about-eyebrow,
.ptsc-home__about-company,
.ptsc-home__about-tagline,
.ptsc-home__about-description,
.ptsc-home__about-highlight {
    margin: 0;
}

.ptsc-home__about-eyebrow {
    display: flex;
    color: #21355a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .01em;
    align-items: center;
    font-family: 'BeVietnamPro-Light';
}

    .ptsc-home__about-eyebrow > span {
        flex: 0 0 13px;
        width: 13px;
        height: 13px;
        margin-right: 8px;
        border-radius: 50%;
        background: #e0000e;
    }

.ptsc-home__about-company {
    margin-top: 18px;
    color: #21355a;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'BeVietnamPro-Medium';
}

.ptsc-home__about-title {
    margin: 0;
    color: #e0000e;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.ptsc-home__about-tagline {
    margin-top: 5px;
    color: #21355a;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    font-family: 'BeVietnamPro-Medium';
}

.ptsc-home__about-description {
    max-width: 518px;
    margin-top: 13px;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    font-family: 'BeVietnamPro-Regular';
}

.ptsc-home__about-highlight {
    margin-top: 9px;
    color: #203559;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

.ptsc-home__about-link {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    gap: 12px;
    min-height: 40px;
    margin-top: 15px;
    padding: 5px 19px;
    overflow: hidden;
    border: 1px solid #e0000e;
    border-radius: 999px;
    background-color: transparent;
    background-image: linear-gradient(#e0000e, #e0000e);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #e0000e;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .015em;
    text-decoration: none;
    align-items: center;
    box-shadow: 0 8px 22px rgba(224, 0, 14, 0);
    transition: color .28s ease, background-size .32s cubic-bezier(.2, .7, .2, 1), box-shadow .28s ease, transform .28s ease;
}

    .ptsc-home__about-link::after {
        content: "\2192";
        font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        transition: transform .28s ease;
        display: flex;
        align-items: center;
        position: relative;
        top: -2px;
    }

    .ptsc-home__about-link:hover,
    .ptsc-home__about-link:focus-visible {
        background-size: 100% 100%;
        color: #fff;
        box-shadow: 0 10px 26px rgba(224, 0, 14, .2);
        transform: translateY(-2px);
    }

        .ptsc-home__about-link:hover::after,
        .ptsc-home__about-link:focus-visible::after {
            transform: translateX(4px);
        }

    .ptsc-home__about-link:focus-visible {
        outline: 3px solid rgba(224, 0, 14, .22);
        outline-offset: 3px;
    }

    .ptsc-home__about-link:active {
        box-shadow: 0 5px 14px rgba(224, 0, 14, .16);
        transform: translateY(0) scale(.98);
    }

.ptsc-home__services {
    position: relative;
    width: 100%;
    min-height: 197px;
    overflow: hidden;
    background: linear-gradient(180deg, #4572bf 4.09%, #203559 93.26%);
    color: #fff;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__services-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: .05;
    pointer-events: none;
}

    .ptsc-home__services-background img {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
        min-height: 100%;
        object-fit: cover;
        transform: translateY(-50%);
    }

.ptsc-home__services-inner {
    position: relative;
    z-index: 1;
}

.ptsc-home__services-list {
    display: grid;
    grid-template-columns: 224fr 259fr 259fr 272fr 212fr;
    min-height: 197px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ptsc-home__service-item {
    position: relative;
    min-width: 0;
}

    .ptsc-home__service-item:not(:last-child)::after {
        position: absolute;
        top: 44px;
        right: 0;
        width: 1px;
        height: 115px;
        background: rgba(188, 212, 255, .72);
        content: "";
    }

.ptsc-home__service-link {
    display: flex;
    min-height: 197px;
    padding: 0 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    transform: translateY(0);
    transition: background-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2, .7, .2, 1);
}

    .ptsc-home__service-link:hover,
    .ptsc-home__service-link:focus-visible {
        background: rgba(255, 255, 255, .06);
        color: #fff;
    }

    .ptsc-home__service-link:focus-visible {
        outline: 2px solid #fff;
        outline-offset: -4px;
        box-shadow: inset 0 -4px 0 rgba(1, 161, 231, .9);
        transform: translateY(-3px);
    }

.ptsc-home__service-icon {
    display: block;
    max-width: none;
    flex: 0 0 auto;
    transform: translateY(0) scale(1);
    transform-origin: center;
    transition: filter .32s ease, transform .38s cubic-bezier(.2, .72, .2, 1);
}

.ptsc-home__service-icon--restaurant {
    margin-top: 31px;
}

.ptsc-home__service-icon--conference {
    margin-top: 37px;
}

.ptsc-home__service-icon--spa {
    margin-top: 24px;
}

.ptsc-home__service-icon--travel {
    margin-top: 33px;
}

.ptsc-home__service-icon--support {
    margin-top: 40px;
}

.ptsc-home__service-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'BeVietnamPro-Medium';
    line-height: normal;
    transition: letter-spacing .3s ease, text-shadow .3s ease, transform .3s ease;
}

.ptsc-home__service-icon--restaurant + .ptsc-home__service-title {
    margin-top: 13px;
}

.ptsc-home__service-icon--conference + .ptsc-home__service-title {
    margin-top: 8px;
}

.ptsc-home__service-icon--spa + .ptsc-home__service-title {
    margin-top: 6px;
}

.ptsc-home__service-icon--travel + .ptsc-home__service-title {
    margin-top: 15px;
}

.ptsc-home__service-icon--support + .ptsc-home__service-title {
    margin-top: 12px;
}

.ptsc-home__about-media {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    min-width: 0;
    perspective: 1200px;
}

.ptsc-home__about-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 18px 38px rgba(32, 53, 89, .14);
    filter: brightness(.98) saturate(.96);
    object-fit: cover;
    transform: translate3d(0, 0, 0);
    transition: transform .55s cubic-bezier(.2, .72, .2, 1), box-shadow .45s ease, filter .45s ease;
}

.ptsc-home__about-image--primary {
    height: 399px;
    margin-top: 78px;
}

.ptsc-home__about-image--secondary {
    height: 408px;
}

@media (hover: hover) and (pointer: fine) {
    .ptsc-home__about-media:hover .ptsc-home__about-image--primary {
        box-shadow: 0 25px 52px rgba(32, 53, 89, .2);
        filter: brightness(1.02) saturate(1.05);
        transform: translate3d(-5px, -8px, 24px) rotate(-.45deg) scale(1.018);
    }

    .ptsc-home__about-media:hover .ptsc-home__about-image--secondary {
        box-shadow: 0 27px 56px rgba(32, 53, 89, .21);
        filter: brightness(1.025) saturate(1.06);
        transform: translate3d(5px, -11px, 32px) rotate(.45deg) scale(1.022);
    }

    .ptsc-home__about-media .ptsc-home__about-image:hover {
        filter: brightness(1.055) saturate(1.09);
    }
}

.ptsc-home__rooms {
    background: #fff;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__rooms-intro {
    padding-top: 25px;
    padding-bottom: 14px;
    text-align: center;
}

.ptsc-home__rooms-eyebrow,
.ptsc-home__rooms-description,
.ptsc-home__room-brand,
.ptsc-home__room-summary,
.ptsc-home__room-price {
    margin: 0;
}

.ptsc-home__rooms-eyebrow {
    color: #203559;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'BeVietnamPro-Regular';
}

.ptsc-home__rooms-title {
    margin: 0;
    color: #e0000e;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.57;
    text-transform: uppercase;
    font-family: 'BeVietnamPro-Medium';
}

.ptsc-home__rooms-description {
    max-width: 845px;
    min-height: 47px;
    margin: 0 auto;
    color: #2c2c2c;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.ptsc-home__room-showcase {
    position: relative;
    min-height: 665px;
    padding: 39px 0 43px;
    overflow: hidden;
    background: linear-gradient(181.5deg, #4572bf 4%, #203559 93%);
}

.ptsc-home__room-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .ptsc-home__room-backdrop img {
        display: block;
        width: 100%;
        height: 100%;
        opacity: .2;
        object-fit: cover;
    }

.ptsc-home__room-stage {
    position: relative;
    z-index: 1;
    min-height: 583px;
    padding: 26px 27px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 5px;
    background: linear-gradient(100deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .2));
}

.ptsc-home__rooms-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ptsc-home__room-slide {
    display: grid;
    grid-template-columns: 597px minmax(0, 1fr);
    gap: 36px;
    min-width: 0;
}

.ptsc-home__room-gallery,
.ptsc-home__room-content {
    min-width: 0;
}

.ptsc-home__room-main {
    height: 386px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    transition: border-color .35s ease, box-shadow .35s ease;
}

    .ptsc-home__room-main img,
    .ptsc-home__room-thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateZ(0) scale(1.001);
        transition: transform .65s cubic-bezier(.2, .72, .2, 1), filter .45s ease;
    }

.ptsc-home__room-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    height: 136px;
    margin-top: 7px;
}

.ptsc-home__room-thumbnail {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    transform: translateY(0);
    transition: border-color .25s ease, box-shadow .3s ease, outline-color .25s ease, transform .3s cubic-bezier(.2, .7, .2, 1);
}

    .ptsc-home__room-thumbnail:hover,
    .ptsc-home__room-thumbnail:focus-visible,
    .ptsc-home__room-thumbnail.is-active {
        border-color: #01a1e7;
        outline: 2px solid rgba(1, 161, 231, .65);
        outline-offset: -3px;
    }

        .ptsc-home__room-thumbnail.is-active img {
            filter: brightness(1.04) saturate(1.06);
            transform: translateZ(0) scale(1.045);
        }

.ptsc-home__room-content {
    padding-top: 12px;
    color: #fff;
}

.ptsc-home__room-brand {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.ptsc-home__room-name {
    margin: 155px 0 0;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.57;
    text-transform: uppercase;
}

.ptsc-home__room-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    max-width: 341px;
    min-height: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    align-items: center;
}

.ptsc-home__room-spec {
    display: inline-flex;
    color: #fff;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}

    .ptsc-home__room-spec i {
        width: 22px;
        margin-right: 7px;
        font-size: 17px;
        text-align: center;
    }

.ptsc-home__room-summary {
    display: -webkit-box;
    max-width: 522px;
    min-height: 96px;
    margin-top: 13px;
    overflow: hidden;
    color: #fff;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ptsc-home__room-price {
    display: flex;
    min-height: 57px;
    color: #fff;
    align-items: baseline;
}

    .ptsc-home__room-price strong {
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
        font-family: 'BeVietnamPro-Bold';
    }

    .ptsc-home__room-price span {
        margin-left: 8px;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

.ptsc-home__room-actions {
    display: flex;
    gap: 11px;
    align-items: center;
}

.ptsc-home__room-detail,
.ptsc-home__room-book {
    display: inline-flex;
    min-height: 46px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    transition: border-color .28s ease, background .28s ease, box-shadow .28s ease, color .28s ease, transform .28s cubic-bezier(.2, .7, .2, 1);
}

.ptsc-home__room-detail {
    width: 177px;
    border: 1px solid #fff;
}

.ptsc-home__room-book {
    width: 193px;
    background: linear-gradient(100deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .3));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

    .ptsc-home__room-book i {
        margin-right: 10px;
        font-size: 22px;
        transform: translateY(0) scale(1);
        transition: transform .3s cubic-bezier(.2, .7, .2, 1);
    }

    .ptsc-home__room-detail:hover,
    .ptsc-home__room-detail:focus-visible,
    .ptsc-home__room-book:hover,
    .ptsc-home__room-book:focus-visible {
        border-color: #01a1e7;
        background: #01a1e7;
        color: #fff;
    }

    .ptsc-home__room-detail:focus-visible,
    .ptsc-home__room-book:focus-visible {
        outline: 3px solid rgba(255, 255, 255, .34);
        outline-offset: 3px;
        box-shadow: 0 10px 24px rgba(1, 161, 231, .28);
        transform: translateY(-3px);
    }

    .ptsc-home__room-detail:active,
    .ptsc-home__room-book:active {
        box-shadow: 0 5px 14px rgba(1, 161, 231, .2);
        transform: translateY(0) scale(.98);
    }

.ptsc-home__rooms-all {
    position: absolute;
    z-index: 4;
    top: 40px;
    right: 37px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: color .25s ease, transform .25s ease;
}

    .ptsc-home__rooms-all::after {
        position: absolute;
        right: 0;
        bottom: -3px;
        left: 0;
        height: 1px;
        background: #fff;
        content: "";
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform .3s cubic-bezier(.2, .7, .2, 1);
    }

    .ptsc-home__rooms-all:hover,
    .ptsc-home__rooms-all:focus-visible {
        color: #fff;
        text-decoration: none;
    }

        .ptsc-home__rooms-all:hover::after,
        .ptsc-home__rooms-all:focus-visible::after {
            transform: scaleX(1);
            transform-origin: left center;
        }

    .ptsc-home__rooms-all:focus-visible {
        transform: translateY(-2px);
    }

.ptsc-home__rooms-navigation {
    position: absolute;
    z-index: 3;
    top: 272px;
    display: inline-flex;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(32, 53, 89, .42);
    color: #fff;
    font-size: 29px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: background-color .28s ease, box-shadow .28s ease, opacity .25s ease, transform .28s cubic-bezier(.2, .7, .2, 1);
}

    .ptsc-home__rooms-navigation i {
        transform: translateX(0);
        transition: transform .28s ease;
    }

.ptsc-home__rooms-navigation--prev {
    left: max(4px, calc(50% - 646px));
}

.ptsc-home__rooms-navigation--next {
    right: max(4px, calc(50% - 646px));
}

.ptsc-home__rooms-navigation:not(.swiper-button-disabled):hover,
.ptsc-home__rooms-navigation:focus-visible {
    background: #01a1e7;
}

.ptsc-home__rooms-navigation:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .42);
    outline-offset: 3px;
    box-shadow: 0 12px 30px rgba(1, 161, 231, .3);
    transform: scale(1.08);
}

.ptsc-home__rooms-navigation--prev:focus-visible i {
    transform: translateX(-4px);
}

.ptsc-home__rooms-navigation--next:focus-visible i {
    transform: translateX(4px);
}

.ptsc-home__rooms-navigation.swiper-button-disabled {
    opacity: .35;
    cursor: default;
    box-shadow: none;
    transform: none;
}

@media (hover: hover) and (pointer: fine) {
    .ptsc-home__room-main:hover {
        border-color: rgba(188, 212, 255, .95);
        box-shadow: 0 18px 42px rgba(10, 27, 55, .25);
    }

        .ptsc-home__room-main:hover img {
            filter: brightness(1.035) saturate(1.08);
            transform: translateZ(0) scale(1.045);
        }

    .ptsc-home__room-thumbnail:hover,
    .ptsc-home__room-thumbnail:focus-visible {
        box-shadow: 0 9px 22px rgba(5, 25, 55, .28);
        transform: translateY(-4px);
    }

        .ptsc-home__room-thumbnail:hover img,
        .ptsc-home__room-thumbnail:focus-visible img {
            filter: brightness(1.055) saturate(1.1);
            transform: translateZ(0) scale(1.075);
        }

    .ptsc-home__room-book:hover i,
    .ptsc-home__room-book:focus-visible i {
        transform: translateY(-1px) scale(1.1);
    }

    .ptsc-home__room-detail:hover,
    .ptsc-home__room-book:hover {
        box-shadow: 0 10px 24px rgba(1, 161, 231, .28);
        transform: translateY(-3px);
    }

    .ptsc-home__rooms-all:hover {
        transform: translateY(-2px);
    }

    .ptsc-home__rooms-navigation:not(.swiper-button-disabled):hover {
        box-shadow: 0 12px 30px rgba(1, 161, 231, .3);
        transform: scale(1.08);
    }

    .ptsc-home__rooms-navigation--prev:not(.swiper-button-disabled):hover i {
        transform: translateX(-4px);
    }

    .ptsc-home__rooms-navigation--next:not(.swiper-button-disabled):hover i {
        transform: translateX(4px);
    }
}

.ptsc-home__restaurant {
    padding: 55px 0 50px;
    color: #2c2c2c;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__restaurant-inner {
    display: grid;
    grid-template-columns: 603px minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}

.ptsc-home__restaurant-media {
    width: 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 5px 172px 5px 172px;
    background: #f1f3f6;
    transform: translateY(0);
    transition: box-shadow .42s ease, transform .42s cubic-bezier(.2, .72, .2, 1);
}

.ptsc-home__restaurant-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0) scale(1.001);
    transition: filter .5s ease, transform .72s cubic-bezier(.2, .72, .2, 1);
}

.ptsc-home__restaurant-content {
    min-width: 0;
    padding-top: 5px;
}

.ptsc-home__restaurant-eyebrow,
.ptsc-home__restaurant-tagline,
.ptsc-home__restaurant-description {
    margin: 0;
}

.ptsc-home__restaurant-eyebrow {
    color: #203559;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'BEVIETNAMPRO-Regular';
}

.ptsc-home__restaurant-title {
    margin: 2px 0 0;
    color: #e0000e;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.57;
    text-transform: uppercase;
}

.ptsc-home__restaurant-tagline {
    color: #21355a;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'BeVietnamPro-Medium';
}

.ptsc-home__restaurant-description {
    max-width: 565px;
    margin-top: 8px;
    color: #2c2c2c;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.ptsc-home__restaurant-amenities,
.ptsc-home__conference-amenities {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, .9fr) minmax(0, 1.55fr);
    gap: 8px 24px;
    max-width: 565px;
    margin: 14px 0 0;
    padding: 0;
    color: #203559;
    font-family: 'BeVietnamPro-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
}

.ptsc-home__restaurant-amenity,
.ptsc-home__conference-amenity {
    position: relative;
    min-width: 0;
    padding-left: 15px;
    transition: color .25s ease, transform .25s ease;
}

    .ptsc-home__restaurant-amenity::before,
    .ptsc-home__conference-amenity::before {
        position: absolute;
        top: .62em;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: currentColor;
        content: "";
        transform: translateY(-50%);
    }

@media (hover: hover) and (pointer: fine) {
    .ptsc-home__restaurant-amenity:hover,
    .ptsc-home__conference-amenity:hover {
        color: #e0000e;
        transform: translateX(3px);
    }
}

.ptsc-home__restaurant-link {
    display: inline-flex;
    min-height: 30px;
    margin-top: 14px;
    color: #e0000e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    align-items: center;
    transform: translateX(0);
    transition: color .25s ease, letter-spacing .28s ease, text-shadow .28s ease, transform .28s ease;
    border-radius: 12px;
}

    .ptsc-home__restaurant-link:hover,
    .ptsc-home__restaurant-link:focus-visible {
        color: #b8000b;
        outline: 2px solid rgba(224, 0, 14, .24);
        outline-offset: 4px;
        transform: translateX(5px);
    }

.ptsc-home__restaurant--text-only .ptsc-home__restaurant-inner {
    grid-template-columns: minmax(0, 1fr);
}

.ptsc-home__restaurant--text-only .ptsc-home__restaurant-content {
    max-width: 700px;
    margin-left: auto;
}

.ptsc-home__conference {
    padding: 0 0 28px;
    color: #2c2c2c;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__conference-inner {
    display: grid;
    grid-template-columns: 565px 603px;
    gap: 58px;
    align-items: start;
}

.ptsc-home__conference-content {
    min-width: 0;
    padding-top: 7px;
}

.ptsc-home__conference-eyebrow,
.ptsc-home__conference-description {
    margin: 0;
}

.ptsc-home__conference-eyebrow {
    color: #203559;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.ptsc-home__conference-title {
    margin: 2px 0 0;
    color: #e0000e;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.57;
    text-transform: uppercase;
}

.ptsc-home__conference-description {
    max-width: 565px;
    margin-top: 8px;
    color: #2c2c2c;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.ptsc-home__conference-link {
    display: inline-flex;
    min-height: 30px;
    margin-top: 29px;
    color: #e0000e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    align-items: center;
    transform: translateX(0);
    transition: color .25s ease, letter-spacing .28s ease, text-shadow .28s ease, transform .28s ease;
    border-radius: 12px;
}

.ptsc-home__conference-amenities + .ptsc-home__conference-link {
    margin-top: 14px;
}

.ptsc-home__conference-link:hover,
.ptsc-home__conference-link:focus-visible {
    color: #b8000b;
    outline: 2px solid rgba(224, 0, 14, .24);
    outline-offset: 4px;
    transform: translateX(5px);
}

.ptsc-home__conference-media {
    width: 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 5px 172px 5px 172px;
    background: #eef2f7;
    transform: translateY(0);
    transition: box-shadow .42s ease, transform .42s cubic-bezier(.2, .72, .2, 1);
}

.ptsc-home__conference-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0) scale(1.001);
    transition: filter .5s ease, transform .72s cubic-bezier(.2, .72, .2, 1);
}

.ptsc-home__conference--text-only .ptsc-home__conference-inner {
    grid-template-columns: minmax(0, 1fr);
}

.ptsc-home__conference--text-only .ptsc-home__conference-content {
    max-width: 700px;
}

.ptsc-home__travel {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: #f7f8fa;
    color: #2c2c2c;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__travel-background,
.ptsc-home__travel-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ptsc-home__travel-background {
    display: block;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0) scale(1.001);
    transition: filter .65s ease, transform 1s cubic-bezier(.2, .72, .2, 1);
}

.ptsc-home__travel-overlay {
    z-index: 1;
    pointer-events: none;
}

.ptsc-home__travel-inner {
    position: relative;
    z-index: 3;
    height: 100%;
}

.ptsc-home__travel-content {
    width: 406px;
    padding-top: 34px;
}

.ptsc-home__travel-logo {
    display: block;
    width: 168px;
    height: 37px;
    object-fit: contain;
    object-position: left center;
    transform: translateY(0) scale(1);
    transform-origin: left center;
    transition: filter .35s ease, transform .35s ease;
}

.ptsc-home__travel-title {
    display: flex;
    margin: 12px 0 0;
    flex-direction: column;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'BeVietnamPro-Medium';
}

    .ptsc-home__travel-title span {
        color: #203559;
    }

    .ptsc-home__travel-title strong {
        color: #e0000e;
        font-weight: 500;
    }

.ptsc-home__travel-description {
    width: 406px;
    min-height: 72px;
    margin: 11px 0 0;
    color: #2c2c2c;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

.ptsc-home__travel-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 13px;
}

.ptsc-home__travel-filter {
    display: inline-flex;
    min-height: 37px;
    padding: 4px 12px 4px 11px;
    border: 1px solid #d5ab6b;
    border-radius: 10px;
    color: #203559;
    font-size: 16px;
    font-family: 'BeVietnamPro-Medium';
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    transform: translateY(0);
    transition: border-color .27s ease, background-color .27s ease, box-shadow .27s ease, color .27s ease, transform .27s cubic-bezier(.2, .7, .2, 1);
}

    .ptsc-home__travel-filter i {
        margin-right: 7px;
        color: #d5ab6b;
        font-size: 18px;
        transform: translateY(0) scale(1);
        transition: color .27s ease, transform .3s ease;
    }

    .ptsc-home__travel-filter:hover,
    .ptsc-home__travel-filter:focus-visible {
        border-color: #e0000e;
        background: #fff;
        color: #e0000e;
        outline: 3px solid rgba(213, 171, 107, .24);
        outline-offset: 3px;
        box-shadow: 0 8px 20px rgba(32, 53, 89, .13);
        transform: translateY(-3px);
    }

.ptsc-home__travel-link {
    display: inline-flex;
    min-width: 171px;
    min-height: 37px;
    margin-top: 23px;
    padding: 6px 18px;
    border-radius: 10px;
    background: #e0000e;
    font-family: 'BeVietnamPro-Medium';
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    transition: background-color .27s ease, box-shadow .27s ease, transform .27s cubic-bezier(.2, .7, .2, 1);
}

    .ptsc-home__travel-link:hover,
    .ptsc-home__travel-link:focus-visible {
        background: #b8000b;
        color: #fff;
        outline: 3px solid rgba(224, 0, 14, .2);
        outline-offset: 3px;
        box-shadow: 0 10px 24px rgba(224, 0, 14, .2);
        transform: translateY(-3px);
    }

.ptsc-home__promotion {
    width: 100%;
    padding-top: 34px;
    background: #fff;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__promotion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ptsc-home__promotion-grid--single {
    grid-template-columns: minmax(0, 603px);
}

.ptsc-home__promotion-card {
    position: relative;
    min-width: 0;
    aspect-ratio: 603 / 310;
    overflow: hidden;
    background: transparent;
    transform: translateY(0);
    transition: box-shadow .4s ease, transform .4s cubic-bezier(.2, .72, .2, 1);
    border-radius: 20px;
}

.ptsc-home__promotion-card--service {
    border-radius: 20px;
}

.ptsc-home__promotion-media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0) scale(1.001);
    transition: filter .5s ease, transform .78s cubic-bezier(.2, .72, .2, 1);
    border-radius: 20px;
}

.ptsc-home__promotion-overlay {
    position: absolute;
    inset: 53% 0 0;
    background: linear-gradient(90deg, rgba(32, 53, 89, .98) 0%, rgba(56, 84, 125, .96) 44%, rgba(180, 202, 233, 0.54) 100%);
    -webkit-mask-image: radial-gradient(120% 100% at 50% 0, transparent 0 54%, #000 55%);
    mask-image: radial-gradient(120% 100% at 50% 0, transparent 0 54%, #000 55%);
    transition: filter .4s ease, opacity .4s ease;
}

.ptsc-home__promotion-content {
    position: absolute;
    z-index: 1;
    right: 29px;
    bottom: 8px;
    left: 27px;
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.ptsc-home__promotion-title {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transform: translateY(0);
    transition: text-shadow .35s ease, transform .35s ease;
}

.ptsc-home__promotion-link {
    display: inline-flex;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: background-color .27s ease, box-shadow .27s ease, color .27s ease, transform .27s cubic-bezier(.2, .7, .2, 1);
}

    .ptsc-home__promotion-link i {
        transform: translateX(0);
        transition: transform .27s ease;
        transform: rotate( 326deg);
    }

    .ptsc-home__promotion-link:hover,
    .ptsc-home__promotion-link:focus-visible {
        background: #e0000e;
        color: #fff;
        outline: 3px solid rgba(255, 255, 255, .42);
        outline-offset: 3px;
        box-shadow: 0 12px 28px rgba(224, 0, 14, .26);
        transform: scale(1.1);
    }

@media (hover: hover) and (pointer: fine) {
    .ptsc-home__service-link:hover {
        box-shadow: inset 0 -4px 0 rgba(1, 161, 231, .9), inset 0 0 38px rgba(255, 255, 255, .08);
        transform: translateY(-3px);
    }

        .ptsc-home__service-link:hover .ptsc-home__service-icon,
        .ptsc-home__service-link:focus-visible .ptsc-home__service-icon {
            filter: drop-shadow(0 8px 10px rgba(5, 24, 52, .24));
            transform: translateY(-6px) scale(1.07);
        }

        .ptsc-home__service-link:hover .ptsc-home__service-title,
        .ptsc-home__service-link:focus-visible .ptsc-home__service-title {
            letter-spacing: .025em;
            text-shadow: 0 5px 13px rgba(5, 24, 52, .25);
            transform: translateY(-2px);
        }

    .ptsc-home__restaurant-media:hover,
    .ptsc-home__conference-media:hover {
        box-shadow: 0 22px 44px rgba(32, 53, 89, .17);
        transform: translateY(-5px);
    }

        .ptsc-home__restaurant-media:hover .ptsc-home__restaurant-image,
        .ptsc-home__conference-media:hover .ptsc-home__conference-image {
            filter: brightness(1.035) saturate(1.08);
            transform: translateZ(0) scale(1.055);
        }

    .ptsc-home__restaurant-link:hover,
    .ptsc-home__conference-link:hover {
        letter-spacing: .035em;
        text-shadow: 0 5px 14px rgba(224, 0, 14, .12);
        transform: translateX(5px);
    }

    .ptsc-home__travel:hover .ptsc-home__travel-background {
        filter: brightness(1.025) saturate(1.06);
        transform: translateZ(0) scale(1.035);
    }

    .ptsc-home__travel:hover .ptsc-home__travel-logo {
        filter: drop-shadow(0 7px 12px rgba(32, 53, 89, .12));
        transform: translateY(-2px) scale(1.025);
    }

    .ptsc-home__travel-filter:hover {
        box-shadow: 0 8px 20px rgba(32, 53, 89, .13);
        transform: translateY(-3px);
    }

        .ptsc-home__travel-filter:hover i,
        .ptsc-home__travel-filter:focus-visible i {
            color: #e0000e;
            transform: translateY(-1px) scale(1.1);
        }

    .ptsc-home__travel-link:hover {
        box-shadow: 0 10px 24px rgba(224, 0, 14, .2);
        transform: translateY(-3px);
    }

    .ptsc-home__promotion-card:hover {
        box-shadow: 0 20px 42px rgba(32, 53, 89, .2);
        transform: translateY(-7px);
    }

        .ptsc-home__promotion-card:hover .ptsc-home__promotion-media {
            filter: brightness(1.04) saturate(1.08);
            transform: translateZ(0) scale(1.06);
        }

        .ptsc-home__promotion-card:hover .ptsc-home__promotion-overlay {
            filter: saturate(1.08);
            opacity: .97;
        }

        .ptsc-home__promotion-card:hover .ptsc-home__promotion-title {
            text-shadow: 0 7px 18px rgba(10, 28, 56, .35);
            transform: translateY(-3px);
        }

    .ptsc-home__promotion-link:hover {
        box-shadow: 0 12px 28px rgba(224, 0, 14, .26);
        transform: scale(1.1);
    }

        .ptsc-home__promotion-link:hover i,
        .ptsc-home__promotion-link:focus-visible i {
            transform: translateX(3px);
        }
}

.ptsc-home__promotion-card--text-only .ptsc-home__promotion-overlay {
    inset: 0;
    -webkit-mask-image: none;
    mask-image: none;
}

.ptsc-home__testimonials {
    position: relative;
    width: 100%;
    min-height: 493px;
    margin-top: 40px;
    padding-bottom: 44px;
    overflow: hidden;
    background: #fff;
    color: #282f4b;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__testimonials-background,
.ptsc-home__testimonials-overlay {
    position: absolute;
    top: 211px;
    right: 0;
    bottom: 0;
    left: 0;
}

    .ptsc-home__testimonials-background img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 42%;
    }

.ptsc-home__testimonials-overlay {
    background: rgba(32, 53, 89, .84);
}

.ptsc-home__testimonials-inner {
    position: relative;
    z-index: 1;
}

.ptsc-home__testimonials-header {
    margin: 0;
}

.ptsc-home__testimonials-eyebrow {
    margin: 0;
    color: #282f4b;
    font-family: 'BeVietnamPro-Medium';
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
}

.ptsc-home__testimonials-title {
    margin: 5px 0 0;
    color: #e0000e;
    font-size: 31px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.ptsc-home__testimonials-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 42px;
}

.ptsc-home__testimonial-card {
    --ptsc-testimonial-offset: 0px;
    position: relative;
    min-width: 0;
    min-height: 343px;
    padding: 38px 19px 28px;
    border: .915px solid #e0000e;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(21, 42, 74, .08);
    text-align: center;
    transform: translateY(var(--ptsc-testimonial-offset)) !important;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2, .8, .2, 1);
}

    .ptsc-home__testimonial-card::after {
        position: absolute;
        top: 115px;
        left: 50%;
        width: 122px;
        height: 1px;
        background: #e0000e;
        content: "";
        transform: translateX(-50%);
        transition: width .35s ease, background-color .35s ease;
    }

.ptsc-home__testimonial-card--offset {
    --ptsc-testimonial-offset: 31px;
}

.ptsc-home__testimonial-name {
    margin: 0;
    color: #282f4b;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    transition: color .3s ease;
    font-family: 'BeVietnamPro-Medium';
}

.ptsc-home__testimonial-meta {
    margin: 3px 0 0;
    color: #282f4b;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.ptsc-home__testimonial-content {
    margin: 38px 0 0;
    color: #282f4b;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.ptsc-home__news {
    width: 100%;
    padding: 40px 0 47px;
    overflow: hidden;
    background: #fff;
    color: #2c2c2c;
    font-family: "Be Vietnam Pro", "PTSC Poppins", Arial, sans-serif;
}

.ptsc-home__news-header {
    display: flex;
    min-height: 44px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.ptsc-home__news-title {
    margin: 0;
    color: #e0000e;
    font-size: 31px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'BeVietnamPro-Medium';
}

.ptsc-home__news-all,
.ptsc-home__news-card-link {
    color: #e0000e;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ptsc-home__news-all {
    margin-top: 12px;
    white-space: nowrap;
    transition: color .25s ease, text-underline-offset .25s ease;
}

.ptsc-home__news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 49px;
    margin-top: 34px;
}

.ptsc-home__news-card {
    min-width: 0;
    transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.ptsc-home__news-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 376 / 259;
    overflow: hidden;
    border-radius: 5px;
    background: #f2f3f5;
    box-shadow: 0 10px 28px rgba(22, 43, 76, .1);
    transition: border-radius .4s ease, box-shadow .4s ease;
}

.ptsc-home__news-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
}

.ptsc-home__news-card-title {
    margin: 24px 0 0;
    color: #203559;
    font-size: 24px;
    font-weight: 500;
    font-family: "BeVietnamPro-Medium";
    font-style: normal;
    line-height: 1.5;
    text-transform: capitalize;
}

    .ptsc-home__news-card-title a {
        display: -webkit-box;
        overflow: hidden;
        color: inherit;
        text-decoration: none;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        transition: color .25s ease;
    }

.ptsc-home__news-card-summary {
    display: -webkit-box;
    min-height: 72px;
    margin: 13px 0 0;
    overflow: hidden;
    color: #2c2c2c;
    font-family: 'Arimo-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ptsc-home__news-card-link {
    display: inline-block;
    margin-top: 9px;
    text-transform: capitalize;
    transition: color .25s ease, transform .25s ease, text-underline-offset .25s ease;
}

.ptsc-home__loop-slider.swiper {
    padding-bottom: 45px;
}

.ptsc-home__loop-slider.swiper-initialized .ptsc-home__testimonials-list,
.ptsc-home__loop-slider.swiper-initialized .ptsc-home__news-grid {
    display: flex;
    grid-template-columns: none;
    justify-content: flex-start;
    gap: 0;
}

.ptsc-home__loop-slider.swiper-initialized .ptsc-home__testimonial-card,
.ptsc-home__loop-slider.swiper-initialized .ptsc-home__news-card {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.ptsc-home__loop-slider.swiper-initialized .ptsc-home__news-grid {
    align-items: stretch;
}

.ptsc-home__loop-slider.swiper-initialized .ptsc-home__news-card {
    display: flex;
    flex-direction: column;
}

.ptsc-home__loop-slider.swiper-initialized .ptsc-home__news-card-link {
    align-self: flex-start;
}

@media (hover: hover) and (pointer: fine) {
    .ptsc-home__testimonial-card:hover {
        border-color: #d5ab6b;
        box-shadow: 0 22px 48px rgba(18, 39, 71, .2);
        transform: translateY(calc(var(--ptsc-testimonial-offset) - 8px));
    }

        .ptsc-home__testimonial-card:hover::after {
            width: 154px;
            background: #d5ab6b;
        }

        .ptsc-home__testimonial-card:hover .ptsc-home__testimonial-name {
            color: #e0000e;
        }

    .ptsc-home__news-card:hover,
    .ptsc-home__news-card:focus-within {
        transform: translateY(-7px);
    }

        .ptsc-home__news-card:hover .ptsc-home__news-card-media,
        .ptsc-home__news-card:focus-within .ptsc-home__news-card-media {
            border-radius: 10px;
            box-shadow: 0 18px 38px rgba(20, 42, 76, .2);
        }

        .ptsc-home__news-card:hover .ptsc-home__news-card-image,
        .ptsc-home__news-card:focus-within .ptsc-home__news-card-image {
            filter: saturate(1.08) contrast(1.03);
            transform: scale(1.055);
        }

        .ptsc-home__news-card:hover .ptsc-home__news-card-title a,
        .ptsc-home__news-card:focus-within .ptsc-home__news-card-title a {
            color: #e0000e;
        }

        .ptsc-home__news-card:hover .ptsc-home__news-card-link,
        .ptsc-home__news-card:focus-within .ptsc-home__news-card-link {
            text-underline-offset: 5px;
            transform: translateX(5px);
        }

    .ptsc-home__news-all:hover,
    .ptsc-home__news-all:focus-visible {
        text-underline-offset: 5px;
    }
}

.ptsc-home__news-all:hover,
.ptsc-home__news-all:focus-visible,
.ptsc-home__news-card-link:hover,
.ptsc-home__news-card-link:focus-visible,
.ptsc-home__news-card-title a:hover,
.ptsc-home__news-card-title a:focus-visible {
    color: #b8000b;
}

.ptsc-home__news-card--text-only {
    padding-top: 5px;
    border-top: 1px solid #d5ab6b;
}

    .ptsc-home__news-card--text-only .ptsc-home__news-card-title {
        margin-top: 20px;
    }

@media (min-width: 1400px) {
    .ptsc-home__travel-background {
        display: block;
        z-index: 0;
        object-fit: fill;
        object-position: center;
        transform: none;
        transition: filter .65s ease, transform 1s cubic-bezier(.2, .72, .2, 1);
    }
}

@media (max-width: 1365px) {
    .ptsc-home__hero {
        height: max(600px, 52.49vw);
    }

    .ptsc-home__booking {
        margin-top: -132px;
    }

    .ptsc-home__booking-form {
        grid-template-columns: 120px 105px 165px 165px minmax(195px, 1fr) minmax(155px, .75fr) 150px;
    }

    .ptsc-home__booking-submit {
        width: 150px;
    }

    .ptsc-home__booking-assurance strong,
    .ptsc-home__booking-assurance small {
        font-size: 14px;
    }

    .ptsc-home__conference-inner {
        grid-template-columns: minmax(0, .94fr) minmax(0, 1fr);
        gap: 36px;
    }

    .ptsc-home__conference-media {
        height: auto;
        aspect-ratio: 603 / 344;
        border-radius: 5px 140px 5px 140px;
    }

    .ptsc-home__travel-background {
        object-position: 56% center;
    }
}

@media (max-width: 1199px) {
    .ptsc-home__hero {
        height: 630px;
    }

    .ptsc-home__hero-overlay {
        height: 260px;
    }

    .ptsc-home__booking {
        width: calc(100% - 40px);
        margin-top: -105px;
    }

    .ptsc-home__booking-form {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px 18px;
        height: auto;
        min-height: 178px;
        padding: 20px;
    }

    .ptsc-home__booking-assurance {
        grid-column: span 2;
        padding-left: 0;
    }

    .ptsc-home__booking-submit {
        width: 100%;
        height: 58px;
    }

    .ptsc-home__about {
        padding-top: 68px;
    }

    .ptsc-home__about-inner {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 34px;
    }

    .ptsc-home__about-title {
        font-size: 38px;
    }

    .ptsc-home__about-image--primary {
        height: 360px;
        margin-top: 68px;
    }

    .ptsc-home__about-image--secondary {
        height: 368px;
    }

    .ptsc-home__room-stage {
        padding: 24px;
    }

    .ptsc-home__room-slide {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
        gap: 30px;
    }

    .ptsc-home__room-main {
        height: 348px;
    }

    .ptsc-home__room-thumbnails {
        height: 122px;
    }

    .ptsc-home__room-name {
        margin-top: 125px;
        font-size: 31px;
    }

    .ptsc-home__room-specs {
        gap: 8px 18px;
    }

    .ptsc-home__room-summary {
        font-size: 15px;
    }

    .ptsc-home__room-price strong {
        font-size: 34px;
    }

    .ptsc-home__restaurant-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, .94fr);
        gap: 36px;
    }

    .ptsc-home__restaurant-media {
        height: auto;
        aspect-ratio: 603 / 344;
        border-radius: 5px 140px 5px 140px;
    }

    .ptsc-home__conference-inner {
        grid-template-columns: minmax(0, .94fr) minmax(0, 1fr);
        gap: 36px;
    }

    .ptsc-home__conference-media {
        height: auto;
        aspect-ratio: 603 / 344;
        border-radius: 5px 140px 5px 140px;
    }
}

@media (max-width: 991px) {
    .ptsc-home__services-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ptsc-home__service-item {
        grid-column: span 2;
    }

        .ptsc-home__service-item:nth-child(4) {
            grid-column: 2 / span 2;
        }

        .ptsc-home__service-item:nth-child(3)::after,
        .ptsc-home__service-item:nth-child(5)::after {
            display: none;
        }

    .ptsc-home__hero {
        height: 560px;
    }

    .ptsc-home__hero-image {
        object-position: center 82%;
    }

    .ptsc-home__booking {
        margin-top: -80px;
    }

    .ptsc-home__booking-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptsc-home__booking-assurance,
    .ptsc-home__booking-submit {
        grid-column: span 2;
    }

    .ptsc-home__booking-field--rooms {
        grid-column: span 2;
    }

    .ptsc-home__about-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .ptsc-home__about-description {
        max-width: 720px;
    }

    .ptsc-home__about-media {
        gap: 18px;
    }

    .ptsc-home__about-image--primary,
    .ptsc-home__about-image--secondary {
        height: clamp(330px, 48vw, 420px);
    }

    .ptsc-home__about-image--primary {
        margin-top: 46px;
    }

    .ptsc-home__rooms-intro {
        padding-top: 38px;
        padding-bottom: 28px;
    }

    .ptsc-home__room-showcase {
        padding: 30px 0;
    }

    .ptsc-home__room-stage {
        padding: 58px 24px 24px;
    }

    .ptsc-home__room-slide {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .ptsc-home__room-gallery {
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
    }

    .ptsc-home__room-main {
        height: min(56vw, 440px);
    }

    .ptsc-home__room-thumbnails {
        height: min(19vw, 150px);
    }

    .ptsc-home__room-content {
        padding-top: 0;
    }

    .ptsc-home__room-name {
        margin-top: 24px;
    }

    .ptsc-home__room-summary {
        max-width: none;
        min-height: 0;
        -webkit-line-clamp: 4;
    }

    .ptsc-home__rooms-all {
        top: 24px;
        right: 24px;
    }

    .ptsc-home__rooms-navigation {
        top: 34%;
        width: 54px;
        height: 54px;
    }

    .ptsc-home__rooms-navigation--prev {
        left: 4px;
    }

    .ptsc-home__rooms-navigation--next {
        right: 4px;
    }

    .ptsc-home__restaurant {
        padding: 46px 0;
    }

    .ptsc-home__restaurant-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .ptsc-home__restaurant-media {
        max-width: 690px;
    }

    .ptsc-home__restaurant-content {
        padding-top: 0;
    }

    .ptsc-home__restaurant--text-only .ptsc-home__restaurant-content {
        max-width: none;
        margin-left: 0;
    }

    .ptsc-home__conference {
        padding: 28px 0 44px;
    }

    .ptsc-home__conference-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .ptsc-home__conference-media {
        width: 100%;
        max-width: 690px;
    }

    .ptsc-home__conference-content {
        padding-top: 0;
    }

    .ptsc-home__conference--text-only .ptsc-home__conference-content {
        max-width: none;
    }

    .ptsc-home__travel-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 40%, rgba(255, 255, 255, .55) 64%, rgba(255, 255, 255, .16) 100%);
    }
}

@media (max-width: 767px) {
    .ptsc-home__services-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 0;
    }

    .ptsc-home__service-item,
    .ptsc-home__service-item:nth-child(4) {
        grid-column: span 1;
    }

        .ptsc-home__service-item:nth-child(odd)::after {
            display: block;
        }

        .ptsc-home__service-item:nth-child(even)::after,
        .ptsc-home__service-item:last-child::after {
            display: none;
        }

    .ptsc-home__hero {
        height: 450px;
    }

    .ptsc-home__hero-overlay {
        height: 220px;
    }

    .ptsc-home__booking {
        width: calc(100% - 28px);
        margin-top: -48px;
    }

    .ptsc-home__booking-form {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding: 22px;
    }

    .ptsc-home__booking-field {
        min-height: 52px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(32, 53, 89, .12);
        gap: 4px;
    }

    .ptsc-home__booking-field-copy {
        max-width: 100%;
        min-width: 92%;
    }

    .ptsc-home__booking-field--date .ptsc-home__booking-control {
        max-width: 100%;
    }

    .ptsc-home__booking-assurance,
    .ptsc-home__booking-submit,
    .ptsc-home__booking-field--rooms {
        grid-column: auto;
    }

    .ptsc-home__about {
        padding: 58px 0 24px;
    }

    .ptsc-home__about-title {
        font-size: 34px;
        line-height: 1.35;
    }

    .ptsc-home__about-company,
    .ptsc-home__about-tagline {
        font-size: 17px;
    }

    .ptsc-home__rooms-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .ptsc-home__rooms-description {
        margin-top: 8px;
        text-align: justify;
    }

    .ptsc-home__room-stage {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ptsc-home__room-price strong {
        font-size: 32px;
    }

    .ptsc-home__room-price span {
        font-size: 20px;
    }

    .ptsc-home__restaurant {
        padding: 40px 0;
    }

    .ptsc-home__restaurant-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .ptsc-home__restaurant-amenities,
    .ptsc-home__conference-amenities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 18px;
    }

    .ptsc-home__conference {
        padding: 24px 0 40px;
    }

    .ptsc-home__conference-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .ptsc-home__travel {
        height: auto;
        min-height: 450px;
    }

    .ptsc-home__travel-inner {
        min-height: 450px;
    }

    .ptsc-home__travel-content {
        width: min(100%, 480px);
        padding: 40px 0 46px;
    }

    .ptsc-home__travel-description {
        width: 100%;
    }

    .ptsc-home__travel-overlay {
        background: rgba(255, 255, 255, .86);
    }
}

@media (max-width: 575px) {
    .ptsc-home__service-link {
        padding-right: 8px;
        padding-left: 8px;
        min-height: 165px;
    }

    .ptsc-home__service-title {
        font-size: 15px;
    }

    .ptsc-home__container {
        width: calc(100% - 28px);
        padding-bottom: 15px;
    }

    .ptsc-home__hero {
        height: 275px;
    }

    .ptsc-home__hero-image {
        object-position: center center;
    }

    .ptsc-home__booking {
        margin-top: -32px;
    }

    .ptsc-home__about {
        padding-top: 48px;
    }

    .ptsc-home__about-inner {
        gap: 28px;
    }

    .ptsc-home__about-company {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.45;
    }

    .ptsc-home__about-title {
        margin-top: 5px;
        font-size: 30px;
    }

    .ptsc-home__about-tagline {
        font-size: 16px;
    }

    .ptsc-home__about-description,
    .ptsc-home__about-highlight {
        font-size: 15px;
    }

    .ptsc-home__about-link {
        min-height: 48px;
    }

    .ptsc-home__about-media {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .ptsc-home__about-image--primary,
    .ptsc-home__about-image--secondary {
        height: min(112vw, 430px);
        margin-top: 0;
    }

    .ptsc-home__rooms-intro {
        padding-top: 34px;
        padding-bottom: 24px;
    }

    .ptsc-home__rooms-eyebrow {
        font-size: 14px;
    }

    .ptsc-home__rooms-title {
        margin-top: 5px;
        font-size: 21px;
    }

    .ptsc-home__rooms-description {
        font-size: 15px;
    }

    .ptsc-home__room-showcase {
        padding: 20px 0;
    }

    .ptsc-home__room-stage {
        width: calc(100% - 28px);
        padding: 54px 12px 14px;
    }

    .ptsc-home__room-main {
        height: min(74vw, 330px);
    }

    .ptsc-home__room-thumbnails {
        gap: 4px;
        height: min(25vw, 112px);
        margin-top: 5px;
    }

    .ptsc-home__room-name {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.35;
    }

    .ptsc-home__room-specs {
        gap: 6px 16px;
        max-width: none;
        padding-top: 8px;
    }

    .ptsc-home__room-spec {
        font-size: 14px;
    }

    .ptsc-home__room-summary {
        font-size: 15px;
        text-align: left;
    }

    .ptsc-home__room-price {
        flex-wrap: wrap;
        margin-top: 8px;
    }

        .ptsc-home__room-price strong {
            font-size: 25px;
            line-height: 42px;
        }

        .ptsc-home__room-price span {
            font-size: 18px;
        }

    .ptsc-home__room-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        margin-top: 5px;
    }

    .ptsc-home__room-detail,
    .ptsc-home__room-book {
        width: 100%;
        min-height: 48px;
        font-size: 18px;
    }

    .ptsc-home__rooms-all {
        top: 19px;
        right: 18px;
        min-height: 40px;
    }

    .ptsc-home__rooms-navigation {
        top: 27%;
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .ptsc-home__restaurant {
        padding: 34px 0;
        padding-bottom: 0;
    }

    .ptsc-home__restaurant-inner {
        gap: 25px;
    }

    .ptsc-home__restaurant-media {
        border-radius: 5px 86px 5px 86px;
    }

    .ptsc-home__restaurant-eyebrow {
        font-size: 14px;
    }

    .ptsc-home__restaurant-title {
        margin-top: 5px;
        font-size: 22px;
    }

    .ptsc-home__restaurant-tagline {
        font-size: 16px;
    }

    .ptsc-home__restaurant-description {
        font-size: 15px;
    }

    .ptsc-home__restaurant-amenities,
    .ptsc-home__conference-amenities {
        margin-top: 16px;
        font-size: 15px;
    }

    .ptsc-home__restaurant-link {
        min-height: 48px;
        margin-top: 10px;
    }

    .ptsc-home__conference {
        padding: 20px 0 34px;
    }

    .ptsc-home__conference-inner {
        gap: 25px;
    }

    .ptsc-home__conference-eyebrow {
        font-size: 14px;
    }

    .ptsc-home__conference-title {
        margin-top: 5px;
        font-size: 22px;
    }

    .ptsc-home__conference-description {
        font-size: 15px;
    }

    .ptsc-home__conference-link {
        min-height: 48px;
        margin-top: 16px;
    }

    .ptsc-home__conference-media {
        border-radius: 5px 86px 5px 86px;
    }

    .ptsc-home__travel-inner {
        min-height: 480px;
    }

    .ptsc-home__travel-content {
        padding: 32px 0 38px;
    }

    .ptsc-home__travel-logo {
        width: 152px;
        height: 34px;
    }

    .ptsc-home__travel-title {
        margin-top: 14px;
        font-size: 24px;
        line-height: 1.35;
    }

    .ptsc-home__travel-description {
        min-height: 0;
        font-size: 15px;
    }

    .ptsc-home__travel-filters {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        margin-top: 18px;
    }

    .ptsc-home__travel-filter,
    .ptsc-home__travel-link {
        width: 100%;
        min-height: 48px;
    }

    .ptsc-home__travel-link {
        margin-top: 14px;
    }
}

@media (max-width: 1199px) {
    .ptsc-home__testimonials {
        min-height: 0;
        padding: 0 0 44px;
    }

    .ptsc-home__testimonials-background,
    .ptsc-home__testimonials-overlay {
        top: 145px;
    }

    .ptsc-home__testimonials-list {
        grid-template-columns: repeat(2, minmax(0, 300px));
        justify-content: center;
        gap: 24px 32px;
    }

    .ptsc-home__testimonial-card--offset {
        --ptsc-testimonial-offset: 0px;
    }

    .ptsc-home__promotion-content {
        right: 20px;
        left: 20px;
    }

    .ptsc-home__news-grid {
        gap: 32px;
    }
}

@media (max-width: 991px) {
    .ptsc-home__promotion-grid {
        grid-template-columns: minmax(0, 603px);
        justify-content: center;
    }

    .ptsc-home__news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
    }
}

@media (max-width: 767px) {
    .ptsc-home__testimonials {
        margin-top: 38px;
        padding-bottom: 0;
    }

    .ptsc-home__testimonials-background,
    .ptsc-home__testimonials-overlay {
        top: 132px;
    }

    .ptsc-home__testimonials-list {
        grid-template-columns: minmax(0, 400px);
        gap: 18px;
        margin-top: 28px;
    }

    .ptsc-home__testimonial-card {
        min-height: 0;
    }

    .ptsc-home__promotion-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .ptsc-home__news {
        margin: 38px 0 44px;
        padding: 0;
        margin-bottom: -10px;
    }

    .ptsc-home__news-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
        margin-top: 28px;
    }

    .ptsc-home__news-card-title {
        min-height: 0;
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .ptsc-home__testimonials-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .ptsc-home__testimonial-card {
        padding: 32px 20px;
    }

    .ptsc-home__testimonial-name {
        font-size: 22px;
    }

    .ptsc-home__testimonial-content {
        margin-top: 28px;
        font-size: 15px;
    }

    .ptsc-home__promotion-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .ptsc-home__promotion-link {
        width: 37px;
        height: 37px;
        flex-basis: 37px;
        font-size: 16px;
    }

    .ptsc-home__news-header {
        align-items: baseline;
        gap: 14px;
    }

    .ptsc-home__news-title {
        font-size: 21px;
        line-height: 1.3;
    }

    .ptsc-home__news-all {
        margin-top: 0;
        font-size: 14px;
    }

    .ptsc-home__news-card-title {
        font-size: 18px;
    }

    .ptsc-home__news-card-summary {
        min-height: 0;
        font-size: 16px;
    }

    .ptsc-home__news-card-link {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ptsc-home__booking-submit,
    .ptsc-home__rooms-navigation,
    .ptsc-home__rooms-navigation i,
    .ptsc-home__room-main,
    .ptsc-home__room-main img,
    .ptsc-home__room-thumbnail,
    .ptsc-home__room-thumbnail img,
    .ptsc-home__room-detail,
    .ptsc-home__room-book,
    .ptsc-home__room-book i,
    .ptsc-home__rooms-all,
    .ptsc-home__rooms-all::after,
    .ptsc-home__service-link,
    .ptsc-home__service-icon,
    .ptsc-home__service-title,
    .ptsc-home__restaurant-media,
    .ptsc-home__restaurant-image,
    .ptsc-home__restaurant-link,
    .ptsc-home__conference-media,
    .ptsc-home__conference-image,
    .ptsc-home__conference-link,
    .ptsc-home__travel-background,
    .ptsc-home__travel-logo,
    .ptsc-home__travel-filter,
    .ptsc-home__travel-filter i,
    .ptsc-home__travel-link,
    .ptsc-home__promotion-card,
    .ptsc-home__promotion-media,
    .ptsc-home__promotion-overlay,
    .ptsc-home__promotion-title,
    .ptsc-home__promotion-link,
    .ptsc-home__promotion-link i,
    .ptsc-home__about-link,
    .ptsc-home__about-link::after,
    .ptsc-home__about-image,
    .ptsc-home__restaurant-amenity,
    .ptsc-home__conference-amenity,
    .ptsc-home__testimonial-card,
    .ptsc-home__testimonial-card::after,
    .ptsc-home__testimonial-name,
    .ptsc-home__news-card,
    .ptsc-home__news-card-media,
    .ptsc-home__news-card-image,
    .ptsc-home__news-card-title a,
    .ptsc-home__news-card-link,
    .ptsc-home__news-all {
        transition: none;
    }

        .ptsc-home__about-link:hover,
        .ptsc-home__about-link:focus-visible,
        .ptsc-home__about-media:hover .ptsc-home__about-image {
            transform: none;
        }

        .ptsc-home__room-main:hover img,
        .ptsc-home__room-thumbnail:hover,
        .ptsc-home__room-thumbnail:focus-visible,
        .ptsc-home__room-thumbnail:hover img,
        .ptsc-home__room-thumbnail:focus-visible img,
        .ptsc-home__room-thumbnail.is-active img,
        .ptsc-home__room-detail:hover,
        .ptsc-home__room-detail:focus-visible,
        .ptsc-home__room-book:hover,
        .ptsc-home__room-book:focus-visible,
        .ptsc-home__rooms-all:hover,
        .ptsc-home__rooms-all:focus-visible,
        .ptsc-home__rooms-navigation:hover,
        .ptsc-home__rooms-navigation:focus-visible,
        .ptsc-home__rooms-navigation:hover i,
        .ptsc-home__rooms-navigation:focus-visible i,
        .ptsc-home__service-link:hover,
        .ptsc-home__service-link:focus-visible,
        .ptsc-home__service-link:hover .ptsc-home__service-icon,
        .ptsc-home__service-link:focus-visible .ptsc-home__service-icon,
        .ptsc-home__service-link:hover .ptsc-home__service-title,
        .ptsc-home__service-link:focus-visible .ptsc-home__service-title,
        .ptsc-home__restaurant-media:hover,
        .ptsc-home__conference-media:hover,
        .ptsc-home__restaurant-media:hover .ptsc-home__restaurant-image,
        .ptsc-home__conference-media:hover .ptsc-home__conference-image,
        .ptsc-home__restaurant-link:hover,
        .ptsc-home__restaurant-link:focus-visible,
        .ptsc-home__restaurant-amenity:hover,
        .ptsc-home__conference-amenity:hover,
        .ptsc-home__conference-link:hover,
        .ptsc-home__conference-link:focus-visible,
        .ptsc-home__travel:hover .ptsc-home__travel-background,
        .ptsc-home__travel:hover .ptsc-home__travel-logo,
        .ptsc-home__travel-filter:hover,
        .ptsc-home__travel-filter:focus-visible,
        .ptsc-home__travel-filter:hover i,
        .ptsc-home__travel-filter:focus-visible i,
        .ptsc-home__travel-link:hover,
        .ptsc-home__travel-link:focus-visible,
        .ptsc-home__promotion-card:hover,
        .ptsc-home__promotion-card:hover .ptsc-home__promotion-media,
        .ptsc-home__promotion-card:hover .ptsc-home__promotion-title,
        .ptsc-home__promotion-link:hover,
        .ptsc-home__promotion-link:focus-visible,
        .ptsc-home__promotion-link:hover i,
        .ptsc-home__promotion-link:focus-visible i,
        .ptsc-home__testimonial-card:hover,
        .ptsc-home__news-card:hover,
        .ptsc-home__news-card:focus-within,
        .ptsc-home__news-card:hover .ptsc-home__news-card-image,
        .ptsc-home__news-card:focus-within .ptsc-home__news-card-image,
        .ptsc-home__news-card:hover .ptsc-home__news-card-link,
        .ptsc-home__news-card:focus-within .ptsc-home__news-card-link {
            transform: none;
        }
}