﻿@font-face {
    font-family: Classicphoto;
    src: url(/font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: ClassicphotoLight;
    src: url(/font/OpenSans-Light.ttf);
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-family: Classicphoto;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

article, aside, figcaption, figure, footer, header, main, nav, section { display: block; }

*, :after, :before { box-sizing: inherit; }

html.overflow-hidden body { overflow: hidden; }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { max-width: 100%; }

.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    flex: 0 0 auto;
    padding-left: .5rem;
    padding-right: .5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.25;
    margin-top: 0;
}

.header-wrap, .menu-wrapper { display: block }

.header, .header-after { height: 65px; }

.header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}

.container {
    margin: auto;
    padding: 0 1.25rem;
}

.w--100 { width: 100% !important; }

.px--18 { padding-left: 18px !important; }

.pr--18, .px--18 { padding-right: 18px !important; }

.middle-xs { align-items: center; }

.is-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.flex-nowrap { flex-wrap: nowrap; }

.row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.is-flex.align-center { align-items: center; }

.col-xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.layout-default .header__logo {
    /*background: rgba(0, 0, 0, .04);*/
    border-radius: 50%;
    padding: 10px;
}

.is-inline-block { display: inline-block; }

a {
    color: #222;
    text-decoration: none;
    transition: all .3s;
}

