.shadow-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: none !important
}

.shadow-sm a, .shadow-sm span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: none;
    border: 0;
    transition: .15s ease-in-out;
    color: #666;
    text-align: center;
    font-weight: 500;
    margin: 5px;
    padding: 0 !important;
}

.shadow-sm span[aria-disabled="true"] span {
    background: #f0f0f0 !important;
}

svg.w-5.h-5 {
    font-weight: unset !important;
    font-size: 10px !important;
    width: 25px;
}

.shadow-sm span[aria-current="page"] span {
    background: #3B978D !important;
    color: white !important;
}

.shadow-sm a.relative:hover {
    background: #f0f0f0 !important;
}

.shadow-sm > span[aria-disabled="true"], .shadow-sm > span[aria-current="page"] {
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
    width: auto;
    height: auto
}

nav[aria-label="Pagination Navigation"] .hidden > div > .text-sm {
    display: none
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.modalLogin .modal-dialog {
    max-width: 600px;
}

.modalLogin__btn {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    border: 0;
    outline: 0;
    background: #3b978d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    transform-origin: center; /* giữ tâm khi scale */
}

.modalLogin__btn {
    display: inline-flex; /* hoặc inline-block */
    justify-content: center;
    align-items: center;
}

.modalLogin__btn:hover {
    color: white;
    background: #36867d;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* thêm shadow để đẹp hơn */
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: white;
    background-color: #4da198;
}

.modalLogin__options a {
    color: #3b978d;
}

.modalLogin__options a:hover {
    text-decoration: underline !important;
}


.header--menu ul li .sub-menu-lv1 li {
    line-height: 1
}

.header--menu ul li .sub-menu-lv1 li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px
}

.header--menu ul li .sub-menu-lv1 li a:hover {
    color: #facd49
}

.header--menu ul li .sub-menu-lv1 li a:after {
    display: none
}

.header--menu ul li .mega-menu {
    position: absolute;
    top: 101%;
    left: 0%;
    width: 62vw;
    height: auto;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 999;
    max-width: 100%;
    border-radius: 20px;
    max-width: 800px;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header--menu ul li .mega-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    line-height: 1
}

.header--menu ul li .mega-menu li a {
    color: #00375a;
    padding: 15px 15px;
    display: block;
    font-size: 120%;
    text-transform: uppercase
}

.header--menu ul li .mega-menu li a:hover {
    color: #facd49
}

.header--menu ul li .mega-menu li a:after {
    display: none
}

.header--menu ul li .mega-menu li .sub-menu {
    display: block
}

.header--menu ul li .mega-menu li .sub-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.header--menu ul li .mega-menu li .sub-menu li a {
    padding: 10px 15px;
    font-size: 14px;
    text-transform: none
}

.header--menu ul li .mega-menu li .sub-menu li a:hover {
    color: #facd49
}

.header--menu ul li .mega-menu li .sub-menu li a small {
    margin-bottom: 10px;
    font-size: 12px;
    color: #facd49;
    display: block
}

.header--menu ul li .mega-menu li .sub-menu li a:after {
    display: none
}

.header--menu ul li a {
    font-size: 100%;
    color: #3B978D;
    font-weight: 600;
    padding: 0 10px
}

.header--menu ul li a:hover {
    color: #facd49
}

.header--menu ul li:last-child a {
    padding-right: 0
}

.header--menu ul li:first-child a {
    padding-left: 0
}

.header--menu ul .menu-childer a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    margin-left: 10px
}

.header__acc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.header__acc .sub-infor {
    position: absolute;
    top: 100%;
    left: 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 150px;
    border-radius: 10px;
    z-index: 100000;
    display: none;
    list-style: none;
    background: #0A7D70;
    padding: 0px;
}

.header__acc .sub-infor li:last-child a {
    border-bottom: 0
}

.header__acc .sub-infor li a {
    display: block;
    border-bottom: 1px solid #fbfbfb;
    padding: 10px;
    color: #fff;
    font-size: 14px
}

.header__acc .sub-infor li a:hover {
    color: #facd49
}

.header__acc.btn {
    margin-left: 12px
}

