.b2h_select .custom-select-wrapper,.picker{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.lg-outer *,.picker__holder{-webkit-box-sizing:border-box}.box_promoion .button,.lg-icon{-webkit-font-smoothing:antialiased}.b2h_clearfix:after,.lg-group:after,.pro-description:after{clear:both}.picker,.picker__holder{width:100%;position:absolute}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;z-index:10000;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #aaa;border-top-width:0;border-bottom-width:0;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-moz-box-sizing:border-box;box-sizing:border-box;min-width:176px;max-width:466px;max-height:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);-moz-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-webkit-transition:-webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;-moz-transition:-moz-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border-top-width:1px;border-bottom-width:1px;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-webkit-transition:-webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;-moz-transition:-moz-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;-webkit-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);-moz-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}.picker__footer,.picker__header,.picker__table{text-align:center}.picker__box{padding:0 1em}.picker__header{position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--next,.picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-.25em}.picker__nav--prev{left:-1em;padding-right:1.25em}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width:24.5em){.picker__select--month,.picker__select--year{margin-top:-.5em}.picker__nav--next,.picker__nav--prev{top:-.33em}.picker__nav--prev{padding-right:1.5em}.picker__nav--next{padding-left:1.5em}}.picker__nav--next:before,.picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:0 0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover,.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted{border-color:#0089ec}.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover{background:#0089ec;color:#fff}.picker--focused .picker__day--disabled,.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__button--clear,.picker__button--close,.picker__button--today{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:33%;display:inline-block;vertical-align:bottom}.picker__button--clear:hover,.picker__button--close:hover,.picker__button--today:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--clear:focus,.picker__button--close:focus,.picker__button--today:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before{position:relative;display:inline-block;height:0}.picker__button--clear:before,.picker__button--today:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20}.picker__button--close:before{content:"\D7";top:-.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}.picker__button--today[disabled]:before{border-top-color:#aaa}@font-face{font-family:lg;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/lg.eot?n1z373);src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/lg.eot#iefixn1z373) format("embedded-opentype"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/lg.woff?n1z373) format("woff"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/lg.ttf?n1z373) format("truetype"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.b2h_rate_v3 a,.b2h_rate_v3 a:hover,.box_promoion .button,.v2 .promotion-box-detail button,.v2 a:hover{text-decoration:none}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-outer.fb-comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:420px;z-index:99999;background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/loading.gif) center center no-repeat #fff}.lg-outer.fb-comments .fb-comments.fb_iframe_widget{background-image:none}.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader{background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/loading.gif) center center no-repeat #fff}.lg-outer.fb-comments .lg-toolbar{right:420px;width:auto}.lg-outer.fb-comments .lg-actions .lg-next{right:420px}.lg-outer.fb-comments .lg-item,.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap,.lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont{background-image:none}.lg-outer.fb-comments .lg-img-wrap,.lg-outer.fb-comments .lg-video-cont{padding-right:400px!important;background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/loading.gif) center center no-repeat;background-position:calc((100% - 400px)/ 2) center}.lg-outer.fb-comments .lg-sub-html{padding:0;position:static}.lg-outer.fb-comments .lg-video-cont{max-width:1250px!important}.c-rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.c-rating__item{-webkit-box-flex:0;-webkit-flex:0 0 24px;-ms-flex:0 0 24px;flex:0 0 24px;height:24px;background:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/img/stars.svg);cursor:pointer}.c-rating__item.is-active,.c-rating__item:hover{background-position:-24px 0}.bht-pro-wrapper{width:80%;height:100%;margin:0 auto}.bht-pro-h_iframe .ratio{display:block;width:100%;height:auto}.bht-pro-h_iframe iframe{top:0;left:0;width:100%}.all_promotion{margin:0}.all_promotion .tab-v2 .tab-content{padding:10px 16px;border:1px solid #eee}.all_promotion .tab-v2 .nav-tabs li.active a{background:#fff;padding:7px 15px 15px;border:1px solid #eee;border-top:solid 2px #72c02c;border-bottom:none!important;color:#555}.all_promotion .tab-v2 .nav-tabs>li>a{background-color:transparent;margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0;color:#555}.all_promotion .tab-v2 .nav-tabs>li>a:hover{color:#72c02c}.all_promotion .box_promoion{padding:15px;background-color:#fff;display:block;margin-top:10px;position:relative;margin-bottom:15px;max-width:255px;float:left;min-height:1px}.all_promotion .headdate,.all_promotion .textdate{display:inline}.all_promotion .box_promoion.b2hResponsive{max-width:inherit}.all_promotion .box_promoion:hover{background-color:#f1f1f1;box-shadow:0 0 4px rgba(50,50,50,.2)}.all_promotion .box_promoion img{width:225px;height:160px}.all_promotion .box_promoion.b2hResponsive img{width:100%;height:auto}.all_promotion .box_promoion img.pro-img{width:225px;height:160px}.all_promotion .box_promoion.b2hResponsive img.pro-img{width:100%;height:auto}.all_promotion .box_promoion p{padding:0 15px}.all_promotion .headpro{font-size:16px;font-weight:700;padding:10px 15px 0}.all_promotion .headdate,.all_promotion .headstay{font-weight:700;color:red;font-size:12px}.all_promotion .box_headdate{padding:0 15px}.all_promotion .button-available{background-attachment:scroll;background-clip:border-box;background-origin:padding-box;background-position:0 0;background-repeat:repeat;background-size:auto auto;margin:15px;padding:8px 20px;text-align:center;width:90%;transition:all .2s linear;background-color:#c2c2c2}.all_promotion .button-available:hover{background-color:#ee7100;color:#fff}.all_promotion .pop_hotdeal{margin-top:-6px;width:100px;position:absolute;right:-1px;z-index:999}.all_promotion .box_promoion .thumbnail{min-height:160px;background:0 0}.tab-v2 .nav-tabs{border-bottom:none}.container-fluid-custom{width:100%;margin:0;padding:0}.all_promotion .box_promoion .img-responsive{display:block;max-width:100%;height:auto}.box_promoion .button{display:inline-block;vertical-align:middle;zoom:1;padding:13px 32px;font-weight:400;font-size:17px;color:#fff!important;text-shadow:rgba(0,0,0,.2) 0 -1px 0;border:0;border-radius:5px;box-shadow:rgba(0,0,0,.3) 0 1px 2px,inset rgba(255,255,255,.88) 0 1px 3px -1px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.v2,.v2 a{color:#666}.box_promoion .thumbnail{border:0;margin-bottom:0;width:100%;padding:0}.box_promoion .ac_block .item_head{margin:0;padding:0;font-size:16px;font-weight:700;font-family:Tahoma}.box_promoion .ac_block ul{margin:0 0 0 20px!important}.box_promoion .ac_block ul li{display:list-item;list-style:circle!important}.fancybox-overlay.fancybox-overlay-fixed{z-index:9999}.zoomer:hover .overlay-zoom .zoom-icon{opacity:.4;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);filter:alpha(opacity=50)}.overlay-zoom{z-index:90;width:100%;height:100%;display:block;cursor:pointer;position:relative;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.overlay-zoom .zoom-icon{background-image:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/images-promotion/overlay-icon.png)!important;top:0;opacity:0;z-index:100;width:inherit;height:inherit;position:absolute;background-color:#000;background-position:50%;background-repeat:no-repeat;filter:alpha(opacity=0);-webkit-backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}@media (max-width:768px){.fancybox-overlay{background:0 0!important}.all_promotion .box_promoion.b2hResponsive{float:none}}.v2{font-size:12px}.v2 .sidebar .sidebar_content .heading{padding-bottom:10px;border-bottom:1px solid #72c02c;font-size:18px;font-weight:400}.v2 .sidebar .sidebar_content .pro_menu{margin-left:0!important;padding:10px;font-weight:400}.v2 .sidebar .sidebar_content .pro_menu li{margin-top:10px;border-bottom:1px dashed #666;list-style:none}.v2 .sidebar .sidebar_content .pro_menu li a{display:block;margin-top:20px;font-size:12px}.v2 .sidebar .sidebar_content .pro_menu li a:hover{color:#333;font-weight:700}.v2 .thumbnail{max-width:225px;margin:20px auto}.v2 .promotion-box-detail{padding:15px}.v2 .promotion-box-detail p{padding:0;margin:0}.v2 .promotion-box-detail .pro-title{font-size:16px;font-weight:700}.v2 .promotion-box-detail .pro-item-margin{margin-top:5px}.box_promoion.v2{max-width:255px}.v2 .pro-body-display{position:relative;float:left;height:auto;min-height:650px;overflow:auto}.v2 .pro-sidebar-display{height:auto;position:relative;min-height:650px;overflow:auto;float:right!important}.v2 .pro-body-display .box-item{margin-top:2px;border:1px solid #eee}.v2 .promotion-box-detail button{margin-top:20px;display:inline-block;outline:0;cursor:pointer;text-align:center;padding:.4em 1em;background:#666;text-transform:uppercase;font-weight:600;font-size:13px;font-family:'helvetica neue',Helvetica,Arial,sans-serif;text-shadow:none;border:1px solid #666;color:#fff;float:right}.promotion-box-detail .pro-benefit .pro-benefit-head,.v2 .modal .box-detail-content .item_head{font-size:16px;font-weight:700}.amenities-popup ul>li,.b2h_rate_mobileV3 *,.b2h_rate_v3 *,.features-popup,.features-popup ul>li,.main-popup{font-family:Montserrat,sans-serif}.v2 .promotion-box-detail .pro-period .period-valid span{font-weight:700;color:#666}.v2 .promotion-box-detail .pro-description{text-indent:10px}.promotion-box-detail .pro-benefit ul{margin-top:10px}.v2 .modal-body .box-detail-img img{border:1px solid #ddd;padding:2px;max-width:255px;margin:0 auto}.v2 .modal-body .pro-description{margin-top:10px}.v2 .modal-body .headpro{margin-top:0;margin-bottom:5px;font-size:12px}.v2 .box_headdate,.v2 .headpro{padding-left:15px}.v2 .headpro{margin-top:10px}.b2h_ul,.b2h_ulInline{padding:0;list-style:none}.b2h_container,.b2h_tabBlock,.b2h_tabBlock-tab{position:relative}.b2h_rate_v3 .b2h_btnShowmore .b2h_More:focus,button{outline:0}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Black.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Italic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Italic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-LightItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-LightItalic.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-BlackItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-BlackItalic.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Regular.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Light.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraLightItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraLightItalic.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraBoldItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraBoldItalic.woff) format("woff");font-weight:800;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-BoldItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-BoldItalic.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraLight.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraLight.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Thin.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ThinItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ThinItalic.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraBold.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-SemiBoldItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-SemiBoldItalic.woff) format("woff");font-weight:600;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Medium.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-MediumItalic.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-MediumItalic.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Bold.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-SemiBold.woff2) format("woff2"),url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/fonts/Montserrat-SemiBold.woff) format("woff");font-weight:600;font-style:normal}html{font-size:10px;-webkit-tap-highlight-color:transparent}br{content:'';display:block;margin-bottom:10px}.b2h_rate_v3 h1,.b2h_rate_v3 h2,.b2h_rate_v3 h3,.b2h_rate_v3 h4,.b2h_rate_v3 h5,.b2h_rate_v3 h6,.b2h_rate_v3 p,.b2h_rate_v3 ul{margin:0}img.emoji{-webkit-filter:brightness(100);filter:brightness(100)}.b2h_inlineBlock{display:inline-block}.b2h_clearfix:after,.b2h_clearfix:before{display:table;content:'';box-sizing:border-box}.b2h_rate_v3 *{font-size:14px;box-sizing:border-box;font-weight:500}.bodyOverflow{overflow:hidden}.hidden{display:none!important}.b2h_ulInline{display:block}.b2h_ulInline li{display:inline-block}.b2h_container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:100%}@media screen and (min-width:768px){.b2h_container{width:750px}}@media screen and (min-width:992px){.b2h_container{width:970px}}@media screen and (min-width:1200px){.b2h_container{width:1170px}}.b2hImg{display:block;max-width:100%;height:auto}@media screen and (min-width:768px){.b2h-col-9{width:66%;float:left}.b2h-col-6{width:50%;float:left}.b2h-col-3{width:16%;float:left}.b2h-col-4{width:22%;float:left}.b2h-col-2{width:12%;float:left}}.b2h_tabBlock-tabs{list-style:none;margin:0;padding:0}.b2h_tabBlock-tabs::after{clear:both;content:"";display:table}.b2h_tabBlock-tab{background-color:#fff;border:1px solid #d3d3d3;color:#232323;text-align:center;cursor:pointer;font-size:18px;font-weight:600;float:left;padding:1.5rem 1.25rem;transition:.1s ease-in-out}.b2h_tabBlock-tab::after{background-color:transparent;bottom:-2px;left:0;right:0}@media screen and (min-width:700px){.b2h_tabBlock-tab{padding-left:2.5rem;padding-right:2.5rem}}.b2h_tabBlock-tab.is-active{position:relative;color:#104d89;z-index:1;border-color:#104d89 #fff #fff;border-radius:0}.b2h_tabBlock-tab.is-active:before{content:"";display:block;height:4px;position:absolute;transition:.1s ease-in-out;background-color:#d3d3d3;top:-1px;left:-1px;right:-1px}.b2h_tabBlock-tab.is-active::before{background-color:#104d89}.b2h_tabBlock-content,.b2h_tabBlock-tab.is-active::after{background-color:#fff}.b2h_tabBlock-content{position:relative;padding:30px 15px 15px}.b2h_tabBlock-pane>:last-child{margin-bottom:0}.b2h_loading_rate{padding-top:10%;padding-bottom:10%;position:relative}.b2h_loading_rate img{max-width:30%;height:auto;display:block;margin:0 auto}.select_bh2Curency{position:absolute;right:15px;top:52px;z-index:55}.select_bh2Curency .b2h_select .custom-select{width:auto;max-width:inherit!important}.select_bh2Curency .b2h_select .custom-select-trigger{line-height:30px;padding-right:40px;font-size:14px}.select_bh2Curency .b2h_select .custom-select-trigger .b2h_sym{color:#104d89;margin-right:7px;font-weight:600}.select_bh2Curency .b2h_select .custom-select-trigger .b2h_valueSe{font-size:14px}.select_bh2Curency .b2h_select .custom-options{width:245px;left:inherit;max-width:inherit;margin:0;border-radius:0}.select_bh2Curency .b2h_select .custom-options:before{content:none}.select_bh2Curency .b2h_select .custom-option{font-size:14px;text-align:left;padding:0 15px}.b2h_benefits li>a>span:first-child,.b2h_benefits li>span:first-child{padding-right:10px}.select_bh2Curency .b2h_select .custom-option:first-of-type{border-radius:0}.select_bh2Curency .b2h_select .custom-option .b2h_sym{margin-right:7px;color:#104d89}.select_bh2Curency .b2h_select .custom-option .b2h_valueSe{font-size:14px}.select_bh2Curency .event_currency{pointer-events:none;font-weight:700!important}.b2h_benefits{margin-bottom:15px}.b2h_benefits .title{font-weight:600;margin-bottom:10px;color:#232323}.b2h_benefits li{line-height:3.2rem;font-weight:500;position:relative}.b2h_benefits li>a>span{display:table-cell}.b2h_benefits li>a>span svg{vertical-align:top;display:inline-block}.b2h_benefits li>span{display:table-cell}.b2h_benefits li>span svg{vertical-align:top;display:inline-block}.b2h_benefits li.item_policy.item_low .b2h_ipolicy{fill:#00b1ce}.b2h_benefits .item_discountApplied span{color:#8e805f}svg.b2h_ipolicy{fill:#104d89}svg.b2h_ipro{fill:#ee552d}svg.b2h_iaccom,svg.b2h_ibreakfast{fill:#104d89}svg.b2h_imember,svg.b2h_imobile{fill:#ee552d}svg.b2h_iadd,svg.b2h_iadults,svg.b2h_ichild,svg.b2h_iextra{fill:#104d89}svg.b2h_itooltip{fill:#a7a7a7}svg.b2h_iplus{fill:#104d89}svg.b2h_idiscount{fill:#8e805f}svg.b2h_iconGuest{fill:#104d89}.package_open.borderLight .b2h_content_package{border:2px solid #00b1ce!important;transition:border .8s ease-in-out}.borderLight .b2h_rate_v3 .b2h_content_package .b2h_btnShowmore .b2h_More{background-color:#00b1ce!important;color:#fff!important;transition:all .8s ease-in-out}.borderLight .b2h_rate_v3 .b2h_content_package .b2h_btnShowmore .b2h_More .iconMore_down,.borderLight .b2h_rate_v3 .b2h_content_package .b2h_btnShowmore .b2h_More .iconMore_up{-webkit-filter:brightness(100);filter:brightness(100);transition:-webkit-filter .8s ease-in-out;transition:filter .8s ease-in-out;transition:filter .8s ease-in-out,-webkit-filter .8s ease-in-out}.b2h_rate_v3{padding:50px 0}.b2h_rate_v3 .b2h_tabBlock-pane{display:block!important}.b2h_rate_v3 .b2h_tabBlock-tab span{font-weight:600}.b2h_rate_v3 .b2h_content_package{display:none;border:2px solid #fff;transition:border .8s ease-in-out}.b2h_rate_v3 .b2h_content_package .b2h_cardlist{position:relative;opacity:0;-webkit-transform:translateX(80px);transform:translateX(80px);transition:opacity 0s .4s,-webkit-transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s,-webkit-transform 0s .4s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardlist{transition:opacity .4s .3s,-webkit-transform .4s .3s;transition:transform .4s .3s,opacity .4s .3s;transition:transform .4s .3s,opacity .4s .3s,-webkit-transform .4s .3s;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardlist:ntn-of-type(2){transition-duration:.5s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardlist:ntn-of-type(3){transition-duration:.6s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardlist:ntn-of-type(4){transition-duration:.66s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardlist:ntn-of-type(5){transition-duration:.55s}.b2h_rate_v3 .b2h_content_package .b2h_cardlist .b2h_cardItem .b2h_detail_Pinclude{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:130px}.b2h_rate_v3 .b2h_content_package .b2h_cardlist .b2h_cardItem .b2h_detail_Pinclude *{line-height:2.2rem}.b2h_rate_v3 .b2h_content_package .b2h_cardlist .b2h_cardItem .b2h_detail_Pinclude ul{padding-left:20px}.b2h_rate_v3 .b2h_content_package .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_sale{color:#00b1ce}.b2h_rate_v3 .b2h_content_package .b2h_cardlist .b2h_cardItem .b2h_colRoom .statusRoom.remain{font-size:10px}.b2h_rate_v3 .b2h_content_package .b2h_btnShowmore{position:absolute;bottom:-33px;top:inherit;border:0;margin-left:-15px;margin-right:0;width:100%;border-top:1px solid #e8e8e8}.b2h_rate_v3 .b2h_content_package .b2h_btnShowmore .b2h_More{background-color:#e8e8e8;color:#232323;font-weight:400;padding:6px 30px;transition:all .8s ease-in-out}.b2h_rate_v3 .b2h_content_package .b2h_btnShowmore .b2h_More .iconMore_down,.b2h_rate_v3 .b2h_content_package .b2h_btnShowmore .b2h_More .iconMore_up{transition:-webkit-filter .8s ease-in-out;transition:filter .8s ease-in-out;transition:filter .8s ease-in-out,-webkit-filter .8s ease-in-out}.b2h_rate_v3 .b2h_packImage{position:relative;width:100%}.b2h_rate_v3 .b2h_packImage p{color:#fff;float:right;background:#00b1ce;padding:3px;font-size:10px;position:absolute;top:0;right:0;text-transform:uppercase}.b2h_rate_v3 .b2h_packImage p:after{content:'';border-bottom:20px solid transparent;border-right:12px solid #00b1ce;position:absolute;left:-12px;top:0}.b2h_rate_v3 .b2h_tabPack{position:relative;margin-bottom:-85px!important;transition:all .4s ease-in-out;z-index:20}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage{padding:.6rem 3.5rem!important;transition:all .4s ease-in-out;background-color:transparent;border:1px solid #00b1ce;color:#104d89;height:60px}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage:hover{background-color:#00b1ce;color:#fff;transition:all .4s ease-in-out}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage:hover .text_package{color:#fff}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage:hover span{color:#fff;line-height:3rem}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage:hover .b2h_itabPack{fill:#fff}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage img{display:inline-block}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage .text_package{color:#104d89}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage span{color:#104d89;line-height:3rem}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage .container_pack{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage .container_pack .animate_pack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;positon:relative;width:50px;height:50px;background:#380848;-webkit-transform:scale(0);transform:scale(0);border-radius:50%;color:#fff;opacity:0;overflow:hidden;-webkit-animation:scale-in .3s ease-out forwards,expand .35s .25s ease-out forwards;animation:scale-in .3s ease-out forwards,expand .35s .25s ease-out forwards}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage .container_pack .animate_pack .txt_tabPack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;-webkit-animation:fade-in .65s ease-in forwards;animation:fade-in .65s ease-in forwards}.package_open .b2h_tabPack{transition:all .4s ease-in-out;z-index:inherit;margin-bottom:70px!important}.package_open .b2h_tabPack .b2h_tabPackage{background-color:#00b1ce;margin-left:0!important;transition:all .4s ease-in-out;padding:.6rem 3.5rem!important;color:#fff}.b2h_btn_Pack,.b2h_btn_Pack:hover{transition:all .3s ease-in-out;text-decoration:none}.package_open .b2h_tabPack .b2h_tabPackage img,.package_open .b2h_tabPack .b2h_tabPackage svg{display:none}.package_open .b2h_tabPack .b2h_tabPackage .text_package{color:#fff}.package_open .b2h_tabPack .b2h_tabPackage span{color:#fff;line-height:44px}.b2h_img_modal{margin-bottom:30px}.b2h_btnMorePack{margin:10px 0}.b2h_btn_Pack{color:#00b1ce;border:1px solid #00b1ce;background:0 0;padding:4px 20px;display:inline-block;font-size:12px;border-radius:4px}.b2h_btn_Pack:hover{background:#00b1ce;color:#fff!important}.b2h_rate_v3{position:relative;background:#f9f9f9}.b2h_rate_v3 .b2h_tabBlock-content .b2h_cardlist:first-child{margin-top:0}.b2h_rate_v3 .b2h_tabBlock-content .b2h_cardlist.opened{z-index:56}.b2h_rate_v3 .b2h_cardContent{padding:20px 5px 10px;background:#fff}.b2h_rate_v3 .b2h_cardContent.bestPrice .b2h_titleDetail+.b2h_cardItem{border:1px solid #ee552d;box-shadow:none}.b2h_rate_v3 .b2h_cardContent.bestPrice .b2h_titleDetail+.b2h_cardItem .b2h_colPrice{position:relative;padding-top:30px;padding-bottom:0}.b2h_rate_v3 .b2h_cardContent.bestPrice .b2h_titleDetail+.b2h_cardItem .b2h_colPrice .boxBest_price{display:block;background:#ee552d;position:absolute;left:-1px;right:0;top:0;padding:5px 0}.b2h_rate_v3 .b2h_cardContent.bestPrice .b2h_titleDetail+.b2h_cardItem .b2h_colPrice .boxBest_price .txtPrice{color:#fff;font-size:12px;font-weight:400;text-align:center}.b2h_rate_v3 .b2h_cardContent .img_roomType,.b2h_rate_v3 .b2h_cardContent.bestPrice .b2h_allDetail{position:relative}.b2h_rate_v3 .b2h_cardContent .img_roomType .b2h_moreDetail{display:inline-block;margin-top:10px;color:#5488a1;font-weight:500;cursor:pointer}.b2h_rate_v3 .b2h_cardContent .img_roomType .box_Img{width:100%;text-align:center;display:block}.b2h_rate_v3 .b2h_cardContent .img_roomType .banpro{color:#fff;background:#db0946;padding:3px;position:absolute;right:20px;top:0;text-transform:uppercase;font-size:10px}.b2h_rate_v3 .b2h_cardContent .img_roomType .banpro:after{content:'';border-bottom:20px solid transparent;border-right:12px solid #db0946;position:absolute;left:-12px;top:0}.b2h_rate_v3 .b2h_cardlist{margin-top:40px}.b2h_rate_v3 .b2h_cardlist .title_roomtype{margin-bottom:10px;padding:0 5px}.b2h_rate_v3 .b2h_cardlist .title_roomtype .title_name{color:#232323;font-size:18px;font-weight:600}.b2h_rate_v3 .b2h_cardlist .title_roomtype .title_name a{cursor:pointer;color:#232323;font-size:18px;font-weight:600}.b2h_rate_v3 .b2h_cardlist .b2h_titleDetail{margin-bottom:10px}.b2h_rate_v3 .b2h_cardlist .b2h_titleDetail .b2h_ulInline li{font-size:16px;font-weight:500}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem{background:#f9f9f9;margin-bottom:10px;transition:all .4s ease-in-out}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem *{box-sizing:initial}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem:hover{box-shadow:0 0 23px -8px rgba(114,114,114,.9);transition:all .4s ease-in-out}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_include{margin-right:1px;padding:15px;min-height:83px;border-right:1px solid #d3d3d3}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests{text-align:center}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .icon_guests{margin:12px auto}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .num_guests{font-weight:500;font-size:14px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .max_guest{color:#8e8e8e;font-size:13px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .max_guest .numAdult .b2h_iplus{position:absolute}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .max_guest .b2h_ichild{vertical-align:bottom;margin:0 1px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .max_guest .b2h_iadults{margin:0 4px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_iconAdult,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_iconChild{background-repeat:no-repeat;width:10px;height:35px;background-position:-2px 2px;display:inline-block;margin:0 auto}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_iconChild{background-position:0 -44px;width:13px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_iadults{display:inline-block;vertical-align:middle;fill:#104d89;margin:0 1px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_ichild{display:inline-block;vertical-align:middle;fill:#104d89;position:relative;top:3px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .icon_allGuest .b2h_itooltip,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .icon_allGuest img{display:block;margin:0 auto 8px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_showGuest{font-size:10px;margin:10px -15px 0}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_showGuest span{font-size:10px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice{text-align:right;position:relative}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .b2h_datePrice{text-decoration:line-through}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .boxBest_price{display:none}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_strip{font-size:12px;text-decoration:line-through}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_strip .txtCurrency{font-size:10px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_sale{font-size:25px;color:#ee552d;font-weight:500}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_sale .txtCurrency{font-size:14px;color:#232323}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed .b2h_select .custom-options .custom-option .b2h_valueSe,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed .b2h_select .custom-select .custom-select-trigger .b2h_valueSe{font-size:16px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed{position:absolute;left:0;right:15px;bottom:30px;text-align:right;display:inline-block;vertical-align:middle}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .bedAdd_price,.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed{display:inline-block;vertical-align:middle}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed .b2h_select .custom-select{width:45px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed .b2h_select .custom-select .custom-select-trigger{font-size:16px;color:#8e8e8e;line-height:30px;padding-left:8px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed .b2h_select .custom-select .custom-select-trigger:after{right:8px;background-image:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/images/caret.png)}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .select_bed .b2h_select .custom-options{max-width:100%}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .txtAdd{color:#8e8e8e;font-size:10px;margin-bottom:3px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .priceAdd{color:#ee552d;font-size:12px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .add_extra_bed .priceAdd .currencyBed{color:#8e8e8e;font-size:12px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom{border-right:0}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom .select_b2hRooms{display:block;text-align:center}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom .select_b2hRooms .custom-select-wrapper{width:100%}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom .statusRoom{text-align:center;font-size:.98rem;color:#104d89;font-weight:500;margin-top:15px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom .statusRoom.remain{color:#ee552d}.b2h_rate_v3 .b2h_btnShowmore{position:relative;top:0;width:102.8%;text-align:center;border-top:1px solid #e8e8e8;margin-left:-15px}.b2h_rate_v3 .b2h_btnShowmore.topBtn{top:0}.b2h_rate_v3 .b2h_btnShowmore .b2h_More{background:#e8e8e8;box-sizing:none;border:none;z-index:0;font-weight:400;padding:6px 20px 6px 30px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;box-shadow:0 2px 7px -4px #333}.b2h_rate_v3 .b2h_btnShowmore .b2h_More .iconMore_down,.b2h_rate_v3 .b2h_btnShowmore .b2h_More .iconMore_up{height:10px;width:25px;background-position:center;background-repeat:no-repeat;display:inline-block;background-image:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/images/down.png)}.b2h_rate_v3 .b2h_btnShowmore .b2h_More .iconMore_up{background-image:url(https://web.archive.org/web/20190803142434im_/https://www.booking2hotels.com/FrontEngine/images/show.png)}.b2h_rate_v3 .otherListpack,.b2h_rate_v3 .otherListroom{display:none;position:static;opacity:0;-webkit-transform:translateX(80px);transform:translateX(80px);transition:opacity 0s .4s,-webkit-transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s,-webkit-transform 0s .4s}.b2h_rate_v3 .showLitsRoom .otherListroom{transition:opacity .4s .3s,-webkit-transform .4s .3s;transition:transform .4s .3s,opacity .4s .3s;transition:transform .4s .3s,opacity .4s .3s,-webkit-transform .4s .3s;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.b2h_rate_v3 .showLitsRoom .otherListroom:ntn-of-type(2){transition-duration:.5s}.b2h_rate_v3 .showLitsRoom .otherListroom:ntn-of-type(3){transition-duration:.6s}.b2h_rate_v3 .showLitsRoom .otherListroom:ntn-of-type(4){transition-duration:.66s}.b2h_rate_v3 .showLitsRoom .otherListroom:ntn-of-type(5){transition-duration:.55s}.b2h_rate_v3 .otherListroom.condition{transition:opacity .4s .3s,-webkit-transform .4s .3s;transition:transform .4s .3s,opacity .4s .3s;transition:transform .4s .3s,opacity .4s .3s,-webkit-transform .4s .3s;opacity:1;z-index:5;-webkit-transform:none;transform:none}.b2h_rate_v3 .otherListroom.condition:ntn-of-type(2){transition-duration:.5s}.b2h_rate_v3 .otherListroom.condition:ntn-of-type(3){transition-duration:.6s}.b2h_rate_v3 .otherListroom.condition:ntn-of-type(4){transition-duration:.66s}.b2h_rate_v3 .otherListroom.condition:ntn-of-type(5){transition-duration:.55s}.b2h_rate_v3 .showListPack .otherListpack{transition:opacity .4s .3s,-webkit-transform .4s .3s;transition:transform .4s .3s,opacity .4s .3s;transition:transform .4s .3s,opacity .4s .3s,-webkit-transform .4s .3s;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.b2h_rate_v3 .showListPack .otherListpack:ntn-of-type(2){transition-duration:.5s}.b2h_rate_v3 .showListPack .otherListpack:ntn-of-type(3){transition-duration:.6s}.b2h_rate_v3 .showListPack .otherListpack:ntn-of-type(4){transition-duration:.66s}.b2h_rate_v3 .showListPack .otherListpack:ntn-of-type(5){transition-duration:.55s}.b2h_rate_v3 #icon_accom{vertical-align:middle}.b2h_rate_v3 .iconAccom{fill:#ee552d}.b2h_rate_v3 .b2h_addon{position:relative;border:1px solid #c3d3e0;margin-bottom:15px;background-color:#f9f9f9}.b2h_rate_v3 .b2h_addon:before{position:absolute;content:'';left:0;width:4px;top:-1px;bottom:-1px;background:#104d89;display:block}.b2h_rate_v3 .b2h_addon .titleAdd{margin-top:25px}.b2h_rate_v3 .b2h_addon .b2h_cardItem .b2h_include,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_colPrice,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_colRoom,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_guests,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_colPrice,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_colRoom,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_guests{min-height:42px;padding:10px 15px;background:#fff}.b2h_rate_v3 .b2h_addon .b2h_cardItem .b2h_include .b2h_benefits,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_colPrice .b2h_benefits,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_colRoom .b2h_benefits,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_benefits,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_colPrice .b2h_benefits,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_colRoom .b2h_benefits,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_guests .b2h_benefits{margin-bottom:0}.b2h_rate_v3 .b2h_addon .b2h_cardItem .b2h_include .b2h_benefits .item_add,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_colPrice .b2h_benefits .item_add,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_colRoom .b2h_benefits .item_add,.b2h_rate_v3 .b2h_addon .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_benefits .item_add,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_colPrice .b2h_benefits .item_add,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_colRoom .b2h_benefits .item_add,.b2h_rate_v3 .b2h_cardlist .b2h_addon .b2h_cardItem .b2h_guests .b2h_benefits .item_add{margin-top:7px}.b2h_rate_v3 .b2h_addon .b2h_cardItem .b2h_colPrice .price_sale{line-height:33px;position:relative;top:4px}.b2h_rate_v3 .b2h_addon.b2h_addExtra:before{background:#4fc6c3}.b2h_rate_v3 .b2h_addon.b2h_addTranfer:before{background:#db0946}.b2h_rate_v3 .b2h_toContinue{position:relative;width:100%;z-index:500}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue{background-color:#fff;padding:30px 30px 20px;border-bottom:4px solid #104d89;text-align:right;box-shadow:0 -2px 9px -3px #aeaeae}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany{display:inline-block;font-weight:600;margin-bottom:20px}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany .b2h_manyAdults,.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany .b2h_manyChild,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany .b2h_manyAdults,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany .b2h_manyChild{margin-left:40px}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany .b2h_footerSelect,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany .b2h_footerSelect{margin-left:10px}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_btnContinue{background-color:#104d89;border:none;position:relative;padding:10px 50px;font-size:18px;margin-left:50px;text-align:center;text-transform:uppercase;color:#fff;border-radius:40px;width:270px;cursor:pointer;transition:all .3s ease-in-out}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue:hover,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_btnContinue:hover{padding:10px 100px 10px 40px;background-color:#0d4072;transition:all .3s ease-in-out}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue:hover img,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_btnContinue:hover img{right:70px;opacity:1;transition:all .3s ease-in-out}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue img,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_btnContinue img{position:absolute;top:40%;right:110px;opacity:0;transition:all .3s ease-in-out}.b2h_gallery_show,.main-popup{background-color:#fff;top:0;right:0;z-index:9999}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .notice_footer,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .notice_footer{color:#8e8e8e;font-size:10px;font-weight:500;position:relative;margin-top:10px;display:block}.cancellation-popup strong,.header-popup h2,.header-popup h3{margin:0;font-weight:600;font-family:Montserrat,sans-serif}.b2h_rate_v3 .fb-comments.lg-outer .lg-thumb-outer{width:80%}.b2h_rate_v3 .b2h-gallery-group .image-item:first-child,.b2h_rate_v3 .fb-comments.lg-outer .lg-thumb-outer img{display:block}.b2h_rate_v3 .b2h-gallery-group .image-item,.b2h_rate_v3 .gallery-data-hide{display:none}.header-popup h2{background-color:#fff;box-shadow:0 3px 5px #c7c7c7;padding:20px;font-size:16px;text-align:left;line-height:2.5rem}.header-popup strong{font-size:14px}.cancellation-popup strong,.header-popup h3{font-size:16px;padding-bottom:10px;color:#737373}.main-popup{color:#8a8a8a;position:fixed;bottom:0;max-width:305px;min-width:305px}.features-popup{border-bottom:solid 1px #efefef}.features-popup p{font-size:14px}.amenities-popup,.features-popup{padding:20px 25px;text-align:left}.amenities-popup ul,.features-popup ul{list-style:none;margin-bottom:0;padding:0}.amenities-popup ul>li,.features-popup ul>li{padding:3px 0;font-size:14px}.b2h_gallery_show{width:400px;height:100%;position:absolute;overflow:hidden;overflow-y:auto}@media screen and (min-width:768px){.b2h_rate_v3 .img_roomType{width:20%;float:left;text-align:center;padding-right:20px}.b2h_rate_v3 .b2h_allDetail{width:80%;float:left}}@media screen and (min-width:768px) and (max-width:991px){.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests{padding:15px 13px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_sale .txtCurrency{font-size:10px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colRoom .statusRoom{font-size:9px}.b2h_rate_v3 .b2h_tabBlock-tab{height:55px;line-height:3.6rem}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage span,.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage:hover span{line-height:2.2rem}.lg-outer.fb-comments .lg-toolbar{width:100%}.lg-actions .lg-next{right:20px!important}.lg-outer.fb-comments .lg-img-wrap,.lg-outer.fb-comments .lg-video-cont{padding-right:0!important}.lg-outer.fb-comments{padding-bottom:400px}.lg-outer.fb-comments .b2h_gallery_show{width:100%!important;height:400px!important;top:auto!important;bottom:0!important;overflow-y:auto}.lg-outer.fb-comments .main-popup-height{height:auto!important}.b2h_rate_v3 .img_roomType{padding-right:12px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_colPrice .price_sale{font-size:14px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .num_guests,.b2h_rate_v3 .b2h_cardlist .b2h_titleDetail .b2h_ulInline li,.b2h_rate_v3 .b2h_container *{font-size:12px}.b2h_rate_v3 .b2h-col-6{width:46%}.b2h_rate_v3 .b2h-col-2{width:16%}.b2h_rate_v3 .b2h_select .custom-select-trigger{padding-left:10px!important}.b2h_rate_v3 .b2h_select .custom-select-trigger:after{right:10px!important}.b2h_rate_v3 .b2h_select .custom-select{width:60px!important}.b2h_rate_v3 .b2h-col-9{width:62%}.b2h_rate_v3 .select_bh2Curency .b2h_select .custom-select{width:auto!important}.b2h_rate_v3 .select_bh2Curency{top:47px}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .max_guest{font-size:10px}.b2h_rate_v3 .b2h_tabBlock-tab{padding:.7rem 2.5rem}.b2h_rate_v3 .b2h_tabBlock-tab span{font-size:12px!important}.b2h_rate_v3 .b2h_tabPack{margin-bottom:-79px!important}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage{padding:.8rem 2.5rem!important;height:55px}.b2h_rate_v3 .b2h_tabPack .b2h_tabPackage img{width:30px}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany{margin-bottom:10px}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany .b2h_manyAdults,.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany .b2h_manyChild,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany .b2h_manyAdults,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_footerMany .b2h_manyChild{margin-left:20px}.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue,.b2h_rate_v3 .b2h_toContinue .b2h_btnContinue .b2h_btnContinue{padding:6px 30px;font-size:15px;width:160px;margin-left:25px}.package_open .b2h_tabPack{margin-bottom:70px!important}.package_open .b2h_tabPack .b2h_tabPackage{margin-left:0!important}.icon_thor{position:relative;top:-3px}.b2h_btnContinue img{display:none}}.b2h_rate_v3 .custom-top{top:inherit!important;bottom:100%}.lg-outer.fb-comments .lg-thumb{overflow:hidden;overflow-y:auto}.lg-outer.fb-comments .lg-thumb::-webkit-scrollbar{width:8px}.lg-outer.fb-comments .lg-thumb::-webkit-scrollbar-track{background:rgba(255,255,255,.2)}.lg-outer.fb-comments .lg-thumb::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.lg-outer.fb-comments .lg-thumb::-webkit-scrollbar-thumb:hover{background:#ccc;border-radius:20px}@media screen and (min-width:992px) and (max-width:1199px){.b2h_rate_v3 .icon_allGuest .b2h_iplus,.b2h_rate_v3 .icon_allGuest .plus_guest{right:0}.b2h_rate_v3 .img_roomType{padding-right:17px}.b2h_rate_v3 .b2h_select .custom-select{width:60px!important}.b2h_rate_v3 .select_bh2Curency .b2h_select .custom-select{width:auto!important}}@media screen and (min-width:992px){.b2h_rate_v3 .icon_thor{position:relative;top:2px}.b2h_rate_v3 .b2h_tabBlock-tab{padding:.6rem 3.5rem;height:60px;line-height:4.5rem}.lg-outer.fb-comments .lg-thumb-outer{padding-right:400px}.lg-outer.fb-comments .lg-toogle-thumb{right:400px}}.b2h_contentGalleryPack ul{list-style:disc;padding-left:30px}@media screen and (min-width:768px){.b2h_rate_v3 .b2h_tabBlock-tabs{margin-bottom:20px;display:inline-block}.b2h_rate_v3 .b2h_tabBlock-tab{background-color:#104d89;color:#fff;border:1px solid #104d89;border-radius:5px;font-weight:500;margin-right:15px}.b2h_rate_v3 .b2h_tabBlock-tab.is-active{color:#fff}.b2h_rate_v3 .b2h_tabBlock-tab.is-active:before{content:none}.b2h_rate_v3 .b2h_tabBlock-tab span{font-size:18px}.b2h_rate_v3 .b2h_tabBlock-tab.b2h_tabPro{background:#ee552d;border-color:#ee552d}.b2h_rate_v3 .b2h_tabBlock-tab.b2h_tabPro .b2h_isearch{fill:#fff;vertical-align:middle}}.rectangle{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation:scale-in .3s ease-out forwards;animation:scale-in .3s ease-out forwards}.notification-text{-webkit-animation:fade-in 1s ease-in forwards;animation:fade-in 1s ease-in forwards}.icon_thor{-webkit-animation:tada 2.5s 3 ease-in-out;animation:tada 2.5s 3 ease-in-out;-webkit-transform-origin:center bottom;transform-origin:center bottom;float:left}.b2h_itabPack{fill:#00b1ce}.b2h_itabPack .st4{fill:#fff}@-webkit-keyframes scale-in{100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in{100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes expand{100%,50%{width:auto}}@keyframes expand{100%,50%{width:auto}}@-webkit-keyframes tada{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%,55%,65%,75%,85%,90%{-webkit-transform:scale(1) rotate3d(0,0,1,-3deg);transform:scale(1) rotate3d(0,0,1,-3deg)}60%,70%,80%,95%{-webkit-transform:scale(1) rotate3d(0,0,1,3deg);transform:scale(1) rotate3d(0,0,1,3deg)}}@keyframes tada{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%,55%,65%,75%,85%,90%{-webkit-transform:scale(1) rotate3d(0,0,1,-3deg);transform:scale(1) rotate3d(0,0,1,-3deg)}60%,70%,80%,95%{-webkit-transform:scale(1) rotate3d(0,0,1,3deg);transform:scale(1) rotate3d(0,0,1,3deg)}}.b2h_rate_v3 .b2h_tab_Noshow{background:#ede4cc;padding:18px 20px}.b2h_rate_v3 .b2h_tab_Noshow a{display:table}.b2h_rate_v3 .b2h_tab_Noshow .b2h_iDate,.b2h_rate_v3 .b2h_tab_Noshow .b2h_iselectDate{display:inline-block;margin-right:10px;fill:#9b8b67;vertical-align:middle}.b2h_rate_v3 .b2h_tab_Noshow span{margin:0;padding:0;color:#9b8b67;font-weight:500;font-size:16px;vertical-align:middle;display:table-cell}.b2h_rate_v3 .b2h_contianer_room .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow{background:#104d89}.b2h_rate_v3 .b2h_contianer_room .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow:hover{background:#0d4072}.b2h_rate_v3 .b2h_content_package .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow,.b2h_rate_v3 .b2h_mobile_package .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow{background:#00b1ce}.b2h_rate_v3 .b2h_content_package .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow:hover,.b2h_rate_v3 .b2h_mobile_package .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow:hover{background:#009bb5}.b2h_rate_v3 .b2h_content_package .b2hGuest_Noshow{margin-top:15px}.b2h_rate_v3 .b2h_cardNoshow{padding:15px 0}.b2h_rate_v3 .b2h_cardNoshow .b2hImg_noShow{width:40%;float:left;padding-right:15px}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow{width:60%;float:left;padding:10px 15px;min-height:150px;max-height:150px;position:relative}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .title_roomtype .title_name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:2.2rem}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .title_roomtype .title_name a{color:#232323;font-size:16px;font-weight:600}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_listGuestRoom li{vertical-align:middle;margin-right:10px;font-weight:500}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_listGuestRoom li .b2h_iadults,.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_listGuestRoom li .b2h_ichild{fill:#8e8e8e;vertical-align:bottom;margin-right:10px}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow{margin-top:15px;display:inline-block;color:#fff;padding:8px 40px;font-weight:500;border-radius:30px;text-align:center;background:#8e8e8e;transition:all .3s ease-in-out}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow:hover{background:#818181;transition:all .3s ease-in-out}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_linkviewNoshow a{display:inline-block;text-decoration:underline;margin-top:10px;cursor:pointer;color:#232323}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_linkviewNoshow .b2h_itooltip{display:inline-block;margin-left:5px}.b2h_rate_v3 .b2h_content_package .b2h_cardNoshow{position:relative;opacity:0;-webkit-transform:translateX(80px);transform:translateX(80px);transition:opacity 0s .4s,-webkit-transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s,-webkit-transform 0s .4s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardNoshow{transition:opacity .4s .3s,-webkit-transform .4s .3s;transition:transform .4s .3s,opacity .4s .3s;transition:transform .4s .3s,opacity .4s .3s,-webkit-transform .4s .3s;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardNoshow:ntn-of-type(2){transition-duration:.8s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardNoshow:ntn-of-type(3){transition-duration:1.2s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardNoshow:ntn-of-type(4){transition-duration:1.6s}.b2h_rate_v3 .b2h_content_package .showAllpack .b2h_cardNoshow:ntn-of-type(5){transition-duration:2s}@media screen and (min-width:768px) and (max-width:991px){.b2h_rate_v3 .b2h_cardNoshow{border-bottom:1px solid #efefef}.b2h_rate_v3 .b2h_cardNoshow .b2hImg_noShow .b2h-gallery-group{margin-bottom:0}.b2h_rate_v3 .b2h_conNoshow .b2h-col-6{float:none;width:100%;display:block}.b2h_rate_v3 .b2h_conNoshow .b2hContent_Noshow{max-height:187px;min-height:187px}.b2h_rate_v3 .b2h_conNoshow .b2hContent_Noshow .title_roomtype .title_name{overflow:auto;text-overflow:inherit;white-space:inherit}}@media screen and (min-width:992px) and (max-width:1199px){.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow{min-height:123px;max-height:123px}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow{padding:5px 30px}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .title_roomtype .title_name a{font-size:14px}.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_guestAdults,.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_guestAdults .b2h_numAdultMo,.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_guestChild,.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow .b2h_guestChild .b2h_numChildMo{font-size:12px}}.b2h_select .custom-option,.b2h_select .custom-option .b2h_valueSe,.b2h_select .custom-select-trigger .b2h_valueSe{font-size:18px}@media screen and (min-width:992px){.b2h_rate_v3 .b2h_cardNoshow{padding:0;margin:20px 0 0}.b2h_rate_v3 .b2h_conNoshow .b2h-col-6:nth-of-type(even) .b2h_cardNoshow{margin-left:10px;border:0}.b2h_rate_v3 .b2h_conNoshow .b2h-col-6:nth-of-type(odd) .b2h_cardNoshow{border-right:1px solid #efefef;margin-right:10px}.b2h_rate_v3 .b2h_padMore{padding:20px}}@media screen and (min-width:768px){.b2h_rate_v3 .b2hGuest_Noshow .b2h_itooltip{margin-left:0;vertical-align:-webkit-baseline-middle}.b2h_rate_v3 .b2h_listGuestRoom{display:inline-block}}.b2h_select.b2h_disable .custom-select-trigger{background:#dbdbdb}.b2h_select.b2h_disable .custom-select{pointer-events:none}.b2h_select .custom-select-wrapper{position:relative;display:inline-block;user-select:none}.b2h_select .custom-select-wrapper select{display:none}.b2h_select .custom-select{position:relative;display:inline-block;width:70px;max-width:100%;margin:0 auto}.b2h_select .custom-select.caretTop .custom-select-trigger:after{top:50%!important;-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.b2h_select .custom-select.caretTop .custom-options:before{top:100%;bottom:inherit;border-top:none;border-left:none;border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3}.b2h_select .custom-select.opened.caretTop .custom-select-trigger:after{top:45%!important;-webkit-transform:rotate(0)!important;transform:rotate(0)!important;transition:all .4s ease-in-out}.b2h_select .custom-select-trigger{position:relative;display:block;text-align:left;padding-left:15px;font-size:18px;font-weight:500;color:#232323;line-height:40px;background:#fff;cursor:pointer;border:1px solid #d3d3d3}.b2h_select .custom-select-trigger:after{position:absolute;display:block;content:'';width:10px;height:10px;top:45%;right:15px;margin-top:-3px;background-image:url(/web/20190803142434im_/https://www.booking2hotels.com/Frontengine/images/caret-room.png);background-position:center;background-repeat:no-repeat;-webkit-transform:rotate(0);transform:rotate(0);transition:all .4s ease-in-out}.box_toolRate .b2h_tooltipRate.b2hTool-bottom:after,.box_toolRate .b2h_tooltipRate:after{content:none!important}.b2h_select .custom-select.opened .custom-select-trigger:after{top:50%;-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:all .4s ease-in-out}.b2h_select .custom-options,.b2h_select .custom-options:before{position:absolute;right:0;left:0;transition:all .2s ease-in-out;display:block}.b2h_select .custom-options{top:100%;z-index:9999;max-width:100%;border:1px solid #d3d3d3;border-radius:0;box-sizing:border-box;box-shadow:0 2px 1px rgba(0,0,0,.07);background:#fff;-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.b2h_select .custom-options::-webkit-scrollbar{width:8px}.b2h_select .custom-options::-webkit-scrollbar-track{background:rgba(255,255,255,.2)}.b2h_select .custom-options::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.b2h_select .custom-options::-webkit-scrollbar-thumb:hover{background:#ccc;border-radius:20px}.b2h_select .custom-select.opened .custom-options{opacity:1;visibility:visible;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}.b2h_select .custom-options:before{bottom:100%;margin:-3px auto -4px;width:7px;height:7px;border-top:1px solid #d3d3d3;border-left:1px solid #d3d3d3;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b2h_select .option-hover:before{background:#f9f9f9}.b2h_select .custom-option{position:relative;display:block;text-align:center;border-bottom:1px solid #d3d3d3;font-weight:500;color:#232323;line-height:35px;cursor:pointer;transition:all .4s ease-in-out}.b2h_select .custom-option:last-of-type{border-bottom:0}.b2h_select .custom-option.selection,.b2h_select .custom-option:hover{background:#333;color:#fff}.b2h_select .custom-option.selection .b2h_sym,.b2h_select .custom-option.selection span,.b2h_select .custom-option:hover .b2h_sym,.b2h_select .custom-option:hover span{color:#aeaeae}.b2h_select .custom-option.selection .b2h_valueSe,.b2h_select .custom-option:hover .b2h_valueSe{color:#fff}.box_toolRate .b2h_tooltipRate{background:#fff!important;color:#8e8e8e!important;width:601px!important;left:50%!important;border:1px solid #104d89;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.box_toolRate .b2h_tooltipRate li{display:inline-block;float:left;text-align:center;padding:0 15px;min-height:57px;min-width:53px;margin-bottom:10px;border-right:1px solid #ededed}.box_toolRate .b2h_tooltipRate li:last-child{border-right:0}.box_toolRate .b2h_tooltipRate li .b2h_dateRate{color:#232323;font-weight:400}.box_toolRate .b2h_tooltipRate li .b2h_dateSale{font-weight:700}.box_toolRate .b2h_tooltipRate li .b2h_dateBenefit{color:#ee552d}@media screen and (min-width:1200px) and (max-width:1399px){.box_toolRate .b2h_tooltipRate{left:-16%!important}.box_toolRate .b2h_tooltipRate:after{left:65%!important}}@media screen and (min-width:992px) and (max-width:1199px){.box_toolRate .b2h_tooltipRate{left:-90%!important}.box_toolRate .b2h_tooltipRate:after{left:70%!important}}@media screen and (min-width:768px) and (max-width:991px){.box_toolRate .b2h_tooltipRate{left:inherit!important;right:-480%}.box_toolRate .b2h_tooltipRate:after{left:inherit!important;right:25%}}.icon_allGuest.max_guest .numAdult{display:block!important}.b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .icon_allGuest.max_guest .numAdult .b2h_iconChild,.icon_allGuest.max_guest .numAdult .b2h_iconAdult,.icon_allGuest.max_guest .numAdult .b2h_rate_v3 .b2h_cardlist .b2h_cardItem .b2h_guests .b2h_iconChild{vertical-align:middle}.icon_allGuest.max_guest .numChild{margin-top:10px;display:block!important}.icon_allGuest.max_guest .numChild .b2h_iconChild{vertical-align:middle;height:43px!important}.icon_allGuest .plus_guest{position:absolute;right:13px;top:15px}.icon_allGuest .b2h_iplus{vertical-align:top;fill:#104d89}.icon_allGuest .b2h_tooltip{max-width:250px;left:50%!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.box_tooltip{position:relative;cursor:pointer}.box_tooltip .icon_tooltip{display:inline-block;margin-left:5px;vertical-align:middle}.box_tooltip .b2h_itooltip{display:inline-block;vertical-align:middle;margin-left:5px;fill:#a7a7a7;margin-bottom:2px}.b2h_itooltip{margin-left:5px}.b2hTool-bottom:after,.box_tooltip .b2h_tooltip:after{border-left:solid transparent 10px;border-right:solid transparent 10px;content:" ";margin-left:-13px;position:absolute}.box_tooltip .b2h_tooltip *{font-size:12px;line-height:2rem}.b2hTool-bottom{bottom:inherit!important;top:100%!important}.b2hTool-bottom:after{border-bottom:solid #333 10px;border-top:none!important;top:-10px;bottom:inherit;height:0;left:50%;width:0}.box_tooltip .b2h_tooltip{background:#333;bottom:100%;color:#fff;display:block;font-size:12px;font-weight:300;left:-20px;margin-bottom:15px;opacity:0;line-height:2.2rem;text-align:left;padding:20px;pointer-events:none;position:absolute;width:100%;-webkit-transform:translateY(10px);transform:translateY(10px);transition:all .25s ease-out;-ms-box-shadow:2px 2px 6px rgba(0,0,0,.28);-o-box-shadow:2px 2px 6px rgba(0,0,0,.28);box-shadow:2px 2px 6px rgba(0,0,0,.28);z-index:999}.box_tooltip .b2h_tooltip:before{bottom:-20px;content:" ";display:block;height:20px;left:0;position:absolute;width:100%}.box_tooltip .b2h_tooltip:after{border-top:solid #333 10px;bottom:-10px;height:0;left:50%;width:0}.box_tooltip.openTool:hover .b2h_tooltip{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.lte8 .box_tooltip .b2h_tooltip{display:none}.lte8 .box_tooltip:hover .b2h_tooltip{display:block}.b2h_rate_v3 .b2h_modal,.b2h_rate_v3 .b2h_modal-box{z-index:900}.b2h_rate_v3 .b2h_close-modal{position:absolute;right:20px;top:20px;text-align:right;cursor:pointer}.b2h_rate_v3 .b2h_modal-sandbox{position:fixed;width:100%;height:100%;top:0;left:0;background:0 0}.b2h_rate_v3 .b2h_modal{display:none;position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(74,74,74,.8);overflow:auto}.b2h_rate_v3 .b2h_modal-box{position:relative;width:550px;max-width:100%;margin:30px auto;-webkit-animation-name:modalbox;animation-name:modalbox;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.b2h_rate_v3 .b2h_modal-header{padding:20px 40px;background:#fff;color:#232323;border-bottom:1px solid #f9f9f9}.b2h_rate_v3 .b2h_modal-header.modal_package{background:#00b1ce;border-bottom:1px solid #00b1ce;color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_package .b2h_close-modal{color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_detail{background:#104d89!important;border-bottom:1px solid #104d89!important;color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_detail .b2h_close-modal{color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_promotion{background:#ee552d!important;border-bottom:1px solid #ee552d!important;color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_promotion .b2h_close-modal{color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_discount{background:#8e805f!important;border-bottom:1px solid #8e805f!important;color:#fff}.b2h_rate_v3 .b2h_modal-header.modal_discount .b2h_close-modal{color:#fff}.b2h_rate_v3 .b2h_modal-header .b2h_title_modal{width:95%;line-height:2rem;color:#fff}.b2h_rate_v3 .b2h_modal-body{background:#fff;padding:30px;max-height:calc(100vh - 242px);overflow-y:auto;-webkit-overflow-scrolling:touch}.b2h_rate_v3 .b2h_modal-body *{font-size:12px;line-height:2rem}.b2h_rate_v3 .b2h_modal-trigger{color:#232323;cursor:pointer}.b2h_rate_v3 .b2h_modal-trigger:focus,.b2h_rate_v3 .b2h_modal-trigger:hover{color:#232323;text-decoration:none}.b2h_rate_mobileV3 .b2h_conditionCard .price_strip .price,.b2h_rate_mobileV3 .b2h_modailyrate li .b2h_datePrice{text-decoration:line-through}@-webkit-keyframes modalbox{0%{top:-250px;opacity:0}100%{top:0;opacity:1}}@keyframes modalbox{0%{top:-250px;opacity:0}100%{top:0;opacity:1}}button{border:1px solid #333;color:#333}.b2h_rate_mobileV3{max-width:767px;margin:0 auto;padding:30px 15px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_modal-box{max-width:90%}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_modal-body{max-height:calc(100vh - 125px);padding:30px 15px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_btnShowmore{border:0;margin-left:0;width:100%;background:#eaeaea;border-bottom-right-radius:10px;border-bottom-left-radius:10px;margin-top:-2px;box-shadow:0 -1px 22px -10px #ccc}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_btnShowmore .b2h_More{background:0 0;box-shadow:none}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_btnShowmore .b2h_More .More_ShowTxt{font-weight:500}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue{padding:30px 15px 20px;text-align:left}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue{margin-top:15px;padding:15px 50px 15px 15px;margin-left:0;text-align:center;width:100%}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue img{opacity:1;right:25%}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .notice_footer{text-align:center;margin-bottom:15px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_footerMany{text-align:center;display:block}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_selectNumRoom{text-align:left}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_itooltip{vertical-align:middle;margin-left:5px;margin-bottom:3px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_packImage p{font-size:16px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_packImage p:after{border-bottom:28px solid transparent;border-right:24px solid #00b1ce;left:-24px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_tabBlock-pane .b2h_listRoomCard{margin-top:30px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_tabBlock-pane .b2h_listRoomCard:first-child{margin:0}.b2h_rate_mobileV3 .select_bh2Curency{top:43px}.b2h_rate_mobileV3 .select_bh2Curency .b2h_select .custom-select-trigger{padding-right:15px;padding-left:10px;background:#f1f1f1;border:0}.b2h_rate_mobileV3 .select_bh2Curency .b2h_select .custom-select-trigger:after{top:43%;right:6px}.b2h_rate_mobileV3 .select_bh2Curency .b2h_select .custom-select-trigger .b2h_sym{display:block!important}.b2h_rate_mobileV3 .select_bh2Curency .b2h_select .custom-select-trigger span:last-child{display:none}.b2h_rate_mobileV3 .b2h_tabBlock-tab.is-active{background:#fff;box-shadow:0 0 20px -3px #ccc}.b2h_rate_mobileV3 .b2h_packSum{width:15px;height:15px;background:#ee552d;line-height:15px;vertical-align:middle;display:inline-block!important;color:#fff;border-radius:50%;text-align:center;font-size:10px}.b2h_rate_mobileV3 .image-item{display:none}.b2h_rate_mobileV3 *{font-size:14px;box-sizing:border-box}.b2h_rate_mobileV3 .b2h_tabBlock-content{padding:15px 0;background:0 0}.b2h_rate_mobileV3 .b2h_tabBlock-tab{padding:1rem;border-top:0;font-size:12px}.b2h_rate_mobileV3 .b2h_tabBlock-tab.is-active:before{content:none}.b2h_rate_mobileV3 .b2h_listRoomCard{box-shadow:0 0 28px -12px #737373;background:#fff}.b2h_rate_mobileV3 .b2h_listRoomCard.b2h_listPackCard{margin-bottom:30px}.b2h_rate_mobileV3 .b2h_listRoomCard.b2h_listPackCard .NameCard{margin-bottom:20px}.b2h_rate_mobileV3 .b2h-gallery-group-mobile .image-item:first-child{display:block}.b2h_rate_mobileV3 .b2h_CaptionCard{padding:20px 15px;border-bottom:1px solid rgba(142,142,142,.3)}.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_CardName .NameCard,.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_CardName .NameCard a{font-size:18px;font-weight:600;line-height:2.3rem}.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_listdetailRoom li{line-height:2.2rem;font-weight:500;padding-left:38px;position:relative;color:#8e8e8e}.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_listdetailRoom li:before{content:'';position:absolute;left:0;top:3px;width:24px;height:24px;background-repeat:no-repeat}.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_listdetailRoom li.bed_type:before{background-position:0 -204px}.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_listdetailRoom li.Room_velue:before{background-position:0 -227px}.b2h_rate_mobileV3 .b2h_CaptionCard .b2h_moviewDetail{display:inline-block;margin-top:10px;color:#5488a1}.b2h_rate_mobileV3 .b2h_conditionCard{padding:20px 15px;border-bottom:4px solid rgba(142,142,142,.15)}.b2h_rate_mobileV3 .b2h_conditionCard .b2h_detail_Pinclude{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:125px}.b2h_rate_mobileV3 .b2h_conditionCard .b2h_detail_Pinclude *{line-height:2.2rem}.b2h_rate_mobileV3 .b2h_conditionCard .b2h_detail_Pinclude ul{padding-left:20px}.b2h_rate_mobileV3 .b2h_conditionCard .item_policy .b2h_itooltip{vertical-align:middle}.b2h_rate_mobileV3 .b2h_conditionCard .price_strip{text-align:right}.b2h_rate_mobileV3 .b2h_conditionCard .price_sale{text-align:right;font-size:32px;color:#104d89;font-weight:500}.b2h_rate_mobileV3 .b2h_conditionCard .price_sale .night{font-size:14px;color:#232323}.b2h_rate_mobileV3 .b2h_conditionCard .txtCurrency{font-size:10px;color:#232323}.b2h_rate_mobileV3 .b2h_AddextraBed{background:#f7f7f7;padding:10px;width:100%;margin-top:15px}.b2h_rate_mobileV3 .b2h_AddextraBed .b2h_iextrabed{vertical-align:middle;margin-right:5px;fill:#a7b5c1}.b2h_rate_mobileV3 .b2h_AddextraBed .b2hTxt_bed{text-align:left;position:relative;font-size:12px;vertical-align:middle;margin-right:15px}.b2h_rate_mobileV3 .b2h_AddextraBed .b2h_bedRight{float:right}.b2h_rate_mobileV3 .b2h_AddextraBed .price_per_bed{margin-right:10px;color:#ee552d}.b2h_rate_mobileV3 .b2h_AddextraBed .price_per_bed .curency{color:#232323;font-size:10px}.b2h_rate_mobileV3 .b2h_AddextraBed .b2h_select_mobile{display:inline-block}.b2h_rate_mobileV3 .b2h_AddextraBed .b2h_select_mobile .b2h_selectAdd{width:20px;height:20px;line-height:19px;display:inline-block;font-size:12px;color:#fff;background:#a7b5c1;border-radius:50%;text-align:center}.b2h_rate_mobileV3 .b2h_AddextraBed .b2h_select_mobile .b2h_textSelect{font-size:14px;font-weight:500;width:25px;display:inline-block;line-height:19px;text-align:center;background:0 0;border:0}.b2h_rate_mobileV3 .b2h_selectNumRoom{display:block;vertical-align:middle;padding:15px 0 0;margin-top:15px;border-top:1px solid rgba(142,142,142,.3)}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_txtSelectRoom{display:inline-block;vertical-align:middle;line-height:40px;font-weight:600}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_txtSelectRoom .b2h_iadults,.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_txtSelectRoom .b2h_ichild{vertical-align:middle;margin-right:5px;fill:#a7b5c1}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_txtSelectRoom .b2h_iadults{width:15px}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_selectRight{float:right;display:inline-block}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_selectRight.b2h_packdisable{float:none;text-align:center;display:block}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_selectRight.b2h_packdisable .b2h_disable{color:#ce3d3d;text-align:center;border-radius:50px;background:0 0;border:1px solid #ffd7d4;padding:10px 20px;display:inline-block;cursor:pointer}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_select_mobile{display:inline-block;vertical-align:middle}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_select_mobile .b2h_selectAdd{width:40px;height:40px;line-height:42px;display:inline-block;font-size:16px;color:#fff;background:#104d89;border-radius:50%;text-align:center}.b2h_rate_mobileV3 .b2h_selectNumRoom .b2h_select_mobile .b2h_textSelect{font-size:18px;font-weight:500;width:35px;display:inline-block;line-height:19px;text-align:center;background:0 0;border:0}.b2h_rate_mobileV3 .b2hcard_Active{display:block}.b2h_rate_mobileV3 .b2h_modailyrate{padding:0;border-bottom:1px solid #ededed;border-bottom-style:dashed}.b2h_rate_mobileV3 .b2h_mobile_package .b2h_cardNoshow .b2h_conditionCard,.b2h_rate_mobileV3 .b2h_mobile_package .b2h_listPackCard .b2h_conditionCard,.b2h_rate_mobileV3 .b2h_modailyrate:last-child{border-bottom:0}.b2h_rate_mobileV3 .b2h_modailyrate.b2h_hasbenefit li{min-height:70px}.b2h_rate_mobileV3 .b2h_modailyrate.b2h_hasbenefit .b2h_datePrice,.b2h_rate_mobileV3 .b2h_modailyrate.b2h_hasbenefit .b2h_dateSale{line-height:70px}.b2h_rate_mobileV3 .b2h_modailyrate.b2h_hasbenefit .b2h_dateBenefit{color:#ee552d;line-height:20px;margin-top:-10px}.b2h_rate_mobileV3 .b2h_modailyrate li{float:left;width:33.33333%;display:block;text-align:center;padding:0 15px;min-height:50px;vertical-align:middle;border-right:1px solid #ededed;border-right-style:dashed}.b2h_rate_mobileV3 .b2h_modailyrate li:last-child{border:0}.b2h_rate_mobileV3 .b2h_modailyrate li .b2h_dateRate{color:#232323;font-weight:400}.b2h_rate_mobileV3 .b2h_modailyrate li .b2h_dateSale{font-weight:700}.b2h_rate_mobileV3 .b2h_modailyrate li p{line-height:50px}.b2h_rate_mobileV3 .b2h_listGuestRoom li{vertical-align:middle;margin-right:10px;font-weight:500}.b2h_rate_mobileV3 .b2h_listGuestRoom li .b2h_iadults,.b2h_rate_mobileV3 .b2h_listGuestRoom li .b2h_ichild{fill:#104d89;vertical-align:bottom;margin-right:10px}.b2h_rate_mobileV3 .b2h_moAddons.b2h_moExtra{margin-bottom:30px;margin-top:15px}.b2h_rate_mobileV3 .b2h_moAddons.b2h_moTransfer{margin-bottom:30px}.b2h_rate_mobileV3 .b2h_moAddons .b2h_CaptionCard{border-top:3px solid #104d89}.b2h_rate_mobileV3 .b2h_moAddons .b2h_CaptionCard .b2h_CardName{margin-bottom:0}.b2h_rate_mobileV3 .b2h_moAddons.b2h_moExtra .b2h_CaptionCard{border-top:3px solid #00b1ce}.b2h_rate_mobileV3 .b2h_moAddons.b2h_moTransfer .b2h_CaptionCard{border-top:3px solid #db0946}.b2h_rate_mobileV3 .b2h_mobile_package{display:none;transition:border .8s ease-in-out}.b2h_rate_mobileV3 .b2h_mobile_package .b2h_cardNoshow,.b2h_rate_mobileV3 .b2h_mobile_package .b2h_listPackCard{position:relative;opacity:0;-webkit-transform:translateX(80px);transform:translateX(80px);transition:opacity 0s .4s,-webkit-transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s;transition:opacity 0s .4s,transform 0s .4s,-webkit-transform 0s .4s}.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_cardNoshow,.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_listPackCard{transition:opacity .4s .3s,-webkit-transform .4s .3s;transition:transform .4s .3s,opacity .4s .3s;transition:transform .4s .3s,opacity .4s .3s,-webkit-transform .4s .3s;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_cardNoshow:ntn-of-type(2),.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_listPackCard:ntn-of-type(2){transition-duration:.5s}.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_cardNoshow:ntn-of-type(3),.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_listPackCard:ntn-of-type(3){transition-duration:.6s}.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_cardNoshow:ntn-of-type(4),.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_listPackCard:ntn-of-type(4){transition-duration:.66s}.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_cardNoshow:ntn-of-type(5),.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .b2h_listPackCard:ntn-of-type(5){transition-duration:.55s}.b2h_rate_mobileV3 .b2h_mobile_package .showAllpack .condition+.b2h_btnShowmorePack{margin-top:-30px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_Checrate_noshow,.b2h_rate_mobileV3.b2h_rate_v3 .b2h_mobile_package .b2h_cardNoshow .b2hContent_Noshow .title_roomtype{margin-top:0}.b2h_rate_mobileV3 .b2h_tabMoPack{position:relative;margin-bottom:-48px!important;transition:all .4s ease-in-out;z-index:20}.b2h_rate_mobileV3 .b2h_tabMoPack .b2h_tabPackage{transition:all .4s ease-in-out;border:1px solid #00b1ce;color:#104d89;border-radius:5px;background:0 0}.b2h_rate_mobileV3 .b2h_tabMoPack .b2h_tabPackage .b2h_packSumNum{color:#104d89}.b2h_rate_mobileV3 .b2h_tabMoPack .b2h_tabPackage .icon_thor{width:45px;height:45px;position:relative;top:-9px;left:-5px}.b2h_rate_mobileV3 .b2h_tabBlock-tabs{display:inline-block}.b2h_rate_mobileV3 .b2h_tabBlock-tabs .b2h_tabBtnRoomtype{background:#104d89;color:#fff;border:1px solid #104d89;border-radius:5px}.b2h_rate_mobileV3 .b2h_tabBlock-tabs .b2h_tabBtnRoomtype .b2h_roomSumNum{color:#fff}.b2h_rate_mobileV3 .b2h_benefits{margin-bottom:5px}.b2h_rate_mobileV3 .b2h_benefits .item_discountApplied span{color:#8e805f}.b2h_rate_mobileV3 .b2h_tabBlock-tab{height:43px}.b2h_rate_mobileV3 .statusRoom{font-size:14px;margin-bottom:5px;text-align:right;color:#00ca77}.b2h_rate_mobileV3 .statusRoom.remain{color:#ee552d!important}.b2h_rate_mobileV3 .b2h_box_Img{height:200px;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.b2h_rate_mobileV3 .b2h_manyTxt{margin-bottom:15px}.package_open .b2h_tabMoPack{transition:all .4s ease-in-out;z-index:inherit;margin-bottom:30px!important}.package_open .b2h_tabMoPack .b2h_tabPackage{margin-left:0!important;transition:all .4s ease-in-out;border:1px solid #00b1ce;color:#fff;border-radius:5px;background:#00b1ce}.package_open .b2h_tabMoPack .b2h_tabPackage .b2h_packSumNum{color:#fff}.package_open .b2h_tabMoPack .b2h_tabPackage .icon_thor{fill:#fff}@media screen and (max-width:375px){.b2h_rate_mobileV3 .b2h_AddextraBed .b2h_bedRight{float:none;text-align:right}.b2h_rate_mobileV3 .b2h_tabBlock-tab span{font-size:10px}.b2h_rate_mobileV3 .select_bh2Curency{top:36px}.b2h_rate_mobileV3 .b2h_tabMoPack{margin-bottom:-41px!important}.b2h_rate_mobileV3 .b2h_tabMoPack .b2h_tabPackage .icon_thor{width:25px;height:25px;position:relative;top:-4px}.b2h_rate_mobileV3 .b2h_tabBlock-tab{font-size:10px;padding:1rem;height:36px}.package_open .b2h_tabMoPack{margin-bottom:30px!important}.package_open .b2h_tabMoPack .b2h_tabPackage{margin-left:0!important}}@media screen and (max-width:767px){.lg-outer.fb-comments .lg-thumb{overflow:inherit}}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_mobile_package .b2h_cardNoshow .b2hContent_Noshow .b2hGuest_Noshow{margin-bottom:20px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_tab_Noshow{margin-bottom:25px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_tab_Noshow span{font-size:14px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow{padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid #efefef}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2h_box_Img{height:139px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow{min-height:inherit;max-height:inherit;padding-bottom:0}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .title_roomtype .title_name{text-overflow:inherit;white-space:inherit;overflow:auto}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .title_roomtype .title_name a{line-height:2.2rem}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_linkviewNoshow{margin-bottom:15px}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_linkviewNoshow a{font-size:12px}.b2h_rate_mobileV3 .b2h-gallery-group{margin-bottom:0}@media screen and (max-width:767px){.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hImg_noShow{width:50%}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow{width:50%;padding:0}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .title_roomtype a{font-size:13px!important}.b2h_rate_mobileV3.b2h_rate_v3 .b2h_cardNoshow .b2hContent_Noshow .b2h_noshowCheck .b2h_Checrate_noshow{padding:8px 20px;font-size:12px}.b2h_rate_mobileV3 .b2h_contianer_room .b2h_cardNoshow .b2hContent_Noshow .title_roomtype{margin-top:0}.b2h_rate_mobileV3 .b2h_contianer_room .b2h_cardNoshow .b2hContent_Noshow .title_roomtype a,.b2h_rate_mobileV3 .b2h_mobile_package .b2h_cardNoshow .b2hContent_Noshow .title_roomtype a{font-size:14px;font-weight:500}}.b2hRateResult .div-dbl-spinner{max-width:75px;height:auto;display:block;margin:0 auto}.b2hRateResult .dbl-spinner{position:absolute;width:75px;height:75px;border-radius:50%;background-color:transparent;border:4px solid transparent;border-top:4px solid #eaeaea;border-left:4px solid #eaeaea;-webkit-animation:2s spin linear infinite;animation:2s spin linear infinite}.b2hRateResult .dbl-spinner-2{border:4px solid transparent;border-right:4px solid #104d89;border-bottom:4px solid #104d89;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite}-webkit-@keyframes spin{-webkit-from;{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}-webkit-to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.DateCalendarVersion2 .no-padding{padding:0}.DateCalendarVersion2 .no-margin{margin:0}.DateCalendarVersion2 .pickadate-container{text-align:center;padding:20px 0;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:0;cursor:pointer;margin:15px 0;height:130px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);background:#BFA366}.DateCalendarVersion2 .pickadate-container:hover{background:#967C42}.DateCalendarVersion2 .pickadate-date{font-weight:600;margin-top:3px}.DateCalendarVersion2 .pickadate-detail strong{display:block;font-size:34px;font-weight:200;line-height:38px;text-align:center;padding-top:10px}.DateCalendarVersion2 .pickadate-detail em{display:inline;font-size:13px;font-style:normal;font-weight:300;padding:5px;text-align:center;text-transform:uppercase;border-bottom:solid 2px #0D3452}.DateCalendarVersion2 #dateci,.DateCalendarVersion2 #dateco{visibility:hidden;display:none}.DateCalendarVersion2 .bg-headerbooking{background-color:#002C51;padding:10px 0 10px 15px;color:#BAA85D;text-align:left}.DateCalendarVersion2 .bg-headerbooking p,.DateCalendarVersion2 .bg-headerpro p{margin:0}.DateCalendarVersion2 .bg-headerbooking p{background-image:url(/web/20190803142434im_/https://www.booking2hotels.com/images/bg-icon1.png);background-repeat:no-repeat;background-position:left center;background-size:15px auto;padding-left:25px}.DateCalendarVersion2 .bgmain-headerbooking{background-color:#BAA85D;color:#002C51}.DateCalendarVersion2 .bg-headerpro a{color:#002C51}.DateCalendarVersion2 .bg-headerpro{padding:10px 0;text-align:center;margin-left:-30px}.DateCalendarVersion2 .input-container{padding:10px 0}.DateCalendarVersion2 .bg-b2h-booking{padding:30px}.DateCalendarVersion2 .picker,.DateCalendarVersion2 .picker__holder{top:77px;left:7px}.DateCalendarVersion2 .bg-b2h-discountcode{background-color:#BAA85D;font-size:12px;height:40px;line-height:40px}.DateCalendarVersion2 .b2h-booking input#discountcode{height:40px;text-align:center}.DateCalendarVersion2 .b2h-booking .form-control{font-size:13px}.DateCalendarVersion2 .input-container .btn-success{background-color:#002C51;background-image:none;border:0;border-radius:0}.DateCalendarVersion2 .input-container .btn-success:hover{background-color:#021321}@media (max-width:991px){.DateCalendarVersion2 .b2h-booking,.DateCalendarVersion2 .img-icon-get,.DateCalendarVersion2 .member-tab{width:100%!important}.DateCalendarVersion2 .bg-b2h-booking{padding:15px!important}.DateCalendarVersion2 .bg-headerpro{text-align:left;margin-left:15px}.DateCalendarVersion2 .bg-headerpro p{background-image:url(/web/20190803142434im_/https://www.booking2hotels.com/images/bg-icon2.png);background-repeat:no-repeat;background-position:left center;background-size:15px auto;padding-left:25px}}#review_block_main #review_form_front,#review_block_main #review_thanks,.b2hReviewResult .avgReview,.b2hReviewResult .link-WriteReview,.b2hReviewResult .review-item{padding:20px}.b2hReviewResult{font-family:Raleway,sans-serif}.b2hReviewResult .lblCount{font-weight:400;font-size:16px;color:#33b7ff;font-family:arial}.b2hReviewResult .PointDetail{background:#33b7ff;border-radius:50%;color:#fff;font-size:23px;font-weight:500;height:65px;left:40px;line-height:65px;text-align:center;width:65px;font-family:arial;margin:0 auto}.b2hReviewResult .review-item-first{padding:20px;border:1px solid #eee}.b2hReviewResult .review-item{border-left:1px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee}.b2hReviewResult .text-point{color:#33b7ff;font-weight:400;font-family:arial}.b2hReviewResult .progress-bar{background-color:#33b7ff}.b2hReviewResult .progress{height:5px;margin-bottom:10px}.b2hReviewResult .progress-bar-cat{margin-bottom:15px}.b2hReviewResult .writeReview{margin-top:25px}.b2hReviewResult .GaugeMeter{position:Relative;text-align:Center;overflow:Hidden;cursor:Default;display:inline-block}.b2hReviewResult .GaugeMeter B,.b2hReviewResult .GaugeMeter SPAN{width:54%;position:Absolute;text-align:Center;display:Inline-Block;color:RGBa(0,0,0,.8);font-weight:100;font-family:"Open Sans",Arial;overflow:Hidden;white-space:NoWrap;text-overflow:Ellipsis;margin:0 23%}.b2hReviewResult .GaugeMeter[data-style=Semi] B{width:80%;margin:0 10%}.b2hReviewResult .GaugeMeter S,.b2hReviewResult .GaugeMeter U{text-decoration:None;font-size:.6em;font-weight:200;opacity:.6}#review_block_main #review_form_front .help-block,.b2hReviewResult .review-from-detail{font-size:12px}.b2hReviewResult .GaugeMeter B{color:#000;font-weight:200;opacity:.8}.b2hReviewResult .GaugeMeterBox{width:140px;margin:0 auto}.b2hReviewResult .GaugeMeterBoxContent{text-align:center}.b2hReviewResult .review-title-detail{font-weight:600}.b2hReviewResult .review-date-detail{font-size:12px;color:#9E9E9E}#review_block_main{font-family:Raleway,sans-serif}#review_block_main #review_form_front .review-form-info,#review_block_main #review_form_front .review-form-rating{margin-top:15px}#review_block_main #review_form_front .form-review-submit{margin-top:30px;text-align:center}#forgetMemberPan{font-family:Tahoma;color:#65707a;font-size:16px;line-height:22px}#forgetMemberPan .activte_member{background:#FFF;box-shadow:0 0 30px rgba(50,50,50,.2);display:block;margin:50px auto;padding:50px 70px}#forgetMemberPan .logo_member{margin:0}#forgetMemberPan #containerPan{background-color:#fff;box-shadow:0 0 30px rgba(50,50,50,.1);margin-top:10px;padding-left:30px}#forgetMemberPan .container{max-width:850px}#forgetMemberPan p{margin-top:30px}#forgetMemberPan .input-text{background:#fff;border:2px solid #ebebeb;border-radius:4px;box-shadow:0 -2px #ebebeb inset;display:block;font-size:17px;height:40px;margin:10px 5px 25px;padding:0 15px 2px;width:90%}#forgetMemberPan .text{color:#797b7b;font-weight:700}#forgetMemberPan .btnSimply{background:#39f;border:0;border-radius:5px;box-shadow:0 1px #3188e0 inset,1px 0 #3188e0 inset,-1px 0 #3188e0 inset,0 -1px #3188e0 inset,0 2px #3188e0,0 3px #3188e0,0 4px 2px transparent;color:#fff;cursor:pointer;font-size:18px;height:50px;line-height:45px;margin-left:5px;padding:5px 10px 8px;position:relative;text-align:center;width:90%}.b2h_search_bestrate_new{padding:10px 30px;background:rgba(0,0,0,.05);border:1px solid rgba(239,239,239,.05);-webkit-animation:fade-in 1s ease-in forwards;animation:fade-in 1s ease-in forwards}.b2h_search_bestrate_new *{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.b2h_search_bestrate_new>span{display:table-cell;vertical-align:middle}.b2h_search_bestrate_new .b2h_txtBestrate{color:#979797;display:table-cell;font-size:16px;font-weight:500;vertical-align:middle}.b2h_search_bestrate_new .b2h_txtBestrate span{color:#FFA21A}.b2h_search_bestrate_new .b2h_txtBestrate span a{cursor:pointer;text-decoration:underline;color:#FFA21A}.b2h_search_bestrate_new img{display:inline-block;margin-right:20px;vertical-align:middle}@media screen and (max-width:767px){.b2h_search_bestrate_new{padding:10px 15px}}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:.8}}@keyframes fade-in{0%{opacity:0}100%{opacity:.8}}
/*
     FILE ARCHIVED ON 14:24:34 Aug 03, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:59:52 Jul 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.928
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.038
  esindex: 0.017
  cdx.remote: 161.783
  LoadShardBlock: 711.957 (3)
  PetaboxLoader3.datanode: 3030.475 (5)
  PetaboxLoader3.resolve: 611.826 (3)
  load_resource: 3140.435 (2)
*/