a.color-i, a:hover { color: #f65e39; }

.end-xs {
    justify-content: flex-end;
    text-align: right;
}

.col-xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.menu-mobile--close, .menu-mobile--open { display: none; }

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.menu {
    left: 0;
    list-style: none;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__item {
    font-size: .875rem;
    letter-spacing: .2px;
    margin-left: 20px;
}

.is-become-host {
    font-weight: 700;
    padding: 5px 10px;
    position: relative;
}

.d-inline-block { display: inline-block !important; }

.is-become-host:before {
    background: #fb9236;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 5px;
}

.bold, .coupon__action, .coupon__code { font-weight: 700; }

.mask {
    background: rgba(0, 0, 0, .8);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.is-relative { position: relative; }

.btn--dropdown {
    background: #f6f6f6;
    border-radius: 2rem;
    font-size: .875rem;
    padding: .3125rem 1.75rem .3125rem .3125rem;
}

.pointer { cursor: pointer; }

.btn--dropdown:before {
    border: .3125rem solid transparent;
    border-top-color: #222;
    content: "";
    position: absolute;
    right: 12px;
    top: calc(50% - 2.5px);
}

.ml--6 { margin-left: 6px !important; }

.popover, .popover:before {
    background: #fff;
    position: absolute;
}

.popover {
    border: 1px solid #d6d6d6;
    border-radius: .1875rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    min-width: 100%;
    opacity: 0;
    padding: 0 1rem;
    right: 0;
    text-align: left;
    top: 5rem;
    transition: top .3s, opacity .3s;
    visibility: hidden;
    z-index: 2;
}

.popover--opened {
    opacity: 1;
    top: 4rem;
    visibility: visible;
}

.popover:before {
    -webkit-transform: rotate(45deg);
    border-top-left-radius: 3px;
    box-shadow: 0 0 0 1px rgba(6, 44, 82, .1), 0 2px 16px rgba(33, 43, 54, .08);
    content: "";
    height: 1rem;
    right: 2rem;
    top: -.5rem;
    transform: rotate(45deg);
    width: 1rem;
}

.popover .row {
    background: #fff;
    border-radius: .1875rem;
    padding: .5rem 0;
}

.popover a:not(:last-child) { margin-bottom: .5rem; }

.popover a {
    font-size: 1rem;
    padding: .5rem 0;
}

.px--12 { padding-left: 12px !important; }

.pr--12, .px--12 { padding-right: 12px !important; }

.container--sm { max-width: calc(1296px + 5.6rem); }

.slide-item-has-shadow { margin-bottom: -20px; }

.mt--24 { margin-top: 24px !important; }

.search-direction {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    display: block;
    height: 100%;
    overflow: hidden;
}

.bg-img--95 { padding-top: 55.55556%; }

.bg-img {
    background-color: #eee;
    background-position: 50%;
    width: 100%;
}

.bg-cover, .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.search-direction__content {
    bottom: 0;
    left: 0;
    padding: .8rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

.search-direction__content:before {
    /*background: #292929;*/
    border-radius: 10px;
    content: '';
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-direction h3 {
    background: #ffffff;
    /*color: white;*/
    color: #f65e39;
    font-size: 16px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    top: 40%;
    width: 100%;
}

.search-direction__content h4, .search-direction__content p {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb--0 { margin-bottom: 0 !important; }

.search-direction__content p { margin: 0; }

.promotion-box__desc > .desc-item, .semi-bold { font-weight: 600; }

.p--small { font-size: 14px !important; }

.c-gray-9 { color: #999 !important; }

.search-direction__content h4 { color: white }

.promotion-detail__cover { position: relative; }

.page-menu { margin-bottom: 30px }

.section { margin-top: 32px; }

.fadeIn {
    -webkit-animation: fadeIn .4s ease-in-out;
    animation: fadeIn .4s ease-in-out;
}

.title h2 {
    font-size: 1.5rem;
    margin: 0;
}

/*.title p {
    color: #555;
    margin: 0;
}*/

.d-none { display: none !important; }

.extra-bold { font-weight: 900; }

.p--giant { font-size: 24px !important; }

.product-hot .product { margin-top: 1rem; }

.product__cover {
    position: relative;
    width: 100%;
}

.product__cover:before {
    content: "";
    display: block;
    padding-top: 125%;
}

.product__cover img {
    -o-object-fit: cover;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.product__image {
    border-radius: .1875rem;
    width: 100%;
}

.product__content {
    bottom: .5rem;
    left: 1rem;
}

.is-absolute { position: absolute !important; }

.product__title {
    font-size: 1.5rem;
    margin-bottom: .25rem;
    margin-top: .75rem;
}

.white, .white-deep * { color: #fff; }

.product__price { color: hsla(0, 0%, 100%, .9); }

.product__price { font-size: 1rem; }

#producthot .owl-nav,
#homeblog .owl-nav,
#team .owl-nav {
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

#price .owl-nav {
    display: block;
    height: 0;
    position: absolute;
    top: 35%;
    width: 100%;
}

#producthot .owl-prev,
#price .owl-prev,
#homeblog .owl-prev,
#team .owl-prev {
    -ms-border-radius: 56px;
    -ms-opacity: .5;
    -ms-transform: translateY(-50%);
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    background: #fff;
    border: 1px solid #e6e6e6;
    border: none;
    border-radius: 56px;
    box-shadow: 0 0 7px -4px #000;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: -webkit-body;
    font-size: 40px;
    height: 56px;
    left: -20px;
    line-height: 1.2;
    opacity: .5;
    outline: none;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 56px;
    z-index: 1;
}

#producthot .owl-next,
#price .owl-next,
#homeblog .owl-next,
#team .owl-next {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #e6e6e6;
    border: none;
    border-radius: 56px;
    box-shadow: 0 0 7px -4px #000;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: -webkit-body;
    font-size: 40px;
    height: 56px;
    line-height: 1.2;
    opacity: .5;
    outline: none;
    padding: 0;
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 56px;
    z-index: 1;
}

#producthot .owl-next:hover,
#producthot .owl-prev:hover,
#homeblog .owl-next:hover,
#homeblog .owl-prev:hover,
#team .owl-next:hover,
#team .owl-prev:hover {
    box-shadow: 0 0 5px 0 #f65e39;
    box-shadow: 0 0 5px 0 rgba(246, 94, 57, .5);
    color: #f65e39;
    opacity: 1;
    outline: none;
}

.is-flex.align-end { align-items: flex-end; }

.is-flex.jbetween {
    -ms-flex-pack: distribute;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.text-orange { color: #f65e39; }

.room-carousel-wrap { display: block }

.promo { margin-top: 1.5rem; }

.promo__image-wrap {
    position: relative;
    z-index: 0;
}

.promo__image-wrap:before {
    content: "";
    display: block;
    padding-top: 66.2069%;
    width: 100%;
}

.promo__image-wrap img {
    -o-object-fit: cover;
    border-radius: 3px;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo__label-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 5px;
    top: 5px;
}

.promo__label {
    background: #f65e39;
    border-radius: 1.5rem;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .5px;
    line-height: 1.375rem;
    padding: 0 .5rem;
}

.promo__content {
    font-size: .875rem;
    margin-top: .5rem;
}

.promo__title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 1rem;
    margin-bottom: 0;
    max-height: 52px;
    overflow: hidden;
    padding-bottom: 4px;
    text-overflow: ellipsis;
}

.promo__content > * svg {
    margin-right: 2px;
    position: relative;
    top: -2px;
}

svg:not(:root) { overflow: hidden; }

.is-instant-book {
    -webkit-filter: drop-shadow(2px 3px 2px rgba(246, 116, 57, .4));
    filter: drop-shadow(2px 3px 2px rgba(246, 116, 57, .4));
}

.mr--6 { margin-right: 6px !important; }

.svg-icon {
    color: inherit;
    display: inline-block;
    fill: none;
    height: auto;
    stroke: currentColor;
    vertical-align: middle;
    width: 1em;
}

.svg-fill {
    fill: currentColor;
    stroke: none;
}

.promo__description { font-size: 14px; }

.my--6 {
    margin-bottom: 6px !important;
    margin-top: 6px;
}

.text-lowercase { text-transform: lowercase !important; }

.mb--6 { margin-bottom: 6px !important; }

.mb--18 { margin-bottom: 18px !important; }

.mb--30 { margin-bottom: 30px !important; }

.article { margin-top: 1rem; }

.radius-xs { border-radius: .1875rem; }

.is-block { display: block; }

.bg-img--85 { padding-top: 62.5%; }

.article__content { margin-top: .75rem; }

.article__title {
    color: #222;
    font-size: 1rem;
    margin: 0 0 .5rem;
    text-transform: uppercase;
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.post:before {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
    bottom: 0;
    content: "";
    display: block;
    height: 75%;
    left: 0;
    position: absolute;
    width: 100%;
}

.is-flex.column { flex-direction: column; }

.post__inner {
    border-radius: .1875rem;
    color: #fff;
    flex-wrap: nowrap;
    position: relative;
}

.between-xs {
    -ms-flex-pack: distribute;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.is-absolute--tl {
    left: 0;
    top: 0;
}

.h--100 { height: 100% !important; }

.post__header {
    height: calc(100% - 70px);
    padding: .5rem;
}

.post__inner a { color: #fff; }

.post__category {
    background: rgba(0, 0, 0, .2);
    border-radius: 1rem;
    display: inline-block;
    font-size: .5rem;
    font-weight: 700;
    padding: 0 .8rem;
    text-transform: uppercase;
}

.post__title {
    font-size: 1rem;
    padding: 1rem;
    position: relative;
}

.mt-15 { margin-top: 15px }

.app-introduce__heading { font-size: 20px; }

p { margin: 0 0 1rem; }

.footer { margin-top: 2.5rem; }

.footer__bottom {
    /* letter-spacing: .23px; */
    background: #f6f6f6;
    border-top: 1px solid #f2f2f2;
    font-weight: 500;
    padding: 0.5rem 0 0.5rem;
}

.center-xs {
    justify-content: center;
    text-align: center;
}

.footer__copyright { font-size: 12px; }

#gb-top-page {
    -ms-border-radius: 50%;
    background: #000000;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: Arial;
    font-size: 18px;
    height: 30px;
    line-height: 29px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 30px;
}

.post__category:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

.owl-stage { margin: 0 auto; }

.home {
    color: #003663;
    margin-top: -100px;
}

.home__banner {
    height: 73vh;
    overflow: hidden;
    position: relative;
}

.home__banner-background {
    -ms-filter: brightness(85%);
    filter: brightness(85%);
    height: 100%;
}

.home__banner-background video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home__banner-background:before {
    background: #000;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.home__banner-content {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 90px;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1000px;
}

.home__banner-content h3 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 45px;
    margin: 20px 0;
}

.home__banner-content h4 {
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 20px 0;
}

.nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav li {
    margin: 0 5px;
    position: relative;
}

.nav li.active:before, .nav li:hover:before { width: 100%; }

.nav li:before {
    -webkit-transform: translateX(-50%);
    background: #f65e39;
    bottom: 0;
    content: "";
    display: none;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width .3s;
    width: 0;
}

.tos-menu.nav li a { padding: 20px 5px; }

.nav li.active a, .nav li:hover a { color: #f65e39; }

.nav li a { padding: 15px; }

.text-uppercase { text-transform: uppercase !important; }

.d-block { display: block !important; }

.container--xs { max-width: calc(857px + 5.6rem); }

.mt--84 { margin-top: 84px !important; }

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.p--massive, .page-affiliate .affiliate-main-intro, .page-static h1 { font-size: 72px; }

.text-center { text-align: center; }

.g-bold { font-weight: 700; }

.bx-wrapper {
    background: #fff;
    /* margin: 0 auto 20px; */
    padding: 0;
    position: relative;
    text-align: center;
}

.bx-viewport {
    /* max-width: 1170px !important; */
    margin: auto;
}

.bx-viewport img {
    -ms-border-radius: 50%;
    border: 1px solid #717171;
    border-radius: 50%;
    height: auto;
    margin: auto;
    padding: 10px;
    width: 160px !important;
}

.bx-viewport p {
    border: 0;
    color: #919191;
    line-height: 24px;
    margin: 0;
    padding-top: 13px;
}

.test-border {
    border-top: 1px solid #f65e39;
    margin: 20px auto;
    width: 110px;
}

.homestay__cover:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.homestay__cover > img {
    height: auto;
    max-width: 100%;
}

.homestay__content {
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    left: 50%;
    max-width: 700px;
    padding: 10px 15px;
    /* display: none; */
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.homestay__title { font-size: 32px; }

.homestay-page .container { max-width: 100%; }

.py--12 {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

.search-filter__fields { flex-wrap: nowrap; }

.search-filter__fields > * { flex: 1 0 auto; }

.btn {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    outline: 0;
    text-align: center;
    transition: all .3s;
}

.search-filter__button {
    border-radius: 5px;
    font-size: .875rem;
    height: 36px;
    /*font-weight: 600;*/
    margin-right: .75rem;
    padding: .5em .8em;
}

.btn-outline--gray {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #222;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    border: 0;
    font-family: inherit;
}

.icon--20 {
    height: 20px;
    width: 20px;
}

.btn-outline--gray:hover {
    background-color: #f65e39;
    border-color: #f65e39;
    color: #fff;
}

.btn-outline--gray:hover svg path { fill: #fff; }

[class*=" icon-"], [class^=icon-] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    font-family: Luxstay-icon !important;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.Live-categories-2Hd {
    -ms-overflow-style: none;
    max-width: 100vw;
    /* overflow-x: scroll; */
    overflow-y: hidden;
    padding: 0 5px;
    position: relative;
    scrollbar-width: none;
    text-align: center;
    white-space: nowrap;
}

.search-filter__button span {
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: #f65e39;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.container--md { max-width: calc(1520px + 5.6rem); }

.mt--30 { margin-top: 30px !important; }


.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}

.pagination b {
    align-items: center;
    background-color: #f65e39;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    width: 30px;
}

.pagination a {
    align-items: center;
    border: 1px solid #f65e39;
    border-radius: 50px;
    color: #f65e39;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    width: 30px;
}

.pagination a:last-child { margin-right: 0; }

.pagination b:last-child { margin-right: 0; }

.breadcrumbs { padding: 1.5rem 0; }

.breadcrumbs i {
    font-size: 10px;
    margin: 0 .75rem;
    opacity: .3;
}

.nuxt-link-active { color: #f65e39; }

.container--room { max-width: calc(1100px + 5.6rem); }

.detail .title h1 {
    font-size: 1.5rem;
    margin-bottom: .75rem;
}

.room-id { position: relative; }

.d-inline-block { display: inline-block !important; }

.room-id__wrapper {
    background-color: #f65e39;
    background-color: rgba(246, 94, 57, .1);
    border-radius: 3px;
    color: #f65e39;
    padding: 2px 10px;
    position: relative;
    right: 0;
    top: 0;
    width: 80px;
}

.room-id__wrapper:after {
    -webkit-transform: translateY(100%);
    border-color: rgba(246, 94, 57, .1) transparent transparent;
    border-style: solid;
    border-width: 10px 40px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transform: translateY(100%);
}

.mt--18 { margin-top: 18px !important; }

.c-green { color: #28ca6e !important; }

.mt--12 { margin-top: 12px !important; }

.room-des.show {
    max-height: none;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.room-des.dot {
    display: -webkit-box;
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-des.dot:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 20%, #fff);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.mt--60 { margin-top: 60px !important; }

.text--center { text-align: center; }

.uppercase { text-transform: uppercase }

.homestay__cover:before {
    background: #292929;
    content: '';
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}

.homestay__cover > img {
    border-style: none;
    height: auto;
    max-width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.homestay__content {
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    left: 50%;
    max-width: 700px;
    /* display: none; */
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.homestay__title { font-size: 32px; }

.last-xs {
    -ms-order: 2;
    order: 2;
}

.media { margin-top: 3rem; }

.media__title {
    font-size: 1.125rem;
    margin: 1.5rem 0 .875rem;
}

.media__content { color: #555; }

.first-xs {
    -ms-order: 1;
    order: 1;
}

.account {
    background: #fff;
    border-radius: .625rem;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .02), 0 24px 38px 3px rgba(0, 0, 0, .04), 0 11px 15px -7px rgba(0, 0, 0, .05);
    margin-top: -50px;
    padding: .975rem;
}

.account__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: -5px;
}

.input-group { margin-bottom: 1rem; }

.input-group__label + *, .input-group__label + .input { margin-top: .5rem; }

.input { border-radius: 0; }

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    transition: all .3s;
    width: 100%;
}

input, textarea { padding: .5rem 1.25rem; }

.btn--full {
    text-align: center;
    width: 100%;
}

.btn-grad--primary {
    background-image: linear-gradient(90deg, #f65e38 0, #f68a39 51%, #f65e38);
    background-size: 200% auto;
}

.btn--md, .btn--xl {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 1.875rem;
}

.btn--shadow { box-shadow: 0 4px 12px 0 rgba(246, 116, 57, .4); }

.btn-grad--primary:hover { background-position: 100%; }

.messagealert {
    font-size: 15px;
    padding: 0;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30%;
    z-index: 100000;
}

.close {
    color: white;
    cursor: pointer;
    float: right;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 15px;
    transition: 0.3s;
}

/* When moving the mouse over the close button */

.close:hover { color: black; }

.alert-success {
    background-color: #4CAF50; /* Red */
    border-radius: 5px;
    color: white;
    margin-bottom: 15px;
    padding: 20px;
}

@media (max-width: 767px) {
    .messagealert { width: 70%; }
}

.wapper { margin-bottom: 25px }

.fixbody {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fixparameter {
    background: #000000;
    bottom: 0;
    display: block;
    left: 0;
    /*background: rgba(0, 0, 0, .75);*/
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-indent: 999999em;
    top: 0;
    z-index: 99;
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.modal-dialog {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    border-radius: 2px;
    left: 50%;
    /*background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);*/
    max-width: 60rem;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-open { overflow: hidden; }

.modal-body { padding: 1rem 1.5rem; }

.sharing-modal .modal__close {
    position: absolute;
    right: .5rem;
    top: .5rem;
}

.modal__close {
    background: #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    z-index: 100;
}

.modal__close__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.viewed-container {
    background-color: #fff;
    display: none;
    height: 100vh;
    left: 0;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.viewed-container > h3 {
    border-bottom: 1px solid #eee;
    color: #333;
    overflow: hidden;
    padding: 20px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viewed-container .closeviewed {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 2px;
    color: #4a90e2;
    font-size: 14px;
    padding: 9px 13px;
    position: fixed;
    right: 12px;
    top: 11px;
    z-index: 1000000;
    cursor: pointer
}

.viewed-container .scrollable {
    -webkit-overflow-scrolling: touch;
    display: block;
    height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
}

.ingpopo {
    display: block;
    /* width: 400px; */
    height: auto;
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
}

.area_parameter ul {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px
}

    .area_parameter ul li {
        background: #f5f5f5;
        display: block;
        overflow: hidden;
    }

        .area_parameter ul li:nth-child(2n + 2) {
            background: #fff;
        }

        .area_parameter ul li div,
        .area_parameter ul li small,
        .area_parameter ul li p {
            color: #333;
            display: inline-block;
            font-size: 14px;
            padding: 5px 0 5px 10px; vertical-align: middle;
        }