.header__acc.btn:first-child {
    margin: 0
}

.header--button---avata {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
}

.header--button---avata:hover .sub-infor {
    display: block
}

.header--button---avata img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.header--button---avata span {
    padding-left: 10px
}

.header--button---avata span svg {
    width: 10px
}

.header--infor {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header--infor .link {
    margin-right: 30px;
    font-size: 100%;
    font-weight: 600;
    color: #111
}

@media screen and (max-width: 1199px) {
    .header--infor .link {
        display: none
    }
}

.header--infor .link:hover {
    color: var(--blue2)
}

.header--infor .link svg {
    margin-right: 10px;
    fill: #3B978D
}

.header--infor .link svg svg {
    fill: #3B978D
}

.avatar-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #2d241f;
    font-weight: bold;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    display: flex;
    align-items: center;
}

.header--button---avata .sub-infor li a:hover {
    color: #facd49;
}

.relatedPosts__slider .slick-slide {
    margin: -1px 12px;
}


.post:hover .post__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post__image img {
    aspect-ratio: 282 / 186;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.ratio.ratio-3 .count-custom {
    display: none !important;
}

.ratio-4 .count-custom {
    display: block;
    position: absolute;
    top: 0;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    z-index: 2;
    line-height: 200px !important;
    border-radius: 10px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ratio.ratio-4 .count-custom {
    display: flex;
    top: 0;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    z-index: 2;
    border-radius: 10px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}

span.sale {
    padding: 5px;
    color: #fff;
    background: #0a7d70;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
}

h3.information {
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.btn-close-custom {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.btn-close-custom svg {
    width: 1em;
    height: 1em;
    fill: #000; /* đổi màu tại đây */
}

.modal-header.sticky-top {
    display: flex;
    align-items: center;
}

.modal-dialog .modal-header .title-left .modal-title {
    padding-top: 0px;
}

a.hotelAddress {
    margin-bottom: 1rem;
}

.voucher {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}

.voucher--code p {
    color: #000000;
}

.voucher--code strong {
    color: #089989;
}

.voucher--code span {
    background: #089989;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 3px
}

.voucher--price {
    font-size: 20px;
    font-weight: bold;
    color: #0a7d70;
    margin-top: 10px
}

.jss1283 {
    cursor: pointer;
    position: relative;
    margin-top: 12px
}

.jss1287 {
    color: #4A5568;
    display: flex;
    transition: all .3s;
    align-items: flex-end;
    flex-direction: column
}

.jss1286 {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.jss1248 {
    width: 16px;
    cursor: pointer;
    height: 16px;
    stroke: #00B6F3;
    margin-left: 4px
}

.items-zoom .option-custom--content {
    position: relative
}

.jss1289 {
    right: 57px;
    width: 267px;
    bottom: -10px;
    display: none;
    padding: 12px;
    z-index: 2;
    position: relative;
    border: 1px solid #E2E8F0;
    min-width: 348px;
    background: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    border-radius: 8px;
    flex-direction: column;
    position: absolute;
    top: 60%;
    right: 0;
    height: max-content;
    z-index: 9
}

.jss1293 {
    display: flex;
    font-size: 12px;
    align-items: center;
    line-height: 14px;
    margin-bottom: 2px;
    justify-content: flex-end
}

.jss1294 {
    color: #fff;
    padding: 1px 3px;
    margin-right: 8px;
    border-radius: 4px;
    background-color: #00375a
}

.jss1295 {
    color: #4A5568;
    text-decoration-line: line-through
}

.jss1290 {
    display: flex;
    margin-top: 12px;
    align-items: center
}

.jss1298 {
    padding: 8px 8px 0;
    position: relative;
    margin-top: 8px;
    border-radius: 6px;
    background-color: #EDF2F7
}

.jss1299 {
    color: #4A5568;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    justify-content: space-between
}

.jss1290 {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between
}

.jss1290 {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between
}

.jss1290 {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between
}

.jss1290 {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between
}

span.MuiBox-root.jss1399, span.MuiBox-root.jss1393, span.MuiBox-root.jss1400 {
    font-weight: 700
}

.jss1292 {
    color: #4A5568;
    font-size: 12px;
    margin-top: 2px;
    line-height: 14px
}

.jss1292 {
    color: #4A5568;
    font-size: 12px;
    margin-top: 2px;
    line-height: 14px
}

.jss1292 {
    color: #4A5568;
    font-size: 12px;
    margin-top: 2px;
    line-height: 14px
}

.jss1290 {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between
}

.jss1391 {
    color: #48bb78
}

.jss1292 {
    color: #4A5568;
    font-size: 12px;
    margin-top: 2px;
    line-height: 14px
}

.jss1290 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.MuiBox-root.jss4589.jss1283:hover .jss1285 {
    top: 45px
}

.MuiBox-root.jss4589.jss1283:hover .jss1289 {
    color: #1a202c;
    right: 0;
    border: 1px solid #E2E8F0;
    height: fit-content;
    display: flex;
    position: absolute;
    min-width: 361px;
    background: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    border-radius: 8px;
    flex-direction: column
}

.jss1290 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

span.MuiBox-root.jss1401.jss1292 {
    margin-left: 0;
    text-align: left !important;
    margin: 0 !important
}

.jss1482 {
    display: flex;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 20px
}

.jss1483 {
    color: #00375a;
    cursor: pointer;
    margin-right: 16px
}

.header--logo > a > img {
    width: 150px !important
}

.jss188 {
    cursor: pointer
}

.jss187 {
    color: var(--blue);
    height: 100%;
    display: flex;
    text-align: right;
    align-items: center
}

.MuiTypography-body2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.jss182 {
    width: calc(100% - 24px) !important;
    margin: 0 12px
}

.jss183 {
    border: 1px solid var(--blue);
    position: relative;
    min-height: 144px;
    padding-left: 24px;
    border-radius: 8px;
    padding-right: 24px;
    background-color: rgba(0, 55, 90, 0.1)
}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

@media (min-width: 1180px) {
    .MuiGrid-grid-lg-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%
    }
}

@media (min-width: 992px) {
    .MuiGrid-grid-md-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%
    }
}

@media (min-width: 768px) {
    .MuiGrid-grid-sm-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%
    }
}

.MuiGrid-grid-xs-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box
}

.jss519 {
    height: 100%;
    display: flex;
    padding-top: 24px;
    flex-direction: column
}

.jss184 {
    color: #1A202C;
    display: -webkit-box;
    overflow: hidden;
    font-size: 18px;
    max-width: 90%;
    line-height: 22px;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.jss186 {
    color: #718096;
    display: flex;
    margin-bottom: 16px;
    flex-direction: column
}

.jss521 {
    padding-top: 16px
}

.MuiTypography-body2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.MuiTypography-root {
    margin: 0
}

.jss188 {
    cursor: pointer
}

@media (min-width: 1180px) {
    .MuiGrid-grid-lg-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%
    }
}

@media (min-width: 992px) {
    .MuiGrid-grid-md-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%
    }
}

