@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Prompt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Prompt:wght@500&display=swap');

:root {
    --font-family: 'Montserrat', 'Prompt';
    --font-family-Thai: 'Prompt', 'Prompt';
    --secondary-color: #F5C45E;
}

::-moz-selection {
    background-color: #EEF1F6;
    color: var(--primary-color);
}

::selection {
    background-color: #EEF1F6;
    color: var(--primary-color);
}


body {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.5;
    color: #252A26;
    letter-spacing: 0;
}

h1 {
    text-transform: uppercase;
    line-height: 1.3;
}

p {
    letter-spacing: 0;
}

h1, h2, h3, h4, .offer-list .offer-content h1 {
    font-family: var(--font-family);
    letter-spacing: 0;
    font-weight: bold;
    color: initial;
}
/********************************/
/* THAI LANG */
body.thai_lang  {
    font-family: var(--font-family-Thai);
}
.thai_lang  .t-hover-day-content {
    right: 0;
}
.thai_lang .t-hover-day::after {
    right: 10px;
}



/********************************/

a:hover, a:focus {
    text-decoration: none;
}
.about-title {
    padding: 0;
    margin: 0 0 30px;
}

.about-title h3 {
    font-size: 16px;
    letter-spacing: 3px;
    top: 0;
    position: inherit;
    font-family: inherit;
}

.header-tab .site-logo {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 0;
    z-index: 6;
}


h1 {
    font-size: 40px;
}

h2 {
    letter-spacing: 0;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
}

h1, h2, h3, h4 {
    color: var(--primary-color);
}

.main-footer,
.pre-footer, .pre-header,
.reservation-tab .cols20 .title,
.reservation-tab input[type="button"],
.home-room-box a,
.newsletter-wrapper,
.flex-control-paging li a.flex-active, .ui-widget-header .ui-state-highlight,
.owl-controls .owl-pagination div.active,
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper a,
.contact-wrapper .contactform input[type="button"],
.download .download-list a,
footer .social a:hover,
.pre-header a.booknow,
#popup-banner a.btn,
.modal-body input.modal-btn-book,
.modal-footer .btn-primary,
.book_rooms, .header-tab nav .navigation li ul li a:hover,
.section_reservationmobile .col-xs-8,
.language_box {
    background-color: var(--primary-color);
}

.header-tab nav .navigation li:hover > a,
.title-style-1 a.more-btn:hover,
.home-room-details h5,
.home-room-details i,
.room-rating ul li i,
footer .footer-content .cols span::before,
footer .social a span::before,
.header-tab nav .navigation li.parent-menu::after,
.hamburger-wrapper .hamburger-icon::before,
.hamburger-wrapper .hamburger-icon::after,
.pre-header .prelink-box a::before,
.reservation-tab.page .cols20 h1,
.reservation-tab.page .cols20 p, .navigation .active > a,
.widget_02 p,
.social i {
    color: var(--primary-color);
}

