<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'EBGaramond';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/EBGaramond-Regular.woff'); 
}
@font-face {
    font-family: 'EBGaramond-Italic';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/EBGaramond-Italic.woff'); 
}
@font-face {
    font-family: 'EBGaramond-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/EBGaramond-Medium.woff'); 
}
@font-face {
    font-family: 'EBGaramond-MediumItalic';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/EBGaramond-MediumItalic.woff'); 
}

@font-face {
    font-family: 'EBGaramond-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/EBGaramond-SemiBold.woff'); 
}
@font-face {
    font-family: 'EBGaramond-SemiBoldItalic';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/EBGaramond-SemiBoldItalic.woff'); 
}
@font-face {
    font-family: 'EBGaramond-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/EBGaramond-Bold.woff'); 
}
@font-face {
    font-family: 'EBGaramond-BoldItalic';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/EBGaramond-BoldItalic.woff'); 
}

@font-face {
    font-family: 'EBGaramond-ExtraBold';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/EBGaramond-ExtraBold.woff'); 
}
@font-face {
    font-family: 'EBGaramond-ExtraBoldItalic';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/EBGaramond-ExtraBoldItalic.woff'); 
}


@font-face {
    font-family: 'google sans';
    src: url(fonts/GoogleSans-Medium.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'google sans bold';
    src: url(fonts/GoogleSans-Bold.woff);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'google sans extra';
    src: url(fonts/GoogleSans-Black.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {font-family: "revicons";
    src: url("https://db.onlinewebfonts.com/t/0e979bd4a3c1c6ac788ed57ac569667f.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/0e979bd4a3c1c6ac788ed57ac569667f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/0e979bd4a3c1c6ac788ed57ac569667f.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/0e979bd4a3c1c6ac788ed57ac569667f.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/0e979bd4a3c1c6ac788ed57ac569667f.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/0e979bd4a3c1c6ac788ed57ac569667f.svg#revicons") format("svg"); /* iOS 4.1- */
}

a[href^="tel:"] {
    color:#dbb646;
}

.uk-width-large-2-3.desciption h2 {
    font-size: 20px;
}

.msgWellcome {
    position: absolute;
    top: 42%;
    z-index: 2;
    left: 5%;
}

.msgWellcome .wellcome {
    font-family: 'EBGARAMOND';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 20px;
}

.msgWellcome .wellcome-dangky {
    font-family: 'EBGARAMOND';
    font-style: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 20px;
    display: none;
}



.msgWellcome .linkGioiThieu a {
    border: 1px solid #fff;
    min-width: 130px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding-left: 24px;
    padding-right: 39px;
    font-family: 'EBGARAMOND';
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    background: url(../images/arrow-right-cta.svg) no-repeat calc(100% - 21px);
    transition: .5s;
    text-decoration: none;
}

.msgWellcome .linkGioiThieu a {
    background-position-x: calc(100% - 13px);
}

.ui-datepicker.ui-widget {
    z-index: 10000 !important;
}

#user-login-menu {
    display: none;
}

.nav-user-profile {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ced4da;
}

.nav-user-profile .box-info-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-user-profile .box-info-container .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}

.nav-user-profile .avatar-upload {
    display: contents;
}

.ant4 .ant-upload-picture-card-wrapper:before, .vw-user-setting-container .ant-upload-picture-card-wrapper:before {
    display: table;
    content: "";
}

.ant4 .ant-upload.ant-upload-select-picture-card, .vw-user-setting-container .ant-upload.ant-upload-select-picture-card {
    width: 104px;
    height: 104px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    vertical-align: top;
    background-color: #fafafa;
    border: 1px dashed #d9d9d9;
    border-radius: 2px;
    cursor: pointer;
    transition: border-color .3s;
}

.ant4 .ant-upload.ant-upload-select-picture-card&gt;.ant-upload, .vw-user-setting-container .ant-upload.ant-upload-select-picture-card&gt;.ant-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.nav-user-profile .avatar-upload .ant-upload.ant-upload-select-picture-card .ant-upload {
    padding: 0!important;
}

.ant4 .ant-upload input[type=file], .vw-user-setting-container .ant-upload input[type=file] {
    cursor: pointer;
}

.nav-user-profile .avatar-upload .avatar-image-wrapper {
    position: relative;
}

.nav-user-profile .box-info-container .info .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.nav-user-profile .bt-edit {
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 40px;
}

.ant4 .ant-upload-picture-card-wrapper:after, .vw-user-setting-container .ant-upload-picture-card-wrapper:after {
    display: table;
    clear: both;
    content: "";
}

.nav-user-profile .user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-user-profile .user-info .vw-fullname {
    text-align: center;
}

.nav-user-profile .user-info .user-code {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #343a40;
    display: none;
}

.nav-user-profile .bt-edit-mobile {
    display: none;
}

.nav-user-profile .box-info-container .loyalty-point-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    display: none;
}

.vw-gray2, .vw-gray2:hover {
    color: #616971!important;
}

.vw-500 {
    font-weight: 500;
}

.vw-small {
    font-size: 12px;
}

.vw-medium {
    font-size: 14px;
}

.vw-black2, .vw-black2:hover {
    color: #343a40!important;
}

.vw-bold {
    font-weight: 600;
}

.vw-large {
    font-size: 16px;
}

.vw-link {
    color: #2a398c;
    text-decoration: underline;
    cursor: pointer;
}


.flex-fill {
    flex: 1 1 auto!important;
}

.d-flex {
    display: flex!important;
}

.flex-column {
    flex-direction: column!important;
}

.nav-user-profile .nav-content {
    padding: 0 10px;
}

.nav-user-profile .nav-content .vw-menu-user-item {
    font-size: .9rem!important;
    margin: 0;
    padding: 10px;
}


.nav-user-profile .nav-content .vw-menu-user-item.active {
    background: #f4f4f5!important;
    border-radius: 8px;
}

.nav-user-profile .nav-content .vw-menu-user-item img {
    max-height: 16px;
    max-width: 16px;
    margin-right: 10px;
}


.nav-user-profile .nav-content .vw-menu-user-item {
    font-size: .9rem!important;
    margin: 0;
    padding: 10px;
}

.nav-user-profile .box-info-container .loyalty-point-wrapper .vw-border {
    border-right: 1px solid #d9d9d9;
    margin: 0 16px;
    align-self: stretch;
}

.nav-user-profile .avatar-upload .ant-upload.ant-upload-select-picture-card {
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    background-color: transparent!important;
}


.g-font-EBGaramond {
    font-family: "EBGaramond";
}

.mobile-header .container-header {
    width: 100%;
    max-width: 100%!important;
    background-color: #fff;
}

.mobile-header .container-header .header-nav {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%!important;
    position: relative;
}

.mobile-header .container-header .header-nav .menu-icon {
    width: 37px;
    cursor: pointer;
}

.s43-header .menu-icon img {
    width: 24px;
}

.mobile-header .container-header .header-nav .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-decoration: none;
    text-align: center;
}

.logo {
    display: inline-block;
}

.mobile-header .container-header .header-nav .logo img {
    width: 94px;
    object-fit: contain;
}