@media (min-width: 768px) {
    .MuiGrid-grid-sm-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%
    }
}

.MuiGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box
}

.MuiTypography-body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}


.page-banner {
    background: #edf2f7;
    padding: 20px 0;
    color: green !important;
}

.page-banner .br {
    font-size: 14px;
    color: #0a7d70;
}

.page-banner .br span {
    padding-left: 10px
}

.page-banner .br a {
    color: #3b978d;
}

.page-banner h1 {
    font-size: 200%;
    font-weight: bold;
    color: #0a7d70;
    margin-top: 15px
}

.page-account {
    background-color: #EDF2F7;
    padding: 20px 0
}

.page-account .nav {
    margin-bottom: 20px
}

.page-account .nav li {
    margin-right: 10px
}

.page-account .nav li a {
    padding: 10px 20px;
    font-size: 100%;
    font-weight: 600;
    color: #000
}

.page-account .nav li .active {
    color: var(--blue);
    border-bottom: 2px solid var(--blue)
}

.page-account .tab-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.page-account .avata {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto
}

.page-account .avata img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-account .avata .file {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-account .avata .file svg {
    width: 18px
}

.page-account .avata .file input {
    display: none
}

.page-account .form-account {
    max-width: 450px
}

.page-account .form-account .form-group {
    margin-bottom: 20px
}

.page-account .form-account .form-group:last-child {
    margin-bottom: 0
}

.page-account .form-account .form-group label {
    display: block;
    font-size: 100%;
    margin-bottom: 10px;
    color: #718096
}

.page-account .form-account .form-group .form-control {
    height: 35px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0
}

.page-account .form-account .form-group .btn {
    width: 100%
}

.page-account .form-account .form-group .del {
    margin-top: 20px;
    display: block
}

.page-account .code-dn {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000
}

.page-account .code-dn span {
    color: #00B6F3
}

.items-room-details {
    margin-bottom: 15px
}

.items-room-details:last-child {
    margin-bottom: 0
}

.items-room-details .ratio {
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 70%
}

.items-room-details .dtails-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-room-details .dtails-custom .price {
    text-align: right
}

.items-room-details .dtails-custom .price span {
    display: block;
    font-size: 14px
}

.items-room-details .dtails-custom .price-t {
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0
}

.items-room-details .dtails-custom .price .tt {
    background: var(--yellow);
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px
}

.items-room-details .dtails-custom .price .dtc {
    background: #68b700;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin: 0
}

.items-room-details .dtails-custom .price .btn {
    margin: 0;
    margin-left: auto
}

.items-room-details .dtails-custom .price .hhtt {
    background-color: #718096;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.items-room-details .dtails-custom .title h3 a {
    display: block;
    font-size: 100%;
    font-weight: 600;
    color: #000
}

.items-room-details .dtails-custom .title p {
    margin: 5px 0;
    font-size: 90%;
    max-width: 400px
}

.items-room-details .dtails-custom .title .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 80%
}