.ui-dialog .ui-dialog-titlebar {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.contact-wrapper .contactform input[type="text"]:focus,
.contact-wrapper .contactform textarea:focus {
    border: 1px solid var(--primary-color);
}

footer .footer-content .cols span {
    border-color: var(--primary-color);
}
.pre-header i {
    font-size: 13px;
    vertical-align: middle;
}

.home-accom, footer {
    background-color: rgba(var(--rgba-primary-color), 0.1);
}

.title, .box_online, .reservation_box .btnbook_reser, .header-tab nav .navigation li.active::before, .header-tab nav .navigation li::before {
    background-color: var(--primary-color);
}

.ui-datepicker th, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .bottom-bar,
.btn_apply, .section_reservationmobile .col-xs-8, .header-tab nav .navigation li.active::before, .header-tab nav .navigation li::before, .book_rooms, .language_box {
    background: var(--primary-color);
}

.reservation_box .text_reser, .reservation_box .arrow_index:before, .reservation_box .popup_content label, .gallery-box h6, .widget_02 p, .nav > li > a:hover {
    color: var(--primary-color);
}

.reservation_box .input_night {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}
.pre-header .pull-right > div {
    padding: 12px 10px;
}

.language-box {
    padding: 9px 0
}
.primary_lang {
    cursor: pointer;
}
.language-box ul {
    background: none;
    border: none;
    top: 31px;
    height: auto;
    left: -10px;
    width: 80px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}

.language-box ul li {
    width: auto;
    height: auto;
    transition: all .5s;
    background: #727c9b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.language-box ul li.dropdown-box:hover {
    background: rgba(255, 255, 255, 0.65);
}

.language-box ul li a:hover {
    color: var(--primary-color);
}

.language-box ul li:last-child {
    border: none;
}

.language-box ul li a {
    position: relative;
    width: auto;
    padding: 10px;
    color: #fff;
}

.language-box .list_lang.active {
    transform: translateY(8px);
    opacity: 1;
    pointer-events: auto;
}
.language-box ul li:hover {
    background: var(--secondary-color);
}


.home-room-box {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
}

.box_accommodation {
    margin-right: -15px;
    margin-left: -15px;
}

.header-tab {
    top: 39px;
    background-color: rgba(255, 255, 255, 0.85);
}

.section_photo .col-lg-4 {
    padding: 15px;
}

.row_photo {
    margin-left: -15px;
    margin-right: -15px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff !important;
}

.reservation_box .popup_content label {
    font-family: inherit;
    font-size: 14px;
}

.slides img {
    width: 100%;
}

.gallery-box h5 {
    margin-top: 10px;
    line-height: inherit;
}

.gallery-box {
    margin: 0 0 30px;
}

.owl-controls .owl-pagination {
    width: 100%;
}

.section_faciliiesinroom {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.section_faciliiesinroom ul {
    padding: 0;
    margin: 25px;
}

.section_faciliiesinroom li {
    padding: 10px;
    width: 25%;
    float: left;
    text-align: center;
}

.section_faciliiesinroom img {
    width: 40px;

}

.section_faciliiesinroom p {
    text-align: center;
}

.book_rooms {
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    line-height: 1;
}

.book_rooms:hover, .reservation_box .btnbook_reser:hover {
    background: var(--secondary-color) !important;
    color: var(--primary-color);
}



.header-tab nav .navigation li ul {
    width: auto;
    white-space: nowrap;
    padding: 0;
}

.reservation {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    margin-bottom: -5px;
}

.widget_02 {
    position: absolute;
    right: auto;
    left: auto;
    margin: auto;
    height: auto;
    bottom: -2px;
    top: auto;
    width: 100%;
    /* background: rgba(36, 36, 36, 0.3); */
    padding: 0;
    z-index: 5;
}

.widget_02 .btnbook_reser {
    padding: 25px 0;
    text-transform: uppercase;
    height: auto;
    font-weight: 600;
}

.widget_02 p {
    margin: 0;
    color: #999;
    text-align: left;
    letter-spacing: 0;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content {
    height: auto;
    line-height: inherit;
    padding: 10px 0 0;
}

/*.widget_02 .container {*/
/*    padding: 0;*/
/*}*/

.widget_02 {
    z-index: 2;
}

.padding_box {
    padding: 0 5px;
}

footer {
    z-index: 1;
}

.section_reservationmobile {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.copyright {
    background: var(--primary-color);
    letter-spacing: 0;
}

.section_reservationmobile .col-xs-2 {
    background: #183068;
}

.copyright a:hover {
    color: var(--secondary-color);
}

.section_sitemapmain {
    width: 100%;
}

.section_sitemapmain .navbar-nav {
    float: none;
    text-align: left;
}

.section_sitemapmain .navbar-nav > li {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.section_sitemapmain .sub_menusitemap li {
    padding: 5px 0;
}

.section_sitemapmain a:hover {
    background: none !important;
}

.section_sitemapmain .navbar-nav > li > a {
    padding: 0;
    line-height: initial;
}

.sub_menusitemap li {
    list-style: disc;
}

.sub_menusitemap {
    padding: 10px 0 0 40px;
}

.offers .col-sm-6 {
    padding: 0 25px;
}

.offers .row {
    margin-left: -25px;
    margin-right: -25px;
}

.responsive-navigation ul li {
    padding: 10px 0;
}

.hamburger-wrapper .hamburger-icon span, .hamburger-wrapper .hamburger-icon span::after {
    width: 40px;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content p {
    font-size: 16px;
    font-weight: 400;
}

p {
    text-align: left;
}

.header-tab nav .navigation li.active::before, .header-tab nav .navigation li::before {
    background: #fff;
    display: none;
}

.language_mobile {
    display: none;
}

.language_mobile ul {
    padding: 0;
    margin: 0;
}

.language_mobile li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    margin: 0 !important;
}

.language_mobile {
    position: inherit;
    right: 0;
    top: 0;
}

.language_box {
    background: #8f3b17;
    display: inline-block;
    width: 100%;
    height: 35px;
    color: #fff;
}

.header-tab .header-wrapper {
    height: auto;
}

.header-tab nav .navigation li a,
.header-tab nav .navigation li.parent-menu a {
    padding: 0 14px;
    height: auto;
    line-height: 70px;
}

.header-tab nav .navigation li.parent-menu a {
    padding-right: 20px;
}

.header-tab nav .navigation li.parent-menu:after {
    content: "\e906";
    font-family: 'icomoon';
    display: flex;
    top: -2px;
    bottom: 0;
    align-items: center;
    right: 3px;
}

.header-tab nav .navigation li.active > a,
.header-tab nav .navigation li.active:after {
    font-weight: bold;
}

.header-tab nav .navigation li ul {
    top: auto;
    transform: translateY(-50px);
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}

.header-tab nav .navigation li.parent-menu:hover ul {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.header-tab nav .navigation .parent-menu ul > li a {
    line-height: normal;
    display: block;
    width: 100%;
    padding: 10px !important;
}
.header-tab nav .navigation li ul li a,
.header-tab.fixed nav .navigation li ul li a {
    padding: 10px !important;
}


.language-box label {
    font-weight: lighter;
    color: #fff;
    margin: 0;
    line-height: 1;
}

.box_promocode, .box_room, .box_inout, .reservation_box .btnbook_reser {
    height: 78px;
}

#wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.section_googlemap {
    height: 600px;
    display: inline-block;
    width: 100%;
}

.section_googlemap iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -8px;
}

.parallax {
    /*background-attachment: inherit!important;*/
}

.parallax-one {
    height: 500px !important;
}

.box_promocode, .box_room, .box_inout {
    background: #fff;
}

.reservation_box select {
    letter-spacing: initial;
    color: initial;
    width: 100%;
}

.reservation_box input {
    width: 100%;
    color: initial;
    letter-spacing: initial;
}

::placeholder {
    font-size: inherit;
    color: initial;
}

.social i {
    font-size: 24px;
    padding: 13px;
}

.social a:hover i {
    color: #fff !important;
}
.header-tab .pull-right .hamburger-wrapper {
    display: none;
}
.hamburger-wrapper .hamburger-icon {
    float: none;
    width: 100%;
    height: 100%;
}
.hamburger-wrapper .hamburger-icon span {
    height: 1px;
    width: 100%;
    position: absolute;
}
.hamburger-wrapper.show {
    top: -30px;
}
.header-tab.fixed .hamburger-wrapper.show {
    top: 0;
}
.hamburger-wrapper .hamburger-icon span:nth-child(1) {
    top: 0;
}
.hamburger-wrapper .hamburger-icon span:nth-child(2) {
    top: 8px;
}
.hamburger-wrapper .hamburger-icon span:nth-child(3) {
    top: 16px;
}
.hamburger-wrapper .hamburger-icon span::before,
.hamburger-wrapper .hamburger-icon span::after,
.hamburger-wrapper .hamburger-icon::after{
   display: none;
}
.hamburger-wrapper.show .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}
.hamburger-wrapper.show .hamburger-icon span:nth-child(2) {
    opacity: 0
}
.hamburger-wrapper.show .hamburger-icon span:nth-child(3) {
    transform: rotate(314deg);
    top: 8px;
}

.hamburger-wrapper .hamburger-icon span::after {
    bottom: -7px;
}

.content {
    padding: 0;
    width: 80%;
    margin: auto;
}

.title-page .content {
    padding: 0;
}

.title-page h1 + .content {
    margin: 30px auto 0;
}

#popup_room_list .col-xs-4 {
    padding: 0;
}

.padding_apply {
    padding: 0 10px 10px;
}

.reservation_box input.btn_apply {
    padding: 13px;
}

.offer-list .offer-content .content p {
    text-align: left;
    margin: 0;
    padding: 0;
}


.section_faciliiesinroom h2 {
    font-size: 20px;
}

.section_info .room_amenities ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section_info .room_amenities li {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 15px;
}

.section_info ul {
    margin-left: 40px;
}

.section_info li {
    list-style: disc;
}

.section_info .detail_room > p {
    display: inline-block;
    padding: 0 15px;
}

.section_info h4 {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.images_icon {
    object-fit: cover;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--primary-color);
    margin: auto;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    font-weight: bold;
}

.lg-sub-html h4 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.room_amenities p {
    text-align: left;
}

.room_amenities ul {
    padding: 0;
    margin: 15px 0 0 0 !important;
}


.section_gallery {
    text-align: center;
}

.container {
    padding: 0;
    margin: 0 auto;
}

.header-tab nav .navigation li a:nth-last-child(1) {
    padding-right: 0;
}

.header-tab nav .navigation li a {
    text-transform: uppercase;
    font-size: 14px;
}

.row {
    margin: 0;
}

.reservation {
    padding: 10px 0;
}

.row_contentchild {
    margin-left: -15px;
    margin-right: -15px;
}
.extendlisting-wrapper [class*=col-md-] {
    padding: 50px 15px 0;
}
.extendlisting-wrapper [class*=col-md-]:nth-child(1),
.extendlisting-wrapper [class*=col-md-]:nth-child(2) {
    padding: 0 15px;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list {
    margin: 0;
    padding: 0;
}
.extendlisting-wrapper .extendlisting-list-wrapper .content h2 {
    margin: 0 0 6px;
}

.row_gallery {
    margin-right: -15px;
    margin-left: -15px;
}

.offer-wrapper .offer-list::after {
    bottom: 0;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .img-wrapper {
    z-index: 1;
}

.map {
    height: auto;
}

.owl-controls .owl-pagination {
    position: initial;
    margin-top: 25px;
}

.header-tab .site-logo img {
    height: auto;
    width: 135px;
}

.image_images {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    float: left;
    background-position: center !important;
    transition: all 0.5s;
}

.title_special h1 {
    font-size: 26px;
}

.title_special {
    padding-bottom: 15px;
}

.offer-list .img-wrapper .circle-img {
    width: 90px;
    height: 90px;
}

.offer-wrapper .offer-list {
    min-height: 120px;
    padding: 15px 0;
}

button:focus {
    outline: none;
}

.t-check-in, .t-check-out {
    padding: 0;
}

.reservation {
    padding: 0;
    background: #ffffffe6;
}

.box_promocode, .box_room, .box_inout {
    background: none;
}

.box_online {
    padding: 15px;
    height: 78px;
}

.box_online h4 {
    margin: 0;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
}

.padding_box {
    padding: 0;
}

.widget_02 h1 {
    font-size: 22px;
    line-height: 28px;
}

.section_slideshow {
    position: relative;
    /*overflow: hidden;*/
}

.section_slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#maximage {
    height: 100vh !important;
}

.section_arrow_slide img {
    width: 40px;
}

.sub_menuaccom {
    width: 175px !important;
}

.sub_menuaccom .menu_drop {
    left: 175px !important;
    width: auto !important;
    top: 0 !important;
}

div.mc-image {
    transform: none !important;
}
.mc-image:after {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    z-index: 1;
}


.header-tab nav .navigation li ul li a:hover {
    background: var(--primary-color);
    color: #fff !important;
}

footer h2 {
    font-size: 30px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content {
    width: 100%;
    padding: 30px 0 0;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper a {
    border-radius: 25px;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper a:hover {
    background: var(--secondary-color) !important;
    color: var(--primary-color);
}


.slider-textbox {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
}

.slider-textbox .container {
    margin: auto;
}

.slider-bar {
    line-height: 65px;
    padding-bottom: 20px;
    font-size: 48px;
    font-family: var(--font-family);
    font-weight: bold;
}

.t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
    padding: 7px;
}

.pp_expand {
    display: none !important;
}

.info_photo {
    margin-right: -15px;
    margin-left: -15px;
}

.home-room-box a {
    border-radius: 25px;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.home-room-box a:hover {
    color: var(--primary-color);
    background: var(--secondary-color) !important;
}

.title-style-1 a.more-btn::after {
    content: "\e901";
    font-family: icomoon;
}

footer .social a {
    padding: 13px;
    margin: 0 2px;
}

.social i {
    padding: 0;
}

.title-page {
    text-align: center;
}

.room-rating {
    opacity: 0;
    transition: all .5s;
}

.room-rating ul {
    margin: 2px 0 0;
}

.room-rating ul li {
    margin: 0 5px 0 0;
}

.room-rating ul li i {
    font-size: 14px;

}

.home-room-box:hover .room-rating {
    opacity: 1;
}

.home-room-details {
    height: 48px;
    padding: 10px 25px;
}
.home-room-box:hover .home-room-details {
    height: 80px;
}

.home-room-details h5 {
    line-height: normal;
    font-weight: bold;
}

.image_photo {
    width: 100%;
    height: 180px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
    transform: scale(1.05);
}

.text_gallery_hover {
    color: #fff;
    text-align: center !important;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: auto;
}

.text_gallery_hover i {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 10px 0;
    font-size: 20px;
    color: var(--primary-color);
    transition: all 0.5s;
    display: inline-block;
}

.padding_gallery {
    padding: 15px;
}

.gallery_info .col-xs-3,
.row_gallery .col-xs-4 {
    padding: 0;
}

.gallery_info .view,
.row_gallery .view {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.row_gallery .view img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    transform: scale(1.05);
    transition: all .6s;
}

.row_gallery .filtr-item:hover img {
    transform: scale(1);
}

.gallery_info .view:hover .image_photo {
    transform: scale(1);
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--primary-color);
}

.gallery_info .view:hover .text_gallery_hover {
    opacity: 1;
    pointer-events: auto;
}

.box-album {
    position: relative;
    margin: 15px 0 0;
    text-align: center;
    cursor: pointer;
}

.box-album p {
    text-align: center;
    margin: 0;
}

.flex-direction-nav a.flex-next:before {
    content: '\e90a';
    font-family: icomoon;
}

.flex-direction-nav a:before {
    content: '\e909';
    font-family: icomoon;
    font-size: 20px;
}

.flex-direction-nav a {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
}

.flexslider:hover .flex-prev {
    left: 30px;
}

.flexslider:hover .flex-next {
    right: 30px;
}

.flex-direction-nav a {
    text-shadow: none;
    border: solid 1px #ffffff66;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 2;
}

.offer-list {
    display: flex;
    align-items: center;
}

.offer-list .img-wrapper .circle-img {
    position: relative;
}

.offer-list .offer-content {
    width: 100%;
    padding: 0 0 0 50px;
}

.detail_room {
    position: relative;
    width: 100%;
    margin: 10px 0 0;
}

.detail_room > p i {
    color: var(--primary-color);
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.hidepic {
    display: none;
}
footer .footer-content .cols span.locate::before,
footer .footer-content .cols span.email::before,
footer .footer-content .cols span.phone::before{
    font-family: icomoon;
}
footer .footer-content .cols span.locate::before {
    content: "\e903";
}
footer .footer-content .cols span.email::before {
    content: "\e902";
}
footer .footer-content .cols span.phone::before {
    content: "\e904";
}
.lg-outer .lg-thumb-outer {
    padding: 15px;
}
.lg-outer .lg-thumb {
    padding: 0;
}

.header-tab .pull-right a , .header-tab .pull-right > div {
    display: inline-block;
}
.header-tab .pull-right .book_mobile {
    padding: 10px 20px;
    background: var(--primary-color);
    border-radius: 25px;
    font-weight: bold;
    color: #fff;
    transition: all .6s;
    text-transform: uppercase;
    font-size: 14px;
    display: none;
}
.header-tab .pull-right .book_mobile:hover {
    background: var(--secondary-color);
}
.header-tab .pull-right > div {
    margin-left: 15px;
}
.home-room-details h5 {
    font-size: 20px;
}
.big-error-number {
    line-height: 1;
}
.error-page-container a {
    border-radius: 25px;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: var(--primary-color);
    color: #fff;
    margin: 25px  0 0;
    transition: all .5s;
}
.error-page-container a:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}
footer .footer-content .cols p {
    margin: auto;
}
.social > img {
    width: 100px;
    margin: 0 0 30px;
}