.mobile-header .container-header .header-nav .cart-wrapper {
    margin-right: 0;
    position: relative;
    width: 100%;
}

.g-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.g-pl-0 {
    padding-left: 0!important;
}

.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}

.s43-login-container ul {
    list-style: none;
}

.g-font-weight-600 {
    font-weight: 600!important;
}

.vpt-navigation__item {
    position: relative;
}

.w-100 {
    width: 100%!important;
}

.g-font-weight-500 {
    font-weight: 500!important;
}

.g-font-size-14 {
    font-size: 1rem!important;
}

.rounded-0 {
    border-radius: 0!important;
}

.mobile-header .container-header .header-nav .cart-wrapper a {
    color: #222;
}


.s43-login-container .s43-user-btn, .s43-login-container .sign-in {
    font-weight: 500;
    font-size: 16px;
    color: #898994!important;
    max-width: 255px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g-flex-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-ml-4 {
    margin-left: .28571rem!important;
}

.s43-header .s43-header-divider {
    font-weight: 600;
    font-size: 16px;
    color: #898994;
    margin: 0 16px;
}

.d-inline-block {
    display: inline-block!important;
}

.mobile-header .container-header .header-nav .cart-wrapper a {
    color: #222;
}

.s43-currency-btn {
    font-weight: 500;
    font-size: 16px;
    color: #898994;
    margin-bottom: 0;
}

.s43-lang-btn-container {
    margin-left: 8px;
}

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

.mobile-header .container-header .header-nav .cart-wrapper a {
    color: #222;
    text-decoration: none;
}

.user-profile {
    background-color: #fff!important;
    border-top: 1px solid #f7f7f7;
}

.user-profile .vw-user-setting-container {
    margin: auto!important;
    max-width: 1152px!important;
    padding: 3rem 0!important;
}


.g-height-24 {
    height: 24px;
}

.g-width-24 {
    width: 24px!important;
}

.vpt-object-fit-cover {
    object-fit: cover;
}

.rounded-circle {
    border-radius: 50%!important;
}


.vw-form-title {
    font-weight: 500;
    font-size: 19px;
    padding-bottom: 10px;
    font-family: 'google sans';
}
/*
.tblDonHang {
    width: 100% !important;
}*/

.tblDonHang tr th {
    font-size: 14px;
    text-align: center;
}

.tblDonHang tr td {
    padding: 5px;
    font-size: 15px;
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
}

.ant-form-item {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    margin: 0 0 24px;
    vertical-align: top;
    transition: margin-bottom .3s linear 17ms;

}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.ant-row:after, .ant-row:before {
    display: flex;
}

.ant-form-item-label {
    padding: 0!important;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    text-align: left;
    display: inline-block;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    transition: all .3s;
    border-radius: 4px!important;
}

.ant-input[disabled] {
    color: rgba(0,0,0,.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}


.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

.ant-form-item-label&gt;label {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 32px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    height: 40px;
}

.ant-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chkControl {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ant-radio-inner {
    position: relative;
    top: 3px;
    left: -15px;
    display: none;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid #d9d9d9;
    border-radius: 50%;
    transition: all .3s;
    border-color: #d5b44f;
    background-color: #fff;
}

.ant-radio-inner:after {
    content: " ";
    background-color: #fff;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
    transition: all .3s cubic-bezier(.78,.14,.15,.86);

}
/*
.chkControl.checked .ant-radio-inner {
    display: block;
}

.chkControl:hover .ant-radio-inner {
    border: 1px solid #d5b44f;
    display: block;
}*/

.ant-btn-primary {
    border-color: #d5b44f;
    background: #d5b44f;
    color: #fff;
}


.board-user-login-menu:hover #user-login-menu {
    display: block;
}

.lange-area a.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'EBGaramond';
    height: 31px;
    font-size: 17px;
}

.lange-area a.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.body-dangnhap {
    padding: 30px;
    padding-top: 10px;
}

.body-dangnhap-logo img {
    width: 60%;
    margin: auto;
    display: block;
    margin-top: 10px;
}

.body-dangnhap-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-family: 'google sans';
    color: #979797;
    font-size: 15px;
    margin-bottom: 15px;
}

.body-dangnhap-header div {
    font-size: 15px;
    font-family: inherit;
    line-height: normal;
    font-weight: 400;
    color: #979797;
    background: inherit;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #979797;
    padding-left: 0!important;
    text-align: center;
    border-radius: 0;
    padding: 15px 20px;
    cursor: pointer;
}

.body-dangnhap-header .active {
    font-size: 15px;
    font-family: inherit;
    font-weight: 700;
    line-height: normal;
    color: #312f49;
    background: inherit;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #e6a523;

}

.ant-spin-container {
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: none;
}

.ant-spin-container.active {
    display: block;
}

.ant-spin-container .form-group {
    margin-bottom: 8px;
    color: #555;
    touch-action: manipulation;
}

.ant-spin-container .form-group .form-control {
    width: 100%;
    height: 37px;
    border: 1.5px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: inherit;
    font-size: 12px;
}

.ant-spin-container .btn-active {
    width: 100%;
    height: 35px;
    background: #e6a523;
    border-radius: 5px;
    border: 0;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.ant-spin-container .login-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ant-spin-container .login-footer .login-footer-question {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    display: -ms-flexbox;
    font-family: inherit;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1f2125;
    padding-top: 15px;
    margin-bottom: 5px;
}

.ant-spin-container a {
    color: #0056b3;
    text-decoration: none;
    margin-left: 8px;
}

.text-danger {
    color: red;
    font-size: 12px;
    padding-top: 5px;
    font-style: italic;
    font-family: inherit;
    margin-bottom: 0px;
}

.vw-pointer {
    cursor: pointer;
}


#hc-nav-1 {
    position: sticky;
    z-index: 90000;
}

.hc-nav-trigger.hc-nav-1 {
    z-index: 50 !important;
}

.promo-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
    font-family: 'google sans';
    color: #000;
    min-height: 40px;
}

.offer-text {
    color: #616971;
    line-height: 20px;
    font-family: 'google sans';
}

.three_dots_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-for1.slick-slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 39.06%,rgba(0,0,0,0.58) 100%),linear-gradient(0deg,rgba(48,47,67,0.17),rgba(48,47,67,0.17));
    z-index: 2;
}

.slider-for2.slick-slider .itemsKhachSan::before, .slider-for5.slick-slider .itemsKhachSan::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 39.06%,rgba(0,0,0,0.58) 100%),linear-gradient(0deg,rgba(48,47,67,0.17),rgba(48,47,67,0.17));
    z-index: 2;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.elementor-nav-menu {
    position: relative;
    z-index: 2;
}

.elementor-nav-menu--layout-horizontal {
    display: flex;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-left: auto;
    justify-content: flex-end;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu&gt;li {
    display: flex;
}

.elementor-nav-menu li {
    border-width: 0;
}

.elementor-nav-menu a, .elementor-nav-menu li {
    position: relative;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}

dd, dl, dt, li, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.top-headr-menu {
    position: relative;
}

.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}