.items-room-details .dtails-custom .title .pp svg {
    margin-right: 5px;
}

.items-room-details .dtails-custom .date--content span {
    display: block;
    font-size: 14px;
    font-weight: 300
}

.items-room-details .dtails-custom .date--content p {
    font-weight: bold;
    margin: 5px 0;
    font-size: 100%
}

span#dayCount {
    font-size: 12px;
    padding-right: 2px
}

.items-room-details .dtails-custom .date .jss139 {
    width: 38px;
    border: 1px solid #CBD5E0;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    text-align: center;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px
}

.items-room-details .dtails-custom .date .text-right {
    text-align: right
}

.items-kslike {
    margin-bottom: 15px
}

.items-kslike:last-child {
    margin-bottom: 0
}

.items-kslike .ratio {
    padding-bottom: 70%;
    border-radius: 5px;
    overflow: hidden
}

.items-kslike h3 a {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 100%
}

.items-kslike .star {
    margin: 10px 0;
    margin-top: 5px
}

.items-kslike .btn {
    margin-top: 20px;
    margin-left: auto
}

button.btn.btn-blue {
    color: #fff;
    background: var(--blue);
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all 0.25s ease-in-out; /* mượt hơn */
}

button.btn.btn-blue:hover {
    transform: scale(1.03); /* nhỏ hơn để đỡ giật */
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* thêm bóng cho sang */
}

@media screen and (max-width: 991px) {
    .items-room-details .dtails-custom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 600px) {
    .page-account .tab-container {
        padding: 10px
    }

    .page-account .page-details--title .content {
        padding-top: 10px
    }

    .page-account .page-details--title .content .address, .page-account .page-details--title .content .dg {
        font-size: 80%
    }

    .page-account .avata {
        margin-bottom: 20px
    }

    .items-room-details .dtails-custom .price {
        text-align: left
    }

    .items-room-details .date {
        margin: 10px 0
    }
}

.ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 75%
}

.ratio img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pd-main {
    padding-top: 20px;
    padding-bottom: 55px
}

.cut-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.dtails-custom .title {
    min-width: 248px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.page-account .avata .file, .items-room-details .dtails-custom .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title h3, .price h3 {
    font-size: 16px;
}