.img-logo {
    position: absolute;
    left: 50%;
    top: 10px;
    text-align: center;
    z-index: 100;
}

.img-logo img {
    width: 50px;
}

.logo3 {
    display: none;
}
.logo4 {
    display: none;
}

.img-logo .tilte-hotel {
    font-family: 'EBGaramond';
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.ht_tablet_show {
    margin-right:10px;color: #fff;
}

.ht_tablet_show.black {
    display: none;
    height: 20px;
}

.sticky-wrapper.is-sticky .img-logo img {
    width: 40px;
    margin: auto;
}

.sticky-wrapper.is-sticky .logo3 {
    display: block;
}
.sticky-wrapper.is-sticky .logo2 {
    display: none;
}
.sticky-wrapper.is-sticky .lange-area {
    top: -43px;
    right: -123px;
}

.sticky-wrapper.is-sticky .lange-area a {
    color: #0000008a;
}

.sticky-wrapper.is-sticky .lange-area .ht_tablet_show {
    color: #000;
}

.sticky-wrapper.is-sticky .ht_tablet_show.black {
    display: inline-block;
    margin-left: -3px !important;
}

.sticky-wrapper.is-sticky .ht_tablet_show.white {
    display: none;
}

.sticky-wrapper.is-sticky .img-logo .tilte-hotel {
    color: #9b8205;
    font-size: 18px;
}

.navigaton-menu {
    position: absolute;
    right: 3%;
    top: 72px;
}

.form-bookroom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
}

.bs-item-desktop.hotel_n_des {
    width: calc(458 * 100%/1170);
    background: url(../images/marker.svg) no-repeat 13px;
    padding-left: 13px;
    
}

.header-right-panel .bs-item-desktop.hotel_n_des {
    width: 100%;
    margin-bottom: 20px;
}
.header-right-panel .bs-item-desktop.checkin_n_checkout {
    width: 100%;
    margin-bottom: 20px;
}

.header-right-panel .bs-item-desktop {
    width: 100%;
}

.form-bookroom .bs-item-desktop {
    background-color: #fff!important;
    border: 1px solid #d5b44f;
    padding: 0 13px;
    padding-left: 40px;
    display: flex;
    height: 50px;
    flex-direction: column;
    justify-content: center;
}

.bs-item-desktop.hotel_n_des&gt;.input-wrapper {
    padding-left: 26px;
    font-size: 14px;
    padding-right: 26px;
}

.elementor-nav-menu .elementor-item {
    font-family: 'EBGaramond';
    font-weight: 400;
    text-transform: none;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.hotel_n_des.dropdown input {
    border: none;
    width: 100%;
}

.hotel_n_des.dropdown.opened {
    border: 1px solid #d5b44f;
    background: url(../images/marker-active.svg) no-repeat 13px;
}
.hotel_n_des.dropdown.opened span {
    color: #000;
}

.bs-item-desktop.checkin_n_checkout {
    width: 215px;
    background: url(../images/calendar.svg) no-repeat 14px;
}

.tabs-content-wrapper {
    height: 100vh;
}

.bs-tit-desktop {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #616971;
}

.bs-item-desktop.checkin_n_checkout .bs-tit-desktop {
    padding-left: 5px;
    font-size: 12px;
    line-height: 18px;
    outline: 0!important;
    margin-bottom: -1px;
}

.bs-item-desktop.checkin_n_checkout .bs-info-desktop {
    margin-top: -3px;
    padding-left: 5px;
}

.bs-item-desktop.checkin_n_checkout .bs-info-desktop input {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    outline: 0!important;
    background-color: transparent;
    font-weight: 500;
    color: #353c46;
}

.bs-item-desktop.submit {
    padding: 0!important;
    background: linear-gradient(0deg,#d5b44f,#d5b44f),#dabe81!important;
    border: 0!important;
}

.bs-item-desktop {
    width: 180px;
    background-color: #fff!important;
    border: 1px solid #e0e0e0;
    padding: 0 13px;
    padding-left: 40px;
    display: flex;
    height: 50px;
    flex-direction: column;
    justify-content: center;

}

.bs-item-desktop.submit a {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    height: 100%;
}

.elementor-nav-menu a.elementor-item:hover {
    color: var(--color-menu-hover) !important;
}

ul.sub-menu {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate(0%,40px);
    transform: translate(0%,40px);
    display: block!important;
    width: auto!important;
    opacity: 0;
    pointer-events: none;
}

 .elementor-nav-menu ul {
    position: absolute;
    width: 12em;
    border-width: 0;
    border-style: solid;
    padding: 0;
}


li:hover ul.sub-menu {
    -webkit-transform: translate(0%,0);
    transform: translate(0%,0);
    opacity: 1;
    pointer-events: visible;
    min-width: 230px;
}


.navigaton-menu  ul.sub-menu {
    padding: 10px 20px !important;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    background-color: var(--background-submenu);
    margin-top: 25px;
}

.navigaton-menu  ul.sub-menu .elementor-sub-item {
    font-family: 'EBGaramond';
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
    line-height: 35px;
    color: #71787f;
    text-decoration: none;
}

.navigaton-menu  ul.sub-menu .elementor-sub-item:hover {
    color: var(--color-submenu-hover);
}

.navigaton-menu  ul.sub-menu li:after {
  display:block;
  content: '';
  border-bottom: var(--submenu-border);
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.navigaton-menu  ul.sub-menu li:hover:after { transform: scaleX(1); }

li:hover span.sub-arrow i {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bookroom-bottom-box {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    grid-gap: 10px;
}

.bookroom {
    width: 70%;
    margin: auto;
    background-color: rgba(30,30,30,.8);
    min-height: 110px;
    margin-top: -60px;
    position: relative;
    margin-bottom: 50px;
}

.bookroom-top {
    height: 52px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 51px;
    font-family: Tino;
    font-weight: 400;
}

.bookroom-bottom-box  select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}

.background-none {
    background: 0 0!important;
}

.bootstrap-select&gt;.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0;
}

.form-search-float-khach-san-right {
    display: none;
    width: 600px;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    top: -14px;
    padding: 20px;
    grid-row-gap: 25px;
    box-shadow: -5px 0 13px 2px rgb(0 0 0/6%);
    padding-left: 45px;
}

.form-search-float-khach-san {
    display: none;
    width: 600px;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #f19d37d6;
    border: 1px solid #ccc;
    position: relative;
    top: -14px;
    padding: 20px;
    grid-row-gap: 25px;
    box-shadow: -5px 0 13px 2px rgb(0 0 0/6%);
    padding-left: 45px;
}

.form-search-float-khach-san div {
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 2px;
}

.form-search-float-khach-san img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    cursor: pointer;
}

.form-search-float-khach-san img:hover {

}

.form-search-float-khach-san div:hover {
    color: #ede9e9;
}

button.btn.dropdown-toggle.btn-light {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

button.btn.dropdown-toggle.btn-light {
    background-color: transparent!important;
    border: 1px solid #b18f5b!important;
}

button.btn.dropdown-toggle.btn-light {
    height: 38px;
    line-height: 20px;
    color: #fff!important;
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.dropdown-toggle:before {
    display: inline-block;
    margin-left: .3rem;
    vertical-align: .3rem;
    content: "";
    border-top: .7rem solid;
    border-right: .4rem solid transparent;
    border-bottom: 0;
    border-left: .4rem solid transparent;
    /* font-size: 7px; */
}

.filter-option {
    width: calc(100% - 18px);
    overflow: hidden;
    height: 22px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}



.input-group-prepend {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 35px;
    height: 100%;
}

.text-white {
    color: #fff !important;

}

.text-white::placeholder {
    color: #fff !important;
}

.border-none {
    border: 0px !important;
}

.btn-availability {
    font-size: 14px!important;
    font-family: open sans,Sans-serif;
    font-weight: 400;
    background-color: var(--background-submenu);
    border-radius: 0px;
    color: #fff;
    height: 38px;
    width: 200px !important;
}

.btn-availability:hover {
    font-size: 14px!important;
    font-family: open sans,Sans-serif;
    font-weight: 400;
    background-color: var(--background-submenu);
    border-radius: 0px;
    color: #fff;
    height: 38px;
    width: 200px !important;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(102,175,233,.6);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c594;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f1c645;
    background: #e0bf5c;
    font-weight: normal;
    color: #ffffff;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #fff;
    color: #333333a8;
    font-weight: bold;
}



.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.dropdown-menu.show {
    display: block;
    border-radius: 0;
    width: 231px;
    background-color: var(--background-submenu);
    color: #fff;
}

.dropdown-item {
    color: #fff;
    font-family: Tino;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 0px;
    padding-top: 0px;
    cursor: pointer;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color:#f8f9fa;
}

.DSKhachSan .title, .DSTinTuc .title {
    font-size: 46px;
    color: #B18F5B;
    font-family: 'Tinos';
    font-weight: 400;
}

.DSKhachSan .items {
    display: flex;
    justify-content: space-around;
}

.DSKhachSan .link {
    cursor: pointer;
    padding-top: 37px;
    display: block;
    text-align: center;
    background: rgba(0,0,0,0);
    font-family: 'Tinos',serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #2c2a29;
}

.slider-nav2 .slick-current {
    width: 112px;
    border-bottom: 2px solid #B18F5B;
    padding-bottom: 5px;
}

.slick-next {
    right: 50px;
    z-index: +1;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: 50px;
    z-index: +1;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
}

.slick-next:hover, .slick-prev:hover {
    background: #000;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 18px;   
    font-family: revicons;
}

.slick-prev:before {
    content: '\e824';
}
.slick-next:before {
    content: '\e825';
}

.sticky-wrapper.is-sticky {
    z-index: +10000;
    position: sticky;
}

.sticky-wrapper.is-sticky .float-banner {
    background-color: #ffffff;
    display: block;
    height: 85px;
    border-bottom: 1px solid #0000003d;
    z-index: +10;
}

.sticky-wrapper.is-sticky .float-banner .img-logo {
    top: 6px;
}


.sticky-wrapper.is-sticky .float-banner .elementor-nav-menu .elementor-item {
    color: #000;
}

.sticky-wrapper.is-sticky .float-banner .navigaton-menu {
    top: 53px;
}

.thumb-hotel {
    height: 100%;
    width: 100%;
    -o-object-fit: center;
    object-fit: center;
    -o-object-position: center;
    object-position: center;
}

.thumb-hotel-news {
    display: block;width: 360px;height: 200px;margin-bottom: 20px;
}

.data_n_view {
    display: flex;
    margin-bottom: 8px;
}

.data_n_view .date, .data_n_view .view {
    padding-left: 22px;
    margin-right: 16px;
    color: #616971;
    line-height: 20px;
    background: url(../images/calendar-icon.svg) no-repeat 100%;
    background-position: left;
}

.room-content {
    
    padding: 10px 0 10px 20px;
}

.room-content-title {
    font-size: 30px;
    color: #353c46;
    font-weight: 500;
    line-height: 44px;
    font-family: EBGaramond-Medium;
}

.room-content-services {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    color: #898994;
    font-weight: 400;
    font-size: 13px;
    grid-row-gap: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.room-content-services img {
    width: 17px;
    margin-right: 10px;
}

.room-content-prices {
    margin-top: 25px;
    font-family: 'goolge san';
    color: #898994;
}

.room-content-button {
    display: grid;
    margin-top: 25px;
    grid-template-columns: 1fr 1fr;
}

.header-right-block {
    width: 118px;
    height: calc(95px - 8px);
    align-items: flex-end;
    transition: .5s;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 2000;
    font-family: 'EBGaramond-Medium';
}

.header-wrapper .panel-header {
    height: 116px;
    background: #fbf8f2;
    position: relative;
}

.header-wrapper .panel-close-btn {
    width: 20px;
    height: 20px;
    background: url(../images/close-black.svg) no-repeat;
    position: absolute;
    right: 17px;
    bottom: 19px;
    cursor: pointer;
}

.header-right-panel .panel-tit {
    position: absolute;
    bottom: 29px;
    left: 73px;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #343a40;
}

.sticky-wrapper.is-sticky .header-right-block {
    top: 30px;
}

.header-right-block {
    position: fixed;
    width: 495px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    z-index: 1000;
    transition: .5s;
    right: 0px;
    display: none;
}

.panel-backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.35);
    transition: .5s;
    opacity: 0;
    display: none;
}

.header-right-block.open .panel-backdrop {
    z-index: -500;
    opacity: 1;
    display: block;
}

.header-right-block.open {
    display: block;
}

.panel-header {
    height: 116px;
    background: #fbf8f2;
    position: relative;
}

.panel-body {
    padding: 27px 19px 27px 54px;
    height: calc(100% - 136px);
    overflow: auto;
    background-color: #fff;
}

.header-right-panel .tabs-nav {
    display: flex;
    margin-bottom: 24px;
    position: relative;
}

.header-right-panel .tab-nav {
    padding-right: 31px;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    color: #343a40;
    white-space: nowrap;
    padding-bottom: 13px;
    cursor: pointer;
}

.header-right-panel .tab-nav::before {
    content: "";
    position: absolute;
    width: 70px;
    border-bottom: 3px solid #d5b44f;
    bottom: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}

.header-right-panel .tab-nav.show::before {
    opacity: 1;
}
.header-right-panel .tab-nav.show {
    color: #d5b44f;
}

.panel-close-btn {
    width: 20px;
    height: 20px;
    background: url(../images/close-black.svg) no-repeat;
    position: absolute;
    right: 40px;
    bottom: 33px;
    cursor: pointer;
}

.header-right-panel .panel-tit {
    position: absolute;
    bottom: 29px;
    left: 73px;
    font-size: 26px;
    line-height: 34px;
    color: #343a40;
    font-family: EBGaramond-Medium;
}



.ht_mirror {
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ht_mirror:after {
    background: #fff;
    height: calc(100% + 50px);
    left: -40px;
    top: -25px;
    width: 10px;
    z-index: 1;
    content: "";
    opacity: .2;
    position: absolute;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.booking-btn:hover {
    background: #efb56d;
}

.ht_mirror:hover:after {
    left: 145%;
    transition: all 3000ms cubic-bezier(.19,1,.22,1);
}

.booking-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    background: linear-gradient(0deg,#d5b44f,#d5b44f),#dabe81;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin-bottom: -21px;
    text-transform: capitalize;
    cursor: pointer;
}

.sticky-wrapper.is-sticky .booking-btn {
    top: -8px !important;
}

.elementor-post__text {
    position: relative;
    padding: 20px 30px!important;
    margin: 0!important;
    border: 1px solid #eaeaea;
}

.elementor-post__card .elementor-post__meta-data {
    padding: 15px 30px;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    bottom: 0;
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
    border-top: none;
}

.elementor-post__card .elementor-post__title a {
    font-family: Tinos;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1em;
    color: #333333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 1.1em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 2.2em;
    text-decoration: none;
}

.elementor-post__thumbnail .elementor-fit-height {
    height: 280px;
}

.elementor-post__thumbnail.elementor-fit-height img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.elementor-post__card {
    width: 95%;
}


.vic-wrapper .footer-address {
    padding: 20px 10px;
    background-color: #f0f0f0;
    color: #000;
}

.vic-wrapper .footer-address .uk-width-small-1-3 {
    padding: 0 5px
}

.vic-wrapper .footer-address .mtransfers {
    display: none
}

.vic-wrapper .footer-address .dtransfers {
    display: block;
    color: #000;
}

.vic-wrapper .footer-address .footer-logo {
    height: 100px;
    max-width: 105px
}

.vic-wrapper .footer-address h2, .vic-wrapper .footer-address h3 {
    color: #e6e8e7
}

.vic-wrapper .footer-address a, .vic-wrapper .footer-address p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
}

.vic-wrapper .footer-address h3.footer-title {
    font-size: 16px;
    color: #2f2f2f
}

.vic-wrapper .footer-address a {
    text-decoration: none
}

.vic-wrapper .footer-address a:hover {
    color: #fff;
}

.vic-wrapper .footer-address .footer-address-inner {
    max-width: 1140px;
    margin: 0 auto;
    width: auto;
    display: grid;
    grid-template-columns: 25% 50% 20%;
}

.vic-wrapper .footer-address .footer-address-inner img {
    max-width: 200px
}

.vic-wrapper .footer-address .footer-address-inner .uk-width-medium-1-3 {
    padding: 0 5px 10px
}

.vic-wrapper .footer-address .footer-address-inner .uk-width-medium-2-3 {
    padding: 0 5px
}

.vic-wrapper .footer-address .travel-agent-text {
    margin: 0
}

.vic-wrapper .footer-address .travel-agent-text a {
    color: #2f2f2f;
    text-decoration: none
}

.vic-wrapper .footer-menu {
    padding: 30px 20px;
    background-color: #272727
}

.vic-wrapper .footer-menu .uk-width-small-1-3 {
    padding: 0 5px
}

.vic-wrapper .footer-menu .dtransfers {
    display: block
}

.vic-wrapper .footer-menu .mtransfers {
    display: none
}

.vic-wrapper .footer-menu h2, .vic-wrapper .footer-menu h3 {
    color: #2f2f2f
}

.vic-wrapper .footer-menu a, .vic-wrapper .footer-menu p {
    color: #bababa;
    font-size: 16px
}

.vic-wrapper .footer-menu a:hover {
    color: #fff;
    text-decoration: none
}

.vic-wrapper .footer-menu .footer-menu-inner {
    max-width: 960px;
    margin: 0 auto
}

.vic-wrapper .footer-menu .footer-menu-inner .social h3 {
    margin-bottom: 5px
}

.vic-wrapper .footer-menu .footer-menu-inner .social ul {
    margin: 0
}

.vic-wrapper .footer-menu .footer-menu-inner .social li.social-link {
    display: inline
}

.vic-wrapper .footer-menu .footer-menu-inner .social li.social-link &gt; a {
    margin-left: 10px;
    font-size: 17px
}

.vic-wrapper .footer-menu .footer-menu-inner .social li.social-link &gt; a:first-child {
    margin-left: 0
}

.vic-wrapper .footer-menu .signup-form .signup-mail {
    width: 65%
}

.vic-wrapper .footer-menu .signup-form input {
    margin-bottom: 4px;
    background: #2f2f2f;
    border: none;
    text-indent: 5px;
    height: 30px;
    color: #fff
}

.vic-wrapper .footer-menu .signup-form .signup-btn {
    background: #2f2f2f;
    height: 32px;
    text-indent: 0;
    cursor: pointer
}

.infor-hotel-cotent div {
    color: #000;
    margin-bottom: 0.2rem;
}
.infor-hotel-cotent .home {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Tinos';
}
.infor-hotel-cotent .address, .infor-hotel-cotent .address a {
    font-size: 16px;
    font-family: 'Tinos';
}

.hitcounter-item {
    font-family: 'Tinos';
}

#top {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 84px;
    right: 40px;
    display: none;
    cursor: pointer;
    z-index: 100;
}
.right-sidebar{
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 200px;
    right: 40px;
    cursor: pointer;
    z-index: 100;
}
.right-sidebar .right-sidebar-item{
    height: 48px;
    width: 48px;
    cursor: pointer;
    background-size: 100%;
    border-radius: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
.right-sidebar .right-sidebar-item a{
    height: 100%;
    display: block;
}
.right-sidebar .sidebar-hotline{
    background-image: url("../../images/icon/telephone.png");
}
.right-sidebar .sidebar-technical{
    background-image: url("../../images/icon/call-center-agent.svg");
}
.right-sidebar .sidebar-map{
    background-image: url("../../images/icon/icon-map-s2.svg");
}
.right-sidebar .sidebar-email{
    background-image: url("../../images/icon/email.svg");
}
.right-sidebar .sidebar-fanpage{
    background-image: url("../../images/icon/facebook.svg");
}
.right-sidebar .sidebar-label{
    right: 100%;
    content: "";
    position: absolute;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    white-space: nowrap;
    background: #0085c3;
    color: #fff;
    border-radius: 5px;
    display: none;
}
.right-sidebar .right-sidebar-item a:hover .sidebar-label{
    display: block;
    transition-duration: 2s;
}
.right-sidebar-mb{
    color: #FFF;
    height: 48px;
    width: 48px;
    text-align: center;
    position: fixed;
    bottom: 80px;
    right: 25px;
    cursor: pointer;
    z-index: 100;
    display: none;
}
.right-sidebar-mb .item{
    height: 48px !important;
    width: 48px !important;
    cursor: pointer;
    background-size: 100%;
    border-radius: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-sidebar-mobile {
    position: fixed !important;
    top: auto !important;
    right: auto;
    left: auto;
    height: unset !important;
    bottom: 0 !important;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}

.elementor-nav-menu .sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 0px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
}

.fa-caret-down:before {
    content: "\f0d7";
    color: #fff;
}

.sticky-wrapper.is-sticky .fa-caret-down:before {
    content: "\f0d7";
    color: #00000070;
}

.itemsKhachSan {
    position: relative;
}

.itemsKhachSan-name {
    position: absolute;
    right: 11%;
    bottom: 40%;
    font-family: 'Tinos';
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    z-index: +100;
}

.itemsKhachSan-see-more {
    position: absolute;
    right: 11%;
    bottom: 28%;
    font-family: 'Tinos';
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 10px;
    border: 2px solid #fff;
    opacity: 0;
    cursor: pointer;
    z-index: +100;
}



.slick-slide.slick-current .itemsKhachSan-name {
    opacity: 1;
    transition: all 2s;

}
.slick-slide.slick-current .itemsKhachSan-see-more {
    opacity: 1;
    transition: all 1s;
}

.itemsKhachSan-see-more:hover {
    background-color: #fff;
    color: #000;
    transition: none 1s;
}

:root {
    --background-submenu: #ffffff;
    --submenu-border: 1px solid #00000052;
    --color-submenu-hover: #000 ;
    --color-menu-hover: #efbd11 ;
}

.mobile-navbar {
    display: block;
    margin: unset !important;
    top: 14px;
    right: 20px;
    background-color: transparent;
}

.mobile-navbar .header-cart {
    color: #fff;
    font-size: 20px;
}

.navbar-toggle {
    position: relative;
    float: left;
    background-color: unset;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 13px;
}

.top-bar span {
    height: 100%;
    display: inline-block;
    white-space: nowrap;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    margin-top: 5px;
    background-color: #fff;
}


.sticky-wrapper.is-sticky .icon-bar {
    background-color: #000;
}

.sticky-wrapper.is-sticky .navbar-toggle {
    margin-top: 0px;
}

.banner-title {
    color: #2c2a29;
    font-family: tinos,Sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.1em;
    text-align: center;
    margin-top: 30px;
}

.footer-name {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Tinos';
}
.footer-items {
    font-size: 14px;
    font-family: 'Tinos';
}


.vic-wrapper .vic-main-content .offer-detail .offer-detail-inner .cover {
    width: 100%;
}

.vic-wrapper .vic-header .top-1 .top-child-1 .main-menu .uk-offcanvas .uk-offcanvas-bar {
    height: 100%;
    width: 250px;
    padding: 15px;
    padding-top: 10px;
    background-color: #142d55;
}

.vic-wrapper ul {
    list-style: none;
    padding-left: 0;
}

.uk-nav-offcanvas &gt; li {
    margin: 0;
}

.uk-nav-offcanvas &gt; li &gt; a {
    background-color: initial;
    padding: 15px;
    padding-right: 0;
    padding-left: 10px;
}

.uk-offcanvas {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.uk-offcanvas.uk-active {
    display: block;
}

/*Xá»­ lĂ½ menu mobile*/

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    
    width: 8px;
    height: 8px;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    
    width: 8px;
    height: 8px;
}

.hc-nav-trigger.hc-nav-1 {
    
    left: 27px;
    top: 24px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    
    background: #fff;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    
    height: 3px;
}

.sticky-wrapper.is-sticky .hc-nav-trigger span,.sticky-wrapper.is-sticky  .hc-nav-trigger span::before,.sticky-wrapper.is-sticky  .hc-nav-trigger span::after {
    background: #ffffff;
}

.sticky-wrapper.is-sticky  .hc-nav-trigger.hc-nav-1 {
    right: 15px;
    top: 15px;
}

.hc-nav-trigger span::before {
    top: -9px;
}

.hc-nav-trigger span::after {
    bottom: -9px;
}

/* káº¿t thĂºc Xá»­ lĂ½ menu mobile*/

/*  Xá»­ lĂ½ loáº¡i phĂ²ng */


.vic-wrapper .vic-main-content .splenderslide-block {
    background-color: #fff;
    padding-bottom: 30px;
}

.vic-wrapper .vic-main-content .splenderslide-block .splender-inner {
    max-width: 960px;
    margin: 0 auto
}

.vic-wrapper .vic-main-content .splenderslide-block .splender-inner .description {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 20px
}

.vic-wrapper .vic-main-content .splenderslide-block .splender-inner .description p {
    font-size: 17px;
    margin-bottom: 0
}


.vic-wrapper .vic-main-content .athotel-block {
    background-color: #fff;
    padding: 0px 15px;

}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner {
    max-width: 1140px;
    margin: 0 auto
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .dtransfers {
    display: block
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .mtransfers {
    display: none
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .item {
    padding: 10px 5px
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .item .item-wrapper {
    height: 100%;
    background: #fff;
    position: relative
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .item .item-wrapper .view-details {
    position: absolute;
    bottom: 20px
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .item img {
    width: 100%
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner .item .description {
    margin-bottom: 50px;
    background: #fff;
    padding: 20px
}


.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .block-title h3 {
    font-weight: 400
}

.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .room-slide {
    padding-left: 0;
    background: #fff;
}

.vic-wrapper .vic-main-content .rooms-block .odd {
    background: #fff;
}
.vic-wrapper .vic-main-content .block-room-title {
    text-align: left;
    position: absolute;
    margin-top: -72px;
    z-index: 10;
    padding: 15px 0 15px 10px;
    background: #e0bf5c54;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.vic-wrapper .vic-main-content .block-room-title a:hover {
    text-decoration: unset;
}
.vic-wrapper .vic-main-content .block-room-title h2 {
    color:#fff;
}

.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner {
    max-width: 960px;
    margin: 0 auto;
}

.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .mtransfers {
    display: none
}

.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .dtransfers {
    display: inherit
}

.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .room-detail {
    position: relative;
}
.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .list-type {
    width: 100%;
    display: flex;
    bottom: 0;
    position: static;
    margin: 0;
    list-style: none;
    background-color: #e0bf5c;
    z-index: 3;

}    

.list-type li {
    display: block;
    flex-grow: 1;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: 0;
    color: #fff;
    padding: 1rem;
}
.list-type li i {
    display: block;
    font-size: 35px;
}
.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .list-type li img {
    display: block;
    margin: 0 auto;
}


.room-detail .btn-details-bottom {
    text-align: center;
    position: unset;
    bottom: 10px;
    /* right: 35px; */
    left: 20px;
    margin: 0 auto;
    background: #e4a42c;
    padding: 10px 33px !important;
    color: #fff;
}
.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .room-detail a {
    /*text-align: center;*/
    /*position: absolute;*/
    bottom: 30px;
    /*right: 30px;*/
    /*background-color: #2f2f2f;*/
    /*padding: 14px 25px;*/
    /*color: #fff*/
}

.room-detail .btn-room-details {
    position: relative !important;
    margin-top: -60px !important;
    margin-left: 60% !important;
}

.uk-slidenav-position {
    position: relative;
}

.vic-wrapper .vic-main-content .rooms-block .room .room-block-inner .desciption {
    padding: 20px 20px 40px;
    background: #fff;
    position: relative;
    min-height: 190px;
    font-family: 'Tinos';
    border: 1px solid #cccccc57;
}

.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid:after, .uk-grid:before {
    content: "";
    display: block;
    overflow: hidden;
}

.uk-grid &gt; * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}

.uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
    width: 50%;
    margin-bottom: 3rem;
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
}

.uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
    width: 50%;
}

.vic-wrapper .vic-main-content .athotel-block .athotel-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.uk-width-large-1-1 {
    width: 100%;
}

.khachsan .title, .khachsan .title {
    font-size: 46px;
    color: #B18F5B;
    font-family: 'EBGaramond-Medium';
    font-weight: 400;
    margin-bottom: 35px;
}

.thumb-hotel-container {
    height: 415px;
    width: 100%;
}

/*  Káº¿t thĂºc xá»­ lĂ½ loáº¡i phĂ²ng */


/* Bat dau chi tiet tung hang phong */

.vic-wrapper .vic-main-content .block-title h2 {
    color: #142d55;
    margin: 0;
    text-transform: uppercase
}

.vic-wrapper .vic-main-content .block-title h3 {
    color: #2f2f2f;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase
}

.vic-wrapper .vic-main-content .block-title .under-line {
    width: 123px;
    height: 2px;
    background: #2f2f2f;
    margin: 0 auto;
    margin-top: 10px
}

.loaiphong-detail .uk-grid{
    margin-left: unset;
}
.loaiphong-detail .uk-grid &gt; * {
    padding-left: unset;
}

.hotel-overview {
    background: #e0bf5c !important;
    box-shadow: rgba(0, 0, 0, 0.30) 1.95px 1.95px 2.6px;
}

.hotel-overview p {
    color: #fff;
    font-family: 'Tinos';
    font-size: 17px;
}

.hotel-overview .hotel-name {
    padding-bottom: 3rem;
    color: #fffffe;
    font-weight: bold;
    text-align: center;
    padding-top: 1rem;
    font-family: 'Tinos';
    font-size: 35px;
}


#_datphong {
    padding: 10px 33px;
    font-size: 17px;
    text-decoration: none;
    color: #2f2f2f;
    cursor: pointer;
    position: inherit;
}

.btn-submit {
    text-align: center;
    margin: 20px 0px;
    background: #e4a42c;
    padding: 10px 33px !important;
    color: #fff;
    border: 1px solid;
}


.vic-wrapper .vic-main-content .accomodation-block {
    background-color: #fff;
    padding: 30px 15px;
    position: relative;

}



.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner {
    max-width: 960px;
    margin: 0 auto
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide {
    padding: 0 5px
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide .slide-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    width: 100%
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide .slide-title p {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-top: 8px;
    margin-bottom: 8px
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide .room-link {
    display: inline-block;
    position: relative;
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide .room-link .fader {
    overflow: hidden
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide .room-link .fader &gt; img {
    width: 100%;
    height: 100%;
    line-height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.vic-wrapper .vic-main-content .accomodation-block .accomodation-inner .uk-slider-container .slide .room-link:hover .fader img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}


.uk-width-large-1-3, .uk-width-large-2-6 {
    width: 33.333%
}

.uk-width-large-2-3, .uk-width-large-4-6 {
    width: 66.666%
}

.uk-width-large-1-4 {
    width: 25%
}

.uk-width-large-3-4 {
    width: 75%
}

.vic-wrapper .vic-main-content .block-title {
    text-align: center;
    padding-bottom: 25px;
}

.vic-wrapper .vic-main-content div.fake-banner div.banner-title h1 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e4a42c;
    font-size: 28px;
    line-height: 44px;
    font-family: 'google sans';
}


/* ket thuc chi tiet tung hang phong */

/* Xu ly dat phong */

#book-title {
    padding: 5px 10px;
    background: #e0bf5c;
    color: #fff;
    font-size: 16px;
    font-family: 'Tinos';
    text-align: center;
    border: 1px solid #fff;
}

#book-content {
    padding: 5px 30px;
    background: #ffffff;
    color: #2f2525;
}

.grid-booking td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
    line-height: 30px;
}

#duongdoc {
    /* border-right: pink 1px solid; */
    border: 1px solid #e4a42c;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.short-info {
    border-top-right-radius: 25px;
}

.contact-btn .btn-submit {
    margin: 0px 0px;
    padding: 5px 33px !important;
}

/* Ket thuc xu ly dat phong */

.DSTinTuc .row {
    margin-right: 0px !important;
}

.mobile-bookroom {
    position: absolute;
    right: 20px;
    top: 26px;
}

.sticky-wrapper.is-sticky .mobile-bookroom {
    top: 14px;
}

.mobile-bookroom .bs-item-desktop.submit {
    width: 83px;
    font-size: 10px;
    margin: 0px;
    height: 30px;
    z-index: 50;
}
.mobile-bookroom .bs-item-desktop.submit a {
    font-size: 11px;
    padding: 0px;
    line-height: 30px;
}

.lange-area {
    position: absolute;
    top: -55px;
    right: -100px;
    height: 21px;
    display: flex!important;
    align-items: center;
    z-index: 100;
}

.lange-area a {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 0;
    padding-left: 30px;
    padding-top: 1px;
    height: 25px;
}

.lange-area a:hover {
    color: #fff
}

.lange-area a.show_lang_vi {
    background: url(../images/Vie.svg) no-repeat left;
    background-size: 24px;
}
.lange-area a.show_lang_en {
    background: url(../images/En.svg) no-repeat left;
    background-size: 24px;
}

.lange-area a span {
    display: flex;
    align-items: center;
}

.lange-area a span img {
    margin-left: 5px;
}



@media only screen and (max-width: 900px) {

    .thumb-hotel-container {
        height: 390px;
        width: 100%;
    }

    .thumb-hotel-news {
        width: 100%;
    }
}

.vw-user-profile-form {
    width: 100%;
}

@media only screen and (max-width: 450px) {

    .msgWellcome {
        position: absolute;
        top: 40%;
        z-index: 100;
        left: 5%;
    }

    .msgWellcome .wellcome {
        font-family: 'EBGARAMOND';
        font-style: normal;
        font-weight: 500;
        font-size: 29px;
        line-height: 65px;
        color: #fff;
        margin-bottom: -9px;
    }

    .msgWellcome .wellcome-dangky {
       
        font-size: 24px;
        
    }

    .msgWellcome .linkGioiThieu a {
            border: 1px solid #fff;
        min-width: 120px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        color: #fff;
        padding-left: 24px;
        padding-right: 39px;
        font-family: 'EBGARAMOND';
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        background: url(../images/arrow-right-cta.svg) no-repeat calc(100% - 21px);
        transition: .5s;
        text-decoration: none;
        background-color: #c6b8b080;
    }



    .vw-user-profile-form {
        padding: 10px;
        margin-top: 20px;
    }

    .nav-user-profile {
        box-shadow: none;
       
    }

    .slick-slide img {
        display: block;
        
    }

    .room-block-inner .slick-slide img {
        height: auto;
    }

    .khachsan .title, .khachsan .title {
        font-size: 28px;
        color: #B18F5B;
        font-family: 'EBGaramond-Medium';
        font-weight: 400;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

    .panel-body {
        padding: 20px;
    }

    .sticky-wrapper.is-sticky .img-logo {
        left: 38%;
    }

    .sticky-wrapper.is-sticky .img-logo img {
        width: 26px;
        margin: auto;
    }

    .sticky-wrapper.is-sticky .img-logo .tilte-hotel {
        color: #ffffff;
        font-size: 14px;
    }

    .thumb-hotel-container {
        height: 250px;
        width: 100%;
    }

    .img-logo .tilte-hotel {
        color: #fff;
        font-size: 14px;
    }

    .logo3 {
         display: none; 
    }
    .logo2 {
         display: block; 
    }

    .img-logo {
        left: 38%;
    }

    .img-logo img {
        width: 45px;
        margin: auto;
    }

    .sticky-wrapper.is-sticky .float-banner {
        background: #d5b44f;
        height: 65px;
    }

    .sticky-wrapper.is-sticky .hc-nav-trigger span, .sticky-wrapper.is-sticky  .hc-nav-trigger span::before, .sticky-wrapper.is-sticky  .hc-nav-trigger span::after {
        background: #ffffff !important;
    }

    .bs-item-desktop.submit {
        padding: 0!important;
        background: #ffffff !important;
        border: 0!important;
    }

    .bs-item-desktop.submit a {
        color:#000000;
    }

    .sticky-wrapper.is-sticky .logo3 {
        display: none;
    }

    .sticky-wrapper.is-sticky .logo4 {
        display: block;
    }

    .mobile-navbar {
        
        top: -3px;
    }

    .itemsKhachSan-see-more {
        right: 11%;
        bottom: 15%;
        font-size: 14px;
    }

    .itemsKhachSan-name {
        right: 11%;
        bottom: 38%;
        font-size: 27px;
    }

    .vic-wrapper .footer-address .footer-address-inner {
       
        display: block;
    }

    .uk-width-medium-1-6 img {
        max-width: 200px;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }

    .elementor-post__card {
        width: 100%;
    }

    .DSKhachSan .title {
        font-size: 26px;
    }
    
    .DSTinTuc .title {
    	font-size: 29px;
    }

    .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
        width: 100%;
    }

    .uk-width-large-1-3, .uk-width-large-2-3, .uk-width-large-2-6 {
        width: 100%;
    }

    .vic-wrapper .vic-main-content .athotel-block {
        background-color: #fff;
         padding: 0px; 
    }

    .vic-wrapper .vic-main-content .block-room-title {        
        margin-top: -66px;
    }

    #duongdoc {
        border: 0;
        border-radius: 0;

    }

    #book-content {
        padding: 5px;
        font-size: 12px;
        line-height: 16px;
    }

    #book-title {
        padding: 5px 10px;
        font-size: 13px;
    }

    .short-info.uk-width-large-1-3 {
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

}



.list__hotel-list {
    padding: 20px 0;
}

.list__hotel .hotel__item {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f3f3f3;
}

.list__hotel .hotel__item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.list__hotel .hotel__item .hotel__des {
    padding: 0 15px 15px;
}

.hotel-name {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 23px;
    margin: 15px 0 10px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-family: Noto Sans;
}

.star {
    color: #f7d549;
}

.list__hotel .hotel__item .hotel__des .star i {
    color: #f3f3f3;
}

.list__hotel .hotel__item .address, .phone, .hotline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    color: #081c36;
    margin: 10px 0;
    font-style: italic;
}

.list__hotel .hotel__item .address {
    font-family: Noto Serif;
}



.list__hotel .hotel__item .address, .phone, .hotline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    color: #081c36;
    margin: 10px 0;
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

.book-rooms {
    text-align: center;
}

.book-rooms a.details {
    display: inline-block;
    color: #fff;
    border: none;
    /*background: #8d191c;*/
    background: linear-gradient(0deg,#d5b44f,#d5b44f),#d5b44f;
    border-radius: 20px;
    text-align: center;
    padding: 4px 28px;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
}



.right-sidebar{
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 143px;
    right: 40px;
    cursor: pointer;
    z-index: 100;
}
.right-sidebar .right-sidebar-item{
    height: 52px;
    width: 52px;
    cursor: pointer;
    background-size: 100%;
    border-radius: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 8px;
}
.right-sidebar .right-sidebar-item a{
    height: 100%;
    display: block;
}
.right-sidebar .sidebar-hotline{
    background-image: url("../../images/icon/telephone.png");
}
.right-sidebar .sidebar-technical{
    background-image: url("../../images/icon/call-center-agent.svg");
}
.right-sidebar .sidebar-map{
    background-image: url("../../images/icon/icon-map-s2.svg");
}
.right-sidebar .sidebar-email{
    background-image: url("../../images/icon/email.svg");
}
.right-sidebar .sidebar-fanpage{
    background-image: url("../../images/icon/facebook.svg");
}
.right-sidebar .sidebar-messenger {
    background-image: url("../../images/icon/messenger.png");
}

.right-sidebar .sidebar-skype {
    background-image: url("../../images/icon/skype-icon.png");
}
.right-sidebar .sidebar-zalo {
    background-image: url("../../images/icon/Zalo.svg");
}
.right-sidebar .sidebar-label{
    right: 100%;
    content: "";
    position: absolute;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    white-space: nowrap;
    background: #dbb646;
    color: #fff;
    border-radius: 5px;
    display: none;
}
.right-sidebar .right-sidebar-item a:hover .sidebar-label{
    display: block;
    transition-duration: 2s;
}
.right-sidebar-mb{
    color: #FFF;
    height: 48px;
    width: 48px;
    text-align: center;
    position: fixed;
    bottom: 80px;
    right: 25px;
    cursor: pointer;
    z-index: 100;
    display: none;
}
.right-sidebar-mb .item{
    height: 48px;
    width: 48px;
    cursor: pointer;
    background-size: 100%;
    border-radius: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal-sidebar-mobile {
    position:fixed !important;
    top:auto !important;
    right:auto;
    left:auto;
    height: unset !important;
    bottom:0 !important;
}

@media only screen and (max-width: 900px) {

    .list__hotel .hotel__item .address, .phone, .hotline {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 48px;
        color: #081c36;
        margin: 10px 0;
        font-style: italic;
        font-size: 17px;
        text-align: center;
    }

    .hotel-name {
        font-size: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 26px;
        margin: 15px 0 10px;
        line-height: 1.4;
        color: #333;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }

    .right-sidebar {
        
        bottom: 85px;
        
    }

    .sticky-wrapper.is-sticky .hc-nav-trigger span, .sticky-wrapper.is-sticky  .hc-nav-trigger span::before, .sticky-wrapper.is-sticky  .hc-nav-trigger span::after {
        background: #000000;
    }

}

.divider {
    margin: 10px 0;
    position: relative;
}

.divider .line1, .divider .line2 {
    height: 1px;
    background-color: #8d191c;
    margin: 3px auto;
}

.divider .line1 {
    width: 50px;
}

.divider .line2 {
    width: 200px;
}
</pre></body></html>