﻿/*!
 * style.css
 * Version - 1.0
 * Website: SanhulHotel;
 *
 * Copyright (c) 2017 Bicweb.Vn
 */
@font-face {
    font-family: 'lato';
  
    src: url('fonts/OpenSans-Regular.ttf'); /*format('truetype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-bold';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'blackdiamond';
      src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    /*src: url('fonts/BlackDiamondsPersonalUse.ttf') format('truetype');*/
}
/*@font-face {
    font-family: UTM Trajan;
    src: url('fonts/UTM Trajan Pro Bold.ttf') format('truetype');
}

@font-face {
    font-family: UTM IsadoraBold;
    src: url('fonts/UTM IsadoraBold.ttf') format('truetype');
}

@font-face {
    font-family: UTM Avo;
    src: url('fonts/UTM-AVO.TTF') format('truetype');
}*/

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.padding40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding40_000 {
    padding-top: 40px;
    padding-bottom: 0px;
}

html, body {
    color: #333333;
    font-family: 'lato';
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'lato-bold';
    font-size: unset;
    margin: 0px;
    padding: 0px;
}

a {
    color: #222;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #0093dd;
        outline: none;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

ul {
    padding: 0;
    margin: 0;
}

.fw {
    float: left;
    width: 100%;
}
/*MEAN MENU*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: none;
    float: right;
    margin-top: 0px;
    max-width: 480px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #0093dd;
    color: #0093dd;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: -33px;
    width: 35px;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #0093dd;
        height: 5px;
        margin-top: 5px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
            background: #0093dd;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 0 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
                line-height: 42px;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 0 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 0 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 0 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 0 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 25px;
                line-height: 18px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}
/*END MEANMENU*/


.stick {
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(255,255,255,0.99);
    width: 100%;
}

/*HEADER*/
header {
    position: relative;
    z-index: 100;
}

.header-top {
    background: #000;
    height: 40px;
}

    .header-top .slogan, .header-top .menu-top {
        float: left;
        width: 50%;
    }

    .header-top .slogan {
        line-height: 40px;
    }

        .header-top .slogan span {
            display: inline-block;
            color: #a3a3a3;
            font-size: 14px;
            font-family: 'lato';
        }

            .header-top .slogan span.sitename {
                font-size: 14px;
                color: #0093dd;
                text-transform: uppercase;
            }

            .header-top .slogan span.text-slogan {
            }

.hotline_top {
    color: #a3a3a3;
    font-size: 14px;
    background: url(icon/hotline_icon.png) no-repeat left center;
    float: right;
    width: 255px;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.header-top .menu-top {
}

    .header-top .menu-top .RadMenu_Top {
        float: right;
    }
.zh .header-content .RadMenu .rmRootGroup .rmRootLink .rmText {
    padding: 0 40px;
}
.menu-top .RadMenu_Top {
}

.menu-top .RadMenu .rmHorizontal .rmItem {
    padding-top: 12px;
}

.menu-top .RadMenu .rmHorizontal .rmText {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 13px;
}

.header-content {
    background: #fff;
}

header .logo {
    /*position: absolute;
    left: 0;
    padding: 18px;
    top: 0;*/
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/
    float: left;
    z-index: 7001;
    margin-right: 40px;
}

    header .logo img {
        max-width: 100%;
    }

.language {
    float: right;
    line-height: 40px;
    height: 40px;
    min-width: 125px;
    /*background: url(img/language_bg.png) no-repeat left top;*/
    position: relative;
    padding-left: 15px;
}

    .language a {
        display: inline-block;
        height: 40px;
        width: 120px;
        text-transform: uppercase;
        color: #a3a3a3;
    }

        .language a.vi {
            background: url(icon/icon-flag-vi.png) no-repeat left center;
            padding-left: 27px;
            margin-left: -10px;
        }

        .language a.en {
            background: url(icon/icon-flag-en.png) no-repeat left center;
            padding-left: 30px;
        }
/*Menu*/
.RadMenu_Top {
    margin-top: 36px;
}

.RadMenu .rmItem a.rmLink {
    cursor: pointer;
    padding: 0;
}

.header-content .RadMenu_Top .rmHorizontal > .rmItem:nth-child(3) {
    /*margin-right: 150px;*/
}

.header-content .RadMenu_Top .rmHorizontal > .rmItem:nth-child(4) {
    /*margin-left: 100px;*/
}

.header-content .RadMenu .rmRootGroup .rmRootLink .rmText {
    font-family: 'lato-bold';
    font-size: 14px;
    padding: 0 18px;
    text-transform: uppercase;
}

.header-content .language_vi .RadMenu {
    /*float: right;*/
}

    .header-content .language_vi .RadMenu .rmRootGroup .rmRootLink .rmText {
        padding: 5px 18px;
    }

.header-content .RadMenu .rmRootGroup .rmRootLink.expanded .rmText, .header-content .RadMenu .rmRootGroup .rmRootLink:hover .rmText {
    color: #fff;
    background: #0093dd;
}

.header-content .RadMenu .rmRootGroup .rmLast .rmRootLink .rmText {
    /*padding-right: 0;*/
}

.header-content .RadMenu .rmRootGroup .rmFirst .rmRootLink .rmText {
    /*padding-left: 30px;
    background: url(icon/icon-home.png) no-repeat left center;*/
}

.header-content .RadMenu .rmRootGroup .promotion {
    position: absolute;
    top: -34px;
    right: 5px;
    display: inline-block;
    width: 42px;
    height: 41px;
    background: url(icon/hot_icon.png) no-repeat left top;
}

.header-content .RadMenu .rmRootGroup .rmFirst .rmRootLink.expanded .rmText, .header-content .RadMenu .rmRootGroup .rmFirst .rmRootLink:hover .rmText {
    /*background: url(icon/icon-home-active.png) no-repeat left center;*/
}

.header-content .RadMenu .rmVertical .rmItem {
    background: #0093dd;
    padding: 0 15px;
    min-width: 200px;
    width: 100%;
}

    .header-content .RadMenu .rmVertical .rmItem .rmLink {
        width: 100%;
    }

    .header-content .RadMenu .rmVertical .rmItem:hover .rmText {
        color: #fefefe;
    }

.header-content .RadMenu .rmVertical .rmText, .header-content .RadMenu .rmHorizontal .rmVertical .rmText {
    border-bottom: 1px solid #FDFCDC;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.header-content .RadMenu .rmVertical .rmLast .rmText, .header-content .RadMenu .rmHorizontal .rmVertical .rmLast .rmText {
    border: none;
}
/*BANNER*/
.banner {
    left: 0;
    /*margin-bottom: -130px;*/
    position: relative;
    /*top: -130px;*/
    width: 100%;
    z-index: 1;
}

.bn-items > img {
    max-width: 100%;
}

.ja .bn-items img,.zh .bn-items img {
    width: 100%;
}
.bn-item img {
    max-width: 100%;
}



.bn-text {
    display: block;
    left: 10%;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .bn-text span {
        display: block;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
        line-height: 1;
    }

    .bn-text .text-lg {
        color: #ff7300;
        font-size: 100px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .bn-text .text-md {
        font-size: 42px;
        color: #95969a;
        text-align: right;
    }

    .bn-text .text-sm {
        font-size: 24px;
        color: #595A5C;
    }

    .bn-text a {
        animation: 900ms linear 1000ms normal both 1 running zoomIn;
        border: 2px solid #ff7300;
        clear: both;
        color: #555555;
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        margin: 10px auto 25px;
        padding: 15px 60px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .bn-text a::after {
            background: #ff7300 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: scale(0, 1);
            transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
            width: 100%;
            z-index: -1;
        }

        .bn-text a:hover::after {
            transform: scale(1, 1);
        }

.banner .owl-prev, .banner .owl-next {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    opacity: 0;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 100;
}

.banner .owl-prev {
    left: 0;
}

.banner .owl-next {
    right: 0;
}

    .banner .owl-prev:hover, .banner .owl-next:hover {
        background: rgba(108, 61, 0, 1);
        transition: all 0.2s ease 0s;
    }

.banner:hover .owl-prev, .banner:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.banner:hover .owl-prev {
    left: 15px;
}

.banner:hover .owl-next {
    right: 15px;
}

.banner .booking-box-wr {
    background: #fff url(img/bookingbox_bg.jpg) no-repeat center top;
    height: 232px;
    margin-top: 50px;
    /*position: absolute;
    bottom: 0;*/
}

.booking-box {
    /*background: rgba(108, 61, 0, 1);*/
    color: #222;
    /*font-family: Open Sans;*/
    padding: 25px 0;
    width: 100%;
    z-index: 1;
}

    .booking-box .control-item {
        border: 1px solid #e5e5e5;
        display: inline-block;
        margin: 0 5px;
        min-width: 212px;
        position: relative;
        top: 15px;
        height: 44px;
    }

    .booking-box .control-itemfirst {
        margin-left: 30px;
    }

.bookingarea_title {
    font-family: 'lato-bold';
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: url(img/bottom_line.jpg) no-repeat center bottom;
    padding-bottom: 20px;
}

.booking-box .control-item.btn-book {
    /*border: none;
            min-width: 145px;
            height: unset;
            float: right;*/
    top: -2px;
}

    .booking-box .control-item.btn-book > a {
        background: #0093dd;
        color: #fff;
        display: block;
        line-height: 1;
        padding: 14px 15px;
        text-align: center;
        text-transform: uppercase;
    }

.booking-box .control-item.select-num {
    /*min-width: 135px;*/
}

.bookingarea_note {
    font-size: 12px;
    text-transform: uppercase;
    color: #7e7e7e;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 1px;
}

    .bookingarea_note a {
        color: #0093dd;
    }

.booking-box .control-item > label {
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    transition: all 0.2s ease 0s;
    top: 11px;
    left: 20px;
}

.booking-box .control-item > input, .booking-box .control-item > select {
    background: none;
    border: none;
    position: relative;
    float: right;
    z-index: 1;
}

.booking-box .control-item > select {
    background: url(icon/caret.png) no-repeat 185px center;
    padding-right: 40px;
    text-align: right;
    width: 100%;
    height: 100%;
    direction: rtl;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .booking-box .control-item > select:focus, .booking-box .control-item > select:active {
        border: none;
    }

.booking-box .control-item select > option {
    /*background: #6c3d00;*/
    text-align: center;
}

.booking-box .control-item > input {
    width: 100%;
    text-align: right;
    height: 42px;
    background: url(icon/date_icon.png) no-repeat 180px center;
    padding-right: 40px;
}
/*.booking-box .control-item > input:focus ~ label,
        .booking-box .control-item > input:active ~ label,
        .booking-box .control-item > input:valid ~ label
        {
            top: -15px;
        }*/
.row-item {
    width: 100%;
    float: left;
}

.box_right .boxitem:first-child {
    margin-top: 40px;
}

.boxitem {
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}

    .boxitem h3 {
        text-transform: uppercase;
        font-family: lato-bold;
        font-size: 17px;
        background: url(img/h3_bg.jpg) no-repeat left bottom;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

.makereservation .control-item {
    border: 1px solid #e5e5e5;
    display: inline-block;
    /*margin: 0 5px;*/
    width: 100%;
    position: relative;
    /*top: 15px;*/
    margin-bottom: 10px;
    float: left;
    height: 44px;
}

    .makereservation .control-item > select:focus, .makereservation .control-item > select:active {
        border: none;
    }

    .makereservation .control-item > input, .makereservation .control-item > select {
        background: none;
        border: none;
        position: relative;
        float: right;
        z-index: 1;
    }

    .makereservation .control-item > select {
        background: url(icon/caret.png) no-repeat 91% center;
        padding-right: 40px;
        text-align: right;
        width: 100%;
        height: 100%;
        direction: rtl;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .makereservation .control-item select > option {
        /*background: #6c3d00;*/
        text-align: center;
    }

    .makereservation .control-item > input {
        width: 100%;
        text-align: right;
        height: 42px;
        background: url(icon/date_icon.png) no-repeat 92% center;
        padding-right: 40px;
    }

    .makereservation .control-item > label {
        font-weight: 300;
        font-size: 14px;
        position: absolute;
        transition: all 0.2s ease 0s;
        top: 11px;
        left: 20px;
    }

    .makereservation .control-item.btn-book > a {
        background: #0093dd;
        color: #fff;
        display: block;
        line-height: 1;
        padding: 14px 15px;
        text-align: center;
        text-transform: uppercase;
    }

/*MAIN*/
.main-content {
    padding: 25px 0;
}

.page-content {
    padding: 50px 0;
    /*background: url(images/bg-page-content.jpg) no-repeat top center;*/
}

.caption-text {
    padding-bottom: 23px;
    background: url(images/bg-line-center.png) no-repeat bottom center;
    text-align: center;
    margin-bottom: 30px;
}

.page-content.page-article .caption-text {
    background: url(img/bg-line-center1.png) no-repeat bottom center;
}

.caption-text .text {
    font-family: 'blackdiamond';
    font-size: 40px;
    color: #222;
    text-transform:uppercase;
}

.page-content.page-article .caption-text .text {
    color: #fff;
}

.mn-desc {
    margin: auto;
    text-align: center;
    width: 75%;
    clear: both;
    margin-bottom: 40px;
}

.group-title {
    border-bottom: 2px solid #ff7300;
    margin-bottom: 20px;
}

    .group-title .text {
        background: #f2f2f2 none repeat scroll 0 0;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        min-width: 175px;
        padding: 15px;
        position: relative;
        text-transform: uppercase;
    }

        .group-title .text::before {
            border-bottom: 48px solid #f2f2f2;
            border-right: 40px solid transparent;
            border-top: 25px solid transparent;
            content: " ";
            position: absolute;
            right: -40px;
            top: -25px;
        }

.date {
    border: 1px solid #b47c34;
    color: #b47c34;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 300;
    padding: 3px 5px;
    text-transform: uppercase;
}

    .date b {
        font-weight: 800;
        margin-right: 5px;
    }

.divPage {
    width: 100%;
    float: left;
}

    .divPage .pager, .divPage .paged {
        /*text-align: right;
        float: right;*/
        margin: 0 0 50px 0;
    }

.pager a.num {
    background: none;
    /*border-radius: 50%;*/
    color: #222222;
    display: inline-block;
    font-family: lato;
    font-size: 14px;
    height: 36px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 36px;
}

    .pager a.num.select, .pager a.num:hover {
        background: #0093dd;
        color: #fff;
    }

/*article list*/
.listinghome {
    background: url(img/pacilties_bg.jpg) no-repeat center top;
}

.title_menu_wr {
    /*position: relative;*/
    text-align: center;
    width: 100%;
    float: left;
    min-height: 50px;
    margin-bottom: 5px;
}

.title_menu {
    /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    min-width: 910px;*/
    display: inline-block;
}

    .title_menu li {
        font-family: 'lato-bold';
        text-transform: uppercase;
        color: #fff;
        float: left;
        list-style: none;
        border: 1px solid #3c2e43;
        padding: 10px 20px;
        margin-right: 10px;
        background: url(img/title_bg.png) repeat;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .title_menu li.active {
            background: #fff;
            color: #0093dd;
        }

.n-items {
}

.n-item {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    background: #fff;
}

    .n-item figure {
        border-radius: 2px;
        float: left;
        /*margin-bottom: 15px;*/
        margin-right: 15px;
        overflow: hidden;
    }

        .n-item figure:hover img {
            transform: scale(1.1);
        }

        .n-item figure img {
            max-width: 100%;
            transition: all 500ms ease-out 0ms;
        }

    .n-item .n-title {
        margin-bottom: 10px;
        position: relative;
    }

        .n-item .n-title a {
            color: #222;
            font-family: lato-bold;
            display: block;
            font-size: 22px;
            font-weight: 400;
            line-height: 1.5;
            margin-top: -5px;
            /*text-transform: uppercase;*/
        }

    .n-item .n-desc {
        color: #353535;
        font-size: 14px;
        text-align: justify;
    }

        .n-item .n-desc h3, .n-item .n-desc h4 {
            font-size: unset;
        }

        .n-item .n-desc .date {
            color: #969696;
            display: block;
            font-size: 12px;
            margin-top: 10px;
        }

    .n-item .fa.fa-calendar {
        margin-right: 5px;
    }

.newshomelisting {
    background: #fff;
}
.newshomelisting .n-items{
    display: flex;
    flex-wrap: wrap;
}
.article-listing .n-item figure, .sidebar .n-item figure {
    float: left;
    max-width: 440px;
    width: 40%;
}

.article-listing .n-item .n-text, .sidebar .n-item .n-text {
    float: left;
    width: calc(60% - 15px);
}

.article-listing .n-item .n-title a {
    /*padding-left: 100px;*/
    font-family: 'lato-bold';
    font-size: 22px;
    text-transform: uppercase;
    color: #222222;
    margin: 15px 0;
}

.p_viewdetail {
    color: #0093dd;
    margin-top: 20px;
}

.price_title_h {
    display: none;
    font-family: 'lato-bold';
    font-size: 14px;
    text-transform: uppercase;
}

.price_value_h {
    display: none;
    font-family: 'lato-bold';
    font-size: 25px;
}

.p_viewdetail a {
    float: right;
    color: #0093dd;
    font-family: 'lato-bold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(icon/carret_right.png) no-repeat right center;
    padding-right: 15px;
    margin-top: 10px;
}

.servicehour {
    color: #0093dd;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px dotted #0093dd;
    border-radius: 5px;
    padding: 5px 10px;
    float: left;
    width:100%;
}

.article-listing .n-item .n-title {
    min-height: 35px;
}

.article-listing .n-item .date {
    position: absolute;
    top: 5px;
    left: 0;
    max-width: 95px;
}

.sidebar .n-item .n-title a {
    color: #181100;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.sidebar .n-item .date {
    border: none;
}

.advSidebar .adv-item {
    margin-bottom: 15px;
}

.advSidebar img {
    width: 100%;
}
/*service home*/
.servicelisting {
    background: #fff;
}
/*article detail*/
.articleDetail {
    padding-bottom: 30px;
    width: 100%;
    float: left;
}

.detail_img {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.articleDetail .n-title h1 {
    font-family: lato-bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.article-detail .date {
    padding: 5px 10px;
    position: absolute;
    top: 0;
}

.article-detail .title-article {
    color: #b28a2c;
    display: block;
    font-family: Open Sans;
    font-size: 20px;
    padding-left: 100px;
    text-transform: uppercase;
}

.article-detail .n-desc {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 35px;
    text-align: justify;
}

    .article-detail .n-desc ul {
        padding-left: 25px;
    }

.share {
    /*border-bottom: 1px dashed #4b4538;
    border-top: 1px dashed #4b4538;*/
    line-height: 30px;
    /*margin: 30px 0;*/
    padding: 5px 0;
    text-align: left;
}

    .share > a {
        /*border: 1px solid #a5a297;*/
        border-radius: 50%;
        color: #fff;
        display: block;
        float: left;
        margin-right: 40px;
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        width: 32px;
    }

        .share > a.fb {
            background: #485a96;
        }

            .share > a.fb:hover {
                /*border: 1px solid #5567a9;*/
                color: #5567a9;
            }

        .share > a.tw {
            background: #03a9f4;
        }

            .share > a.tw:hover {
                /*border: 1px solid #08c1f3;
            color: #08c1f3;*/
            }

        .share > a.pn {
            background: #d63633;
        }

            .share > a.pn:hover {
                /*border: 1px solid #BD081C;
            color: #BD081C;*/
            }

.old-price {
    text-decoration: line-through;
}

.article-detail .n-desc img {
    max-width: 100%;
}

.article-ref {
    float: left;
    width: 100%;
}

    .article-ref .related-title {
        float: left;
        min-width: 150px;
        padding-top: 6px;
        width: 22%;
    }

        .article-ref .related-title .text {
            color: #0093dd;
            font-family: Open Sans;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .article-ref .related-content {
        float: left;
        width: 75%;
    }

        .article-ref .related-content ul {
            list-style: none;
        }

            .article-ref .related-content ul li {
                padding: 5px 0 5px 25px;
                position: relative;
            }

                .article-ref .related-content ul li:before {
                    color: #0093dd;
                    content: "•";
                    font-size: 30px;
                    left: 0;
                    position: absolute;
                    top: -5px;
                }

                .article-ref .related-content ul li a {
                    color: #181100;
                    font-family: 'Open Sans';
                    font-size: 15px;
                }

                    .article-ref .related-content ul li a:hover {
                        color: #b28a2c;
                    }

                .article-ref .related-content ul li .date {
                    border: medium none;
                    color: #988461;
                    font-size: 12px;
                    position: static;
                    text-transform: none;
                    white-space: nowrap;
                }


.related-post .group-title, .partner .group-title {
    border-bottom: 2px solid #d9d9d9;
}

.related-post li {
    font-size: 16px;
    list-style: outside none none;
    padding-left: 15px;
    position: relative;
}

    .related-post li::before {
        color: #ff7300;
        content: "■";
        left: 0;
        position: absolute;
        top: -3px;
    }

/*CONTACT*/
.contact_des {
    color: #7e7e7e;
    text-align: center;
}

    .contact_des p {
        margin-bottom: 0;
    }

.contact_info {
    color: #7e7e7e;
    margin: 25px 0 20px 0;
    width: 100%;
    float: left;
}

.contact_item {
    width: 33.333%;
    padding: 0 10px;
    background: url(img/contact_carret.png) no-repeat right 68px;
    text-align: center;
    float: left;
}

    .contact_item h3 {
        background: url(img/contact_item_bg.jpg) no-repeat bottom center;
        color: #222222;
        text-transform: uppercase;
        font-family: lato-bold;
        font-size: 17px;
        padding-bottom: 8px;
        margin: 15px 0 10px;
    }

.contact_info .contact_item:last-child {
    background: none;
}

.contact-info .address-contact span {
    font-size: 14px;
}

    .contact-info .address-contact span.text {
        font-size: 16px;
    }

.captioncontact {
    margin-top:;
}

.contact-info .fw .text {
    color: #ff7300;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.address-contact {
    float: left;
    padding: 25px 0;
    width: 100%;
}

.contact-logo {
    margin-bottom: 15px;
}

.contact-detail .title {
    font-weight: bold;
    padding: 15px 0;
    text-transform: uppercase;
}

.form-contact {
    float: left;
    width: 100%;
}

    .form-contact .ct-control {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

        .form-contact .ct-control label {
            float: left;
            font-weight: normal;
            line-height: 30px;
            padding: 0 15px;
            position: relative;
            text-align: left;
            width: 25%;
        }

            .form-contact .ct-control label::after {
                color: #ff7300;
                content: "•";
                font-size: 20px;
                left: 0;
                position: absolute;
            }

    .form-contact .input-text, .form-contact .ct-message {
        background: #f0f0f0 none repeat scroll 0 0;
        border: medium none;
        float: left;
        height: 35px;
        padding: 2px 5px;
        width: 75%;
    }

    .form-contact .ct-message {
        height: 130px;
    }

    .form-contact .ct-control .wpcf7-submit {
        background: #ff7300 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        float: right;
        font-family: "Roboto";
        font-weight: normal;
        padding: 7px 25px;
        text-transform: uppercase;
    }

    .form-contact .btn-primary {
        background: #ff7300 none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        float: right;
        font-family: "Roboto";
        margin-right: 10px;
        padding: 7px 25px;
        text-transform: uppercase;
    }

    .form-contact div.wpcf7-validation-errors, .form-contact div.wpcf7-mail-sent-ok {
        border: medium none;
    }

    .form-contact div.wpcf7-response-output {
        margin: 0;
    }

    .form-contact span.wpcf7-not-valid-tip {
        display: unset;
    }

#map {
    margin-top: 15px;
    height: 500px;
    width: 100%;
}
/*BOOKING*/
.page-content .booking-content {
    margin: 0;
}

    .page-content .booking-content .form-group {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }

.book-title {
    color: #b47c34;
    font-family: 'UTM Trajan';
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.booking-room {
    float: right;
    width: 49%;
}

.booking-form {
    float: left;
    margin-right: 2%;
    padding-right: 40px;
    width: 49%;
}

    .booking-form .book-no {
        display: inline-flex;
        float: left;
        width: 100%;
    }

        .booking-form .book-no label {
            font-weight: normal;
            margin-right: 10px;
        }

        .booking-form .book-no .adultright {
            float: right;
            text-align: right;
            width: 50%;
        }

        .booking-form .book-no .adultleft {
            float: left;
            width: 50%;
        }

    .booking-form .form-group .book-no select {
        display: inline-flex;
        text-align: center;
        width: auto;
    }

.booking-content .booking-form .form-horizontal .control-label::before {
    left: 3px;
}

.booking-content .booking-form .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    background: #e2d5a0 url("icon/caret.png") no-repeat scroll right 10px center;
}

.booking-room .item:first-of-type {
    padding-top: 0;
}

.booking-room .item > figure {
    float: left;
    width: 20%;
}

.booking-room figure img {
    border-radius: 3px;
}

.booking-room .item > .room-title {
    float: left;
    padding: 0 15px;
    width: 36%;
}

.booking-room .item {
    border-bottom: 1px solid rgb(246, 240, 208);
    float: left;
    padding: 10px 0;
    width: 100%;
}

    .booking-room .item > .price {
        color: #a2a2a2;
        float: left;
        font-size: 14px;
        padding: 22px 0;
        white-space: nowrap;
        width: 25%;
    }

    .booking-room .item > .quantity {
        border: 1px solid #DFD0A7;
        float: right;
        margin: 15px 0;
        position: relative;
    }

.quantity span {
    padding: 0 5px;
}

.booking-room .item > .price .number {
    font-size: 14px;
    font-weight: bold;
}

.booking-room .item .quantity .qty {
    background: #fff;
    border: medium none;
    font-size: 16px;
    height: 40px;
    padding: 10px 30px;
    text-align: center;
    width: 90px;
}

.booking-room .quantity span {
    background: #DFD0A7;
    cursor: pointer;
    height: 100%;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    width: 30px;
    top: 0;
    z-index: 1;
}

    .booking-room .quantity span.minus {
        left: 0;
    }

    .booking-room .quantity span.plus {
        right: 0;
    }

.booking-room .item .r-title {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.booking-room .item .room-title > h3 {
    line-height: 0;
    margin: 0;
    padding: 0;
}

.booking-room .item .r-detail {
    color: #e47c04;
    font-size: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}

.booking-room .item:last-of-type {
    border: medium none;
}
/*SIDEBAR*/
.sidebar {
    padding-left: 40px;
}
/*Partner*/
.partner .item {
    border: 1px solid #d9d9d9;
    height: 130px;
    padding: 10px;
    position: relative;
}
/*HOME*/
.about-home {
    background: url(images/bg-about-home.png) no-repeat top center;
    padding: 35px 0;
    text-align: center;
}

.about-content {
    /*background: url(images/about_logo.png) no-repeat top center;*/
}

.about-home .about-content .welcome {
    background: url(images/bg-line-center.png) no-repeat bottom center;
    margin-bottom: 20px;
    padding-bottom: 35px;
    padding-top: 10px;
}

    .about-home .about-content .welcome .text {
        /*font-family: 'UTM Trajan';*/
        font-family: 'lato';
        font-size: 14px;
        color: #7e7e7e;
        /*padding: 45px 0 0 0;*/
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        letter-spacing: 1px;
    }

.about-home .about-content > p {
    width: 63%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #7e7e7e;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300;
}

.about-readmore {
    text-align: center;
    padding-top: 30px;
}

    .about-readmore a {
        font-family: 'lato';
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 20px;
        letter-spacing: 1px;
        background: #0093dd;
    }

.about-home .menuSlide {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .about-home .menuSlide ul {
        list-style: none;
        padding: 0 40px;
    }

        .about-home .menuSlide ul li {
            display: inline-block;
            width: 25%;
            float: left;
            padding: 0 20px;
            text-align: center;
        }

    .about-home .menuSlide figure {
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 10px;
        padding: 10px;
        transition: all 300ms ease 0ms;
    }

        .about-home .menuSlide figure:hover {
            margin-bottom: 30px;
            margin-top: -10px;
        }

            .about-home .menuSlide figure:hover a {
                opacity: 0.8;
            }

        .about-home .menuSlide figure a {
            display: block;
            background: #b47c34;
            border-radius: 50%;
        }

        .about-home .menuSlide figure img {
            border-radius: 50%;
            width: 100%;
        }

    .about-home .menuSlide a.text {
        color: #b47c34;
        font-family: "UTM Trajan";
        font-size: 18px;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

.home-content {
    margin: 30px 0;
    background: #f7f7f7;
}

.news-home, .offer {
    float: left;
    width: 100%;
}

.news-home {
    padding: 40px 0;
}

.text-title {
    margin: 25px 0;
}

    .text-title a {
        font-family: 'UTM Trajan';
        font-size: 22px;
        text-transform: uppercase;
        color: #d2b67f;
    }

.news-home .n-item {
    width: 45%;
    float: left;
    margin-bottom: 25px;
}

.newslisting .n-item {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 0;
}

.article_right {
    width: 100%;
    float: left;
}

.servicelisting .news-home .n-item {
    margin: 0;
    padding-top: 0;
    padding-bottom: 25px;
}

.servicelisting .news-home .n-items .n-item:nth-child(2) {
    padding-top: 5px;
}

.servicelisting .news-home .n-item:last-child {
    padding-bottom: 0;
}

.news-home .n-item .n-title a {
    display: block;
    font-family: 'lato-bold';
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    color: #222;
}

.news-home .n-item figure {
    width: 115px;
    margin-bottom: 0;
}

.news-home .n-item .n-desc .date {
    margin-top: 5px;
    border: none;
}

.news-home .n-item .description {
    /*display: none;*/
    color: #7e7e7e;
    font-family: 'lato';
    font-size: 14px;
}

.news-home .n-item.first {
    width: 50%;
    /*padding-right: 25px;*/
    background: url(images/servicehome_bg.jpg) no-repeat left top;
    padding: 60px;
}

.news-home .n-item .readmore1 {
    display: none;
}

.news-home .n-item.first .readmore1 {
    text-align: center;
    display: block;
    margin-top: 20px;
}

    .news-home .n-item.first .readmore1 a {
        font-family: 'lato-bold';
        font-size: 14px;
        text-transform: uppercase;
        background: url(icon/carret_right.png) no-repeat right center;
        display: inline-block;
        padding-right: 15px;
        color: #0093dd;
    }

.news-home .n-item.first .wrap_first {
    background: url(images/wrapfirst_bg.png) repeat left top;
    padding: 30px;
    float: left;
    height: 100%;
}

.news-home .n-item.first figure {
    width: 100%;
}

.news-home .n-item.first .n-title {
    /*display: none;*/
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .news-home .n-item.first .n-title a {
        display: inline-block;
    }

.news-home .n-item.first .description {
    display: block;
    color: #222;
}

.news-home .n-item.first .n-desc .date {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.newshomelisting .news-home .n-item {
    width: 50%;
    padding: 0;
    padding-right: 30px;
}

.newslisting .news-home .n-item {
    width: 100%;
    padding: 0;
}

.newshomelisting .news-home .n-item figure {
    width: 45%;
}

.newslisting .n-item figure {
    width: 30%;
}

.article_right .n-item figure {
    width: 70px;
    height: 70px;
}

.newshomelisting .n-item figure img {
    max-height: 175px;
    width: 100%;
}

.article_right .n-item figure img {
    width: 100%;
    height: 100%;
}

.article_right .n-item .n-title {
    text-align: left;
}

.article_right .n-item .n-desc .date {
    border: none;
    margin-top: 0;
    color: #0093dd;
    padding: 0;
    margin-bottom: 10px;
}

.article_right .n-item .n-title a {
    color: #1a1a1a;
    font-family: Lato;
    font-size: 14px;
}

.newslisting .n-item figure img {
    max-height: 175px;
    width: 100%;
}

.newshomelisting .news-home .n-item .n-title a {
    font-size: 22px;
    text-transform: none;
}

.newslisting .news-home .n-item .n-title a {
    font-size: 22px;
    text-transform: none;
}

.readmore1 {
    display: block;
    margin-top: 15px;
}

    .readmore1 a {
        color: #0093dd;
        font-family: 'lato-bold';
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: url(icon/carret_right.png) no-repeat right center;
        padding-right: 15px;
    }

.p_by {
    margin: 10px 0 10px 0;
    display:none;
}

.by {
    display: inline-block;
    background: url(img/by_bg.jpg) no-repeat left center;
    padding-left: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7e7e7e;
}

.offer {
    padding-left: 10px;
}

    .offer .n-title {
        display: none;
    }

    .offer .n-item,
    .offer .n-item figure {
        margin: 0;
        width: 100%;
    }

.galeryhomelistng {
    padding-bottom: 70px;
    /*position: relative;*/
}

    .galeryhomelistng .owl-dots {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        left: 50%;
        text-align: center;
        top: 110%;
        transform: translateX(-50%) translateY(-50%);
    }

    .galeryhomelistng .owl-dot > span {
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        height: 12px;
        margin-right: 15px;
        width: 12px;
    }

    .galeryhomelistng .owl-dot.active > span {
        background: #0093dd;
        height: 13px;
        width: 13px;
    }


/*ROOM*/
.room-list {
    padding-bottom: 0;
}

.r-items {
    margin-left: -15px;
    margin-right: -15px;
}

.r-item {
    float: left;
    margin-bottom: 50px;
    width: calc(33.3% - 30px);
    margin: 0 15px 50px 15px;
    background: #fff;
}

    .r-item.left {
        /*clear: left;*/
        /*padding-right: 30px;*/
    }

    .r-item.right {
        /*padding-left: 30px;*/
    }

    .r-item figure {
        margin-bottom: 20px;
        position: relative;
    }

    .r-item:hover {
        opacity: .8;
        transition: all .3s;
    }

    .r-item figure a p {
        height: 20px;
        background: url(img/star_bg.png) no-repeat center center;
        margin-top: -20px;
        position: relative;
        z-index: 2;
    }

    .r-item figure img {
        max-width: 100%;
        position: relative;
        z-index: 1;
        max-height: 190px;
        width: 100%;
    }

    .r-item figure .r-title {
        background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
        bottom: 0;
        left: 0;
        color: #fff;
        font-family: "Open Sans";
        font-size: 36px;
        font-weight: 300;
        padding-bottom: 30px;
        padding-top: 50px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        transition: transform 0.5s ease 0s;
        width: 100%;
        z-index: 11;
    }

    .r-item figure::before, .r-item figure::after {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        bottom: 22px;
        content: "";
        left: 20px;
        position: absolute;
        right: 20px;
        transform: scale(0, 1);
        z-index: 10;
    }

    /*.r-item figure::before {
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            top: 22px;
            transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
        }

        .r-item figure::after {
            bottom: 22px;
            transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
            z-index: 11;
        }*/

    .r-item figure figcaption {
    }

        .r-item figure figcaption::before, .r-item figure figcaption::after {
            bottom: 22px;
            content: "";
            position: absolute;
            top: 22px;
            transform: scale(1, 0);
            transition-duration: 0s;
        }

        .r-item figure figcaption::before {
            border-left: 1px solid rgba(255, 255, 255, 0.5);
            left: 20px;
        }

        .r-item figure figcaption::after {
            border-right: 1px solid rgba(255, 255, 255, 0.5);
            right: 20px;
        }

    .r-item figure:hover figcaption::before, .r-item figure:hover figcaption::after {
        transition-delay: 0.6s;
    }

    .r-item figure:hover::before, .r-item figure:hover::after, .r-item figure:hover figcaption::before, .r-item figure:hover figcaption::after {
        transform: scale(1);
    }

    .r-item figure:hover .r-title {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        bottom: 0;
        transform: translateY(-80%);
        -webkit-transform: translateY(-80%);
    }

    .r-item .r-text {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 20px;
    }

        .r-item .r-text h3 a {
            font-size: 14px;
            text-transform: uppercase;
        }

    .r-item .r-desc {
        float: left;
        /*padding-right: 30px;*/
        padding-top: 6px;
        text-align: justify;
        width: calc(100%);
        color: #7e7e7e;
        font-size: 14px;
    }

.price {
    background: url(img/price_bg.png) no-repeat 98% center;
    text-transform: uppercase;
    font-family: 'lato-bold';
    font-size: 15px;
    color: #0093dd;
}

    .price span.perday {
        font-size: 14px;
        font-family: 'lato';
        color: #7e7e7e;
        text-transform: none;
    }

.vi .price {
    font-size: 18px;
}

.price .number {
    color: #0093dd;
    /*font-size: 30px;
    font-weight: bold;*/
}

.control {
    /*float: right;
    width: 70px;*/
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .control > a {
        font-family: 'lato-bold';
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        padding: 8px 20px;
        /*letter-spacing: 1px;*/
        background: #0093dd;
    }

        .control > a:hover {
            /*background-color: rgba(255, 255, 255, 0.5) !important;*/
            opacity: .8;
        }

/*.control > a.book {
            background: rgba(0, 0, 0, 0) url("icon/book.png") no-repeat scroll center 10px;
        }*/

.vi .control > a.book {
    /*background: rgba(0, 0, 0, 0) url("icon/book.png") no-repeat scroll center 3px;
    padding-top: 33px;*/
}

.control > a.inquiry {
    background: rgba(0, 0, 0, 0) url("icon/inquiry.png") no-repeat scroll center 10px;
}

.images-gallery .p-thumbs .owl-prev, .images-gallery .p-thumbs .owl-next {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 30px;
}

.images-gallery .p-thumbs .owl-prev {
    left: 0;
}

.images-gallery .p-thumbs .owl-next {
    right: 0;
}

.images-gallery .p-thumbs:hover .owl-prev, .images-gallery .p-thumbs:hover .owl-next {
    opacity: 1;
    visibility: visible;
}
/*room detail*/
.room-details .images-gallery {
    float: left;
    padding: 0;
    width: 100%;
}

    .room-details .images-gallery img {
        max-width: 100%;
    }

.box_left .room-details .images-gallery figure img {
    width: 100%;
}

.room-details .p-thumbs {
    margin-top: 15px;
}

    .room-details .p-thumbs ul {
        list-style: none;
    }

.room-details .room-info {
    float: left;
    width: 50%;
}

.room-details .control {
    float: left;
}

.room-details .room-content {
    float: left;
    padding-left: 50px;
    width: calc(100% - 70px);
}

.room-content .title {
    color: #b28a2c;
    display: block;
    font-family: Open Sans;
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.room-details .book {
    margin-top: 0;
}

.room-details h1 {
    line-height: 1;
}

.room-details .info {
    border-bottom: 1px solid rgb(246, 240, 208);
    border-top: 1px solid rgb(246, 240, 208);
    float: left;
    margin: 15px 0;
    padding: 5px 0;
    width: 100%;
}

.room-details .price {
    float: left;
}

.room-details .share {
    border: medium none;
    float: right;
    margin: 0;
    max-width: 50%;
}

    .room-details .share > a {
        border: 1px solid rgb(174, 160, 115);
        color: rgb(174, 160, 115);
    }

.room-details .description {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}

.room-details .title-text {
    color: #b28a2c;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.room-details .service {
    margin-top: 15px;
}

    .room-details .service li, .full-service ul li, .room-details .description .text li {
        background: url(icon/icon-check.png) no-repeat left 5px;
        list-style: none;
        padding-left: 25px;
    }
.related-room{
    clear:both;
}
.r_title {
    font-family: lato-bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.info.infofix {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.advertising_wr img {
    max-width: 100%;
    margin-bottom: 10px;
}
.advertising_wr img:last-child {
    margin-bottom:0;
}
.related-title {
    margin: 40px 0 20px 0;

}
.full-service {
    float: left;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

.detail_body {
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

.detail_body img{ max-width:100% !important; }

.bodyleft {
    width: 90px;
    float: left;
    min-height: 300px;
}

.body_right {
    width: calc(100% - 90px);
    float: left;
    font-family: Lato;
    font-size: 14px;
    color: #7e7e7e;
}

.full-service ul {
    padding: 0;
    margin: 10px 0 0 0;
}

.start {
    margin-bottom: 10px;
}

.price1 {
    background: none;
}

.related-room .related-title {
    color: #0193de;
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.related-room .r-item {
    position: relative;
    width: calc(100% - 30px);
}

.related-room figure .r-title {
    font-size: 22px;
    padding-left: 15px;
    text-align: center;
    font-weight: 400;
}

.related-room .r-item figure:hover .r-title {
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}

.related-room .price {
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 10px;
    z-index: 11;
}

    .related-room .price .number {
        font-size: 20px;
    }

.related-room .r-item > figure {
    margin: 0;
}

.related-room .owl-controls .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}

.related-room .owl-controls .owl-next, .related-room .owl-controls .owl-prev {
    background: #dfdfdf none repeat scroll 0 0;
    color: #acacac;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

    .related-room .owl-controls .owl-next:hover, .related-room .owl-controls .owl-prev:hover {
        background: rgb(180, 124, 52);
        color: #fff;
    }

.related-room .owl-controls .owl-next {
    right: 50px;
}
/*Wedding*/
.adv-offer {
    border: 1px solid rgb(180, 124, 52);
    float: left;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

    .adv-offer .caption-text {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin: 15px 0;
        padding: 0;
    }

    .adv-offer::after {
        background: #fff url("images/bg-line-center.png") no-repeat scroll center center;
        content: "";
        height: 25px;
        left: 50%;
        position: absolute;
        top: -13px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 141px;
    }

    .adv-offer .caption-text .text {
        font-size: 30px;
    }

    .adv-offer .mn-desc {
        margin-bottom: 20px;
    }

/*Testimonial*/

.testimonial {
    float: left;
    margin-top: 40px;
    width: 100%;
    position: relative;
}

    .testimonial .caption-text .text {
        font-size: 30px;
    }

    .testimonial .caption-text {
        background-position: center top;
        padding-bottom: 25px;
        padding-top: 40px;
    }

.tes-items .n-item {
    margin: 0;
}

    .tes-items .n-item > figure img {
        border-radius: 50%;
    }

    .tes-items .n-item > figure {
        float: left;
        max-width: 130px;
    }

.testimonial .n-item .n-title a {
    font-weight: bold;
    text-transform: capitalize;
}

    .testimonial .n-item .n-title a::before {
        color: #b28a2c;
        content: "“";
        font-family: Georgia,serif;
        font-size: 40px;
        font-weight: bold;
        left: auto;
        position: relative;
        top: 15px;
    }

.testimonial .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.testimonial .owl-dot {
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
}

    .testimonial .owl-dot span {
        background: #c1c1c1;
        border-radius: 50%;
        display: inline-block;
        height: 17px;
        width: 17px;
    }

    .testimonial .owl-dot.active, .testimonial .owl-dot:hover {
        padding: 3px;
        border-radius: 50%;
        border: 1px solid #eaad5d;
    }

        .testimonial .owl-dot.active span, .testimonial .owl-dot:hover span {
            background: #eaad5d;
        }
/*Gallery*/

.g-item {
    float: left;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 33.3333%;
}

    .g-item > img {
        max-width: 100%;
    }

    .g-item img {
        max-width: 100%;
    }

.g-title .text {
    background: rgba(73, 41, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #ffe9a4;
    display: block;
    font-family: UTM Avo;
    font-size: 16px;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.g-title {
    position: relative;
    width: 100%;
}

.imageGallery {
    /*background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    padding-top: 55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;*/
    display: none;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    position: fixed;
    border: none;
    padding: 0px;
    margin: 0px;
    outline: invert none medium;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: none !important;
    z-index: 999;
}

.gallery {
    color: #fff;
    font-family: "Open Sans";
    font-size: 40px;
    line-height: 1;
}

    .gallery > span.btn-close {
        border: 1px solid #fff;
        cursor: pointer;
        float: right;
        margin-bottom: 2px;
        padding: 0 5px;
    }

.imgGallery {
    margin: auto;
    max-width: 100% !important;
    width: 100% !important;
}
/*#region CONTACT*/
.contact-content {
    margin-top: 40px;
    width: 100%;
    float: left;
}

    .contact-content .sitename {
        margin-bottom: 15px;
    }

    .contact-content .info-footer {
        width: 100%;
        margin: 15px 0;
    }

    .contact-content .contactForm {
        /*padding: 0 0 0 30px;*/
    }

.input_wr .control-label {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #222222;
    padding: 0;
    font-size: 14px;
    font-family: Lato;
    font-weight: 300;
    text-align: left;
}

.submit_wr {
    text-align: center;
    padding-top: 20px;
}

    .submit_wr a {
        background: #0093dd;
        font-family: Lato;
        font-size: 14px;
        color: #fff;
        padding: 10px 30px;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
    }

.contact-content .form-horizontal .control-label::before {
    /*color: #b47c34;
            content: "•";
            font-size: 20px;
            left: -5px;
            position: absolute;
            top: 3px;*/
}

.contact-content .form-group {
    margin-bottom: 10px;
}

    .contact-content .form-group input[type=text], .contact-content .form-group textarea, .booking-content .form-group select {
        background-color: #e2d5a0;
        background-image: none;
        border: 1px solid #e2d5a0;
        border-radius: 0;
        box-shadow: none;
        color: #555;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }

    .contact-content .form-group input.RadInput_Error_Default {
        color: #ed3237;
        font-size: 12px;
    }

    .contact-content .form-group textarea {
        height: 170px;
    }

    .contact-content .form-group .btn-primary {
        border-radius: 0;
        background-color: #b47c34;
        border-color: #b47c34;
    }

.contact_info_wr {
    background: #f8f8f8;
    margin-top: -270px;
}

.input_wr {
    position: relative;
    margin-bottom: 15px;
}

    .input_wr input[type=text] {
        height: 50px;
        width: 100%;
        border: none;
        font-size: 14px;
        font-family: Lato;
        padding-left: 90px;
    }

    .input_wr textarea {
        height: 150px;
        width: 100%;
        border: none !important;
        font-size: 14px !important;
        font-family: Lato !important;
        padding-left: 15px !important;
        padding-top: 40px !important;
    }

html body .RadInput_Default .riError, html body .RadInput_Error_Default {
    background-position: 100% -283px !important;
}

.RadCaptcha .imgcapcha {
    float: left;
}

.RadCaptcha .rcRefreshImage {
    cursor: pointer;
    height: 27px;
    background: url(icon/refreshcapcha.jpg) no-repeat;
    background-position: left center;
    float: left;
    padding: 0 0 0 28px;
    margin: 0px 0 0 19px;
    font-style: italic;
    color: #4b84c3;
    font-size: 11px;
    line-height: 27px;
}
/*#endregion*/

/*Region Coming with*/
.comingwith {
    color: #fff;
    background: #0093dd;
    padding: 20px 0;
}

.booknow {
    background: url(img/booknow_bg.jpg) repeat-x left top;
    height: 44px;
    line-height: 42px;
    display: inline-block;
    padding: 0 30px;
    color: #222;
    font-family: 'lato-bold';
    margin-top: 18px;
    text-transform: uppercase;
    float: right;
}
/*EndRegion*/

/*#region FOOTER*/
footer .main-footer {
    background: #13161c;
    color: #919293;
    padding: 25px 0;
}

.info-footer {
    float: left;
    width: 25%; /*33.3333%;*/
}

.btn-footer {
    float: left;
    width: 38.3333%;
    padding-left: 80px;
}

.info-footer .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*padding-right: 20px;*/
    /*float: left;*/
}

.info-footer address {
    padding-top: 15px;
}

    .info-footer address span {
        font-family: 'Open Sans';
        font-size: 13px;
        display: block;
    }

        .info-footer address span.title {
            font-family: 'UTM Trajan';
            font-size: 16px;
        }

        .info-footer address span a {
            color: #fff;
        }

.btn-footer .btn-map, .btn-footer .hotline {
    background: #7e4c0a;
    display: block;
    height: 75px;
    overflow: hidden;
    float: left;
}

.btn-footer .btn-map {
    background: #7e4c0a url("icon/icon-map.png") no-repeat scroll center 10px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    padding: 45px 10px 0;
    text-transform: uppercase;
}

.btn-footer .hotline > span {
    background: #7e4c0a url("icon/icon-phone.png") no-repeat scroll center 10px;
    display: block;
    float: left;
    padding: 45px 10px 0;
    text-transform: uppercase;
}

.btn-footer {
    padding-top: 25px;
}

    .btn-footer .hotline .phone {
        padding-top: 15px;
        text-align: center;
    }

        .btn-footer .hotline .phone > a {
            color: #fff;
            display: inline-block;
            font-family: "Open Sans";
            font-size: 16px;
            font-weight: 800;
        }

.menu-footer {
    float: right;
}

    .menu-footer .RadMenu_Bottom li.rmItem {
        list-style: none;
        background: url(img/menufooter_bg.jpg) no-repeat right center;
        /*padding-left: 20px;*/
    }

        .menu-footer .RadMenu_Bottom li.rmItem.rmLast {
            background: none;
        }

        .menu-footer .RadMenu_Bottom li.rmItem::after {
            /*content: "•";
            font-size: 18px;
            left: -10px;
            position: absolute;
            top: -4px;*/
        }

        .menu-footer .RadMenu_Bottom li.rmItem a.rmLink > .rmText {
            color: #a9aaab;
            font-size: 14px;
        }

        .menu-footer .RadMenu_Bottom li.rmItem .rmText {
            padding: 0 20px;
        }

        .menu-footer .RadMenu_Bottom li.rmItem.rmLast .rmText {
            padding-right: 0;
        }

        .menu-footer .RadMenu_Bottom li.rmItem a.rmLink:hover > .rmText {
            color: #fff;
        }

    .menu-footer .RadMenu_Bottom {
        list-style: none;
    }

        .menu-footer .RadMenu_Bottom li {
            float: left;
            list-style: none !important;
            list-style-type: none;
        }

footer .footer {
    background: #1f2228;
    color: #a7a7a8;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.footer_col {
    width: 25%;
    float: left;
    padding-top: 35px;
}

    .footer_col h3 {
        font-family: lato-bold;
        font-size: 16px;
        color: #fff;
        padding-bottom: 20px;
        text-transform: uppercase;
        background: url(img/footer_tile_bg.jpg) no-repeat left bottom;
        margin-bottom: 20px;
    }

    .footer_col a {
        color: #919293;
    }

        .footer_col a:hover {
            color: #fff;
        }

.subscribe {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.boxitem .subscribe {
    margin-top: 0;
}

    .boxitem .subscribe .textbox input[type=text] {
        border: 1px solid #e5e5e5;
        height: 40px;
    }

.subscribe .textbox {
    width: 100%;
    float: left;
    position: relative;
}

    .subscribe .textbox input[type=text] {
        width: 100%;
        height: 44px;
        border: 1px solid #25292e;
        background: none;
        padding-left: 10px;
    }

    .subscribe .textbox input[type=submit] {
        width: 36px;
        height: 36px;
        background: url(img/btn_email.png) no-repeat top left;
        position: absolute;
        top: 4px;
        right: 4px;
        border: none;
    }

.boxitem .subscribe .textbox input[type=submit] {
    background: url(img/btn_email1.jpg) no-repeat top left;
    top: 5px;
    right: 0;
}

.copyright, .design {
    float: left;
    /*width: 33.333%;*/
}

.copyright {
    /*padding: 5px 0;*/
}

    .copyright a {
        color: #0093dd;
    }

.design a {
    color: #a7a7a8;
}

.copyright a:hover {
    /*color: #b47c34;*/
}

.design a:hover {
    color: #fff;
}

.design {
    /*padding: 5px 0;
    text-align: right;*/
}

    .design a:first-of-type {
        /*color: #a5a297;*/
    }

.social {
    text-align: center;
    width: 100%;
    float: left;
}

    /*.social a {
        background: transparent;
        /*border: 1px solid #7e4c0a;*/
        background: #25292e;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 34px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 9px;
        text-align: center;
        width: 34px;
    }*/

        .social a:hover {
            background: #0093dd;
        }

.social-footer {
    float: right;
}

.social .fa-facebook {
   background: #5567a9;
        /*border: 1px solid #7e4c0a;*/
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 34px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 9px;
        text-align: center;
        width: 34px;
}

.social .fa-twitter {
   background: #08c1f3;
        /*border: 1px solid #7e4c0a;*/
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 34px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 9px;
        text-align: center;
        width: 34px;
}

.social .fa-google-plus-square {
    background: #be4a39;
        /*border: 1px solid #7e4c0a;*/
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 34px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 9px;
        text-align: center;
        width: 34px;
}
.social .fa-tripadvisor {
    background: #20d000;
        /*border: 1px solid #7e4c0a;*/
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 34px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 9px;
        text-align: center;
        width: 34px;
}
.social .fa-youtube {
    background: #b33632;
        /*border: 1px solid #7e4c0a;*/
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 34px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 9px;
        text-align: center;
        width: 34px;
}
/*#endregion*/
/*#region navigate path*/
.nav_wr {
    height: 50px;
    background: url(img/nav_bg.jpg) no-repeat center top;
}

.nav_path {
}

    .nav_path ol {
        margin-bottom: 0;
        margin-top: 15px;
    }
/*Endregion*/
/*#region Roomlisting*/
.box_left {
    width: 75%;
    float: left;
    padding-top: 40px;
    padding-right: 15px;
}

.box_right {
    width: 25%;
    float: left;
    padding-left: 15px;
}

.price-sale {
    color: red;
}
.roomlisting .r-item {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}
/*#endregion*/
/*#region Imagegallery*/
.album_wr {
    margin-left: -5px;
    margin-right: -5px;
}

    .album_wr .item {
        width: calc(33.333% - 10px);
        float: left;
        margin: 0px 5px 10px 5px;
    }
/*#Endregion*/
/*OTHER*/
.share {
    float: right;
}

#back-to-top {
    background: #ff7300 none repeat scroll 0 0;
    border: 1px solid #ff7300;
    border-radius: 50%;
    bottom: 45px;
    box-shadow: 0 0 10px 0px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 100;
}

    #back-to-top span {
        color: #fff;
    }

    #back-to-top:hover {
        background: #ff7300 none repeat scroll 0 0;
        border-color: #ff7300 !important;
    }

        #back-to-top:hover > span {
            color: #464646;
        }

.galleryDetail {
    display: block;
    min-height: 100px;
}

.RadAjax.RadAjax_Default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
/*RESPONSIVE*/
@media screen and (min-width:1367px) and (max-width:1920px) {
}

@media screen and (min-width:1220px) and (max-width:1366px) {
}

@media screen and (min-width:1220px) {
    .des-top {
        min-height: 100px;
    }

    .news-home .n-item.first {
        height: 460px;
    }
}

@media screen and (min-width:992px) and (max-width:1219px) {
    .header-content .RadMenu .rmRootGroup .rmRootLink .rmText {
        padding: 35px 10px;
    }

    .info-footer {
        width: 40%;
    }

    .btn-footer {
        padding-left: 0;
        width: 35%;
    }

    .menu-footer {
        padding-top: 25px;
        width: 25%;
    }

    .header-content {
        height: 90px;
        overflow: hidden;
    }

    .booking-box {
        padding: 0;
    }

        .booking-box .control-item {
            border: medium none;
            float: left;
            margin: 0;
            padding: 10px 15px;
            width: 33.3333%;
        }

            .booking-box .control-item.btn-book > a {
                display: inline-block;
                float: right;
            }

            .booking-box .control-item > input, .booking-box .control-item > select {
                border-bottom: 1px solid #bfa35a;
            }

            .booking-box .control-item:nth-child(4) {
                clear: left;
            }

    .booking-room .item {
        display: inline-flex;
    }
}

@media screen and (max-width:992px) {
    header {
        overflow: visible;
    }

    .header-top {
        background: #000;
    }

    .header-content {
        height: 90px;
    }

    .mobile-menu {
        min-width: 285px;
        position: absolute;
        right: 15px;
        top: 105px;
    }

    .header-top .slogan span {
        display: block;
        line-height: 1.2;
    }

        .header-top .slogan span.gach {
            display: none;
        }

    /*home*/
    .banner {
        margin-bottom: 0;
        top: 0;
    }

        .banner .booking-box {
            /*background: rgba(108, 61, 0, 1);*/
            bottom: auto;
            position: relative;
        }

    .about-home {
        padding: 40px 0;
    }

        .about-home .menuSlide figure {
            padding: 5px;
        }

        .about-home .menuSlide a.text {
            font-size: 14px;
        }

    .news-home, .offer {
        width: 100%;
    }

    .about-home .about-content .welcome .text {
        white-space: normal;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .header-top .slogan {
        display: inline-flex;
        width: auto;
    }

        .header-top .slogan span.sitename {
            display: none;
        }

    .header-top .menu-top {
        float: right;
        width: 260px;
    }

    .header-content {
        height: 95px;
    }

    header .logo {
        /*background: rgba(0, 0, 0, 0) url("images/bg-main-header.png") no-repeat scroll 46.35% 12px;*/
        padding: 0px 2px 0 0;
    }

        header .logo img {
            height: 95px;
        }
    /*home*/
    .news-home, .offer {
        width: 100%;
    }
    /*Room Detail*/
    .room-details .images-gallery {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%;
    }

    .room-details .room-info {
        width: 100%;
    }

    .room-content .title {
        font-size: 30px;
    }

    .room-info .control {
        width: 100%;
        margin-bottom: 15px;
    }

        .room-info .control > a {
            float: right;
        }

            .room-info .control > a.inquiry {
                margin-top: 0;
                margin-right: 10px;
            }

    .room-details .room-content {
        padding-left: 0;
        width: 100%;
    }

    .room-details .price {
        max-width: 100%;
    }

    .info-footer {
        width: 50%;
    }

    .btn-footer {
        display: none;
    }

    .menu-footer {
        padding-top: 20px;
        width: 50%;
    }

    .article-ref .related-content {
        width: 100%;
    }

    .booking-box {
        /*padding: 0;*/
    }

        .booking-box .control-item {
            border: medium none;
            float: left;
            margin: 0;
            padding: 10px 15px;
            width: 33.3333%;
        }

            .booking-box .control-item.btn-book > a {
                display: inline-block;
                float: right;
            }

            .booking-box .control-item > input, .booking-box .control-item > select {
                border-bottom: 1px solid #bfa35a;
            }

            .booking-box .control-item:nth-child(4) {
                clear: left;
            }

    .booking-form {
        padding-right: 15px;
    }

    .book-title {
        font-size: 20px;
    }

    .booking-room .item {
        display: inline-flex;
    }

        .booking-room .item > .price {
            font-size: 12px;
            padding: 10px 0;
        }

        .booking-room .item > .quantity {
            margin: 0;
        }
}

@media screen and (max-width:767px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .mobile-menu {
        min-width: 285px;
        position: absolute;
        right: 0;
        top: 75px;
    }

    .r-item {
        width: calc(50% - 30px);
    }

        .r-item figure .r-title {
            font-size: 25px;
        }

        .r-item figure:hover .r-title {
            transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
        }

    .sidebar {
        padding-left: 15px;
    }
    /*Room Detail*/
    .room-details .images-gallery {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%;
    }

    .room-details .room-info {
        width: 100%;
    }

    .room-content .title {
        font-size: 30px;
    }

    .room-info .control {
        width: 100%;
        margin-bottom: 15px;
    }

        .room-info .control > a {
            float: right;
        }

            .room-info .control > a.inquiry {
                margin-top: 0;
                margin-right: 10px;
            }

    .room-details .room-content {
        padding-left: 0;
        width: 100%;
    }

    .room-details .price {
        max-width: 100%;
    }

    /*footer*/
    .info-footer {
        width: 100%;
    }

    .btn-footer {
        padding-left: 0;
        padding-top: 25px;
        width: 50%;
    }

    .menu-footer {
        padding-left: 25px;
        padding-top: 25px;
        width: 50%;
    }

    .copyright, .social, .design {
        width: 100%;
        text-align: center;
    }

    .design {
        display: none;
    }

    .booking-box {
        padding: 10px 0;
    }

        .booking-box .row {
            /*margin: 0;*/
        }

        .booking-box .control-item {
            display: block;
            float: left;
            margin: 5px 10px;
            position: unset;
            top: unset;
            width: 40%;
        }

            .booking-box .control-item:nth-child(2n) {
                float: right;
            }

    .title_menu_wr {
        margin-left: -15px;
        margin-top: -15px;
        width: auto;
    }

    .article-listing-home {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        min-width: 100%;
    }
}

@media screen and (min-width:667px) and (max-width:767px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .header-top .slogan {
        display: inline-flex;
        width: auto;
    }

        .header-top .slogan span.sitename {
            display: none;
        }

    .header-top .menu-top {
        float: right;
        width: 260px;
    }

    .header-content {
        height: 70px;
    }

    header .logo {
        /*background: rgba(0, 0, 0, 0) url("images/bg-main-header.png") no-repeat scroll 46.35% 12px;*/
        padding: 13px 2px 0 0;
    }

        header .logo img {
            height: 95px;
        }

    .mobile-menu {
        min-width: 285px;
        position: absolute;
        right: 15px;
        top: 105px;
    }

    .article-listing .n-item figure, .sidebar .n-item figure {
        margin: 0;
        padding: 0 15px 15px 0;
    }

    .sidebar .widget.related-post {
        display: none;
    }

    .advSidebar .adv-item {
        float: left;
        margin: 1%;
        width: 48%;
    }

    .booking-box .control-item {
        border: none;
        float: left;
        margin: 0;
        padding: 10px 15px;
        width: 50%;
    }

        .booking-box .control-item > input, .booking-box .control-item > select {
            border-bottom: 1px solid #bfa35a;
        }

    .booking-form .form-group .col-sm-8 {
        padding: 0;
    }

    .booking-content .booking-form .form-horizontal .control-label::before {
        top: -3px;
    }

    .book-title {
        font-size: 18px;
    }

    .booking-form {
        padding-right: 15px;
    }

    .booking-room .item {
        display: inline-block;
    }

        .booking-room .item > .room-title {
            padding: 0 15px 0 0;
        }

        .booking-room .item > figure {
            display: none;
        }

        .booking-room .item > .price {
            padding: 10px 0;
        }

        .booking-room .item > .quantity {
            margin: 0;
        }
}

@media screen and (min-width:481px) and (max-width:667px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .header-content {
        height: 70px;
        background: rgba(214, 194, 140, 0) url("images/bg-main-header.png") no-repeat scroll 50% -27px;
    }

    .mobile-menu {
        padding: 0 15px;
        top: 90px;
        width: 100%;
    }

    header .logo {
        /*background: rgba(0, 0, 0, 0) url("images/bg-main-header.png") no-repeat scroll 46% 10px;*/
        /*left: 0;
        padding: 15px 4px 5px;
        position: absolute;
        top: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);*/
    }

        header .logo img {
            width: 70px;
        }

    .logo > a {
        display: block;
    }

    .mean-container .mean-nav {
        margin-top: 15px;
    }

    .header-top .slogan, .header-top .menu-top {
        width: 100%;
    }

    .header-top .slogan {
        display: none;
    }

    .about-home .about-content .welcome {
        margin-bottom: 15px;
    }

        .about-home .about-content .welcome .text {
            font-size: 25px;
            padding: 0;
        }

    .about-home .about-content > p {
        font-size: 15px;
        width: 90%;
    }

    .about-home .menuSlide ul li {
        padding: 0 15px;
    }

    .article-listing .n-item figure, .sidebar .n-item figure {
        margin: 0;
        padding: 0 15px 15px 0;
    }

    .sidebar {
        margin-top: 15px;
    }

        .sidebar .widget.related-post {
            display: none;
        }

    .advSidebar .adv-item {
        float: left;
        margin: 1%;
        width: 48%;
    }

    .btn-footer .btn-map {
        display: none;
    }

    .g-item {
        width: 50%;
    }

    .booking-room {
        margin-bottom: 25px;
        width: 100%;
    }

    .booking-box .control-item {
        border: none;
        float: left;
        margin: 0;
        padding: 10px 15px;
        width: 50%;
    }

        .booking-box .control-item > input, .booking-box .control-item > select {
            border-bottom: 1px solid #bfa35a;
        }

    .booking-form {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    .booking-room .item {
        display: flex;
    }

        .booking-room .item > .quantity {
            margin: 0;
            height: 42px;
        }

        .booking-room .item > .price {
            padding: 10px 0;
            font-size: 12px;
        }
}

@media screen and (max-width:640px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    /*.hotservices {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }*/
	.footer_col{
		    width: 33%; font-size:12px;
	}
    .hotservices .n-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .hotservices .n-item.first {
            width: 100%;
        }

            .hotservices .n-item.first figure {
                width: 115px;
            }

        .hotservices .n-item.first {
            background: none;
            padding: 0;
            padding-bottom: 25px;
        }

            .hotservices .n-item.first .wrap_first {
                background: none;
                padding: 0;
            }

            .hotservices .n-item.first .n-title {
                float: none;
                text-align: left;
                padding: 0;
                margin-top: 0;
            }

            .hotservices .n-item.first .readmore1 {
                display: none;
            }

    .newshomelisting .news-home .n-item {
        width: 100%;
        padding-right: 0;
    }

        .newshomelisting .news-home .n-item figure {
            width: 40%;
        }

        .newshomelisting .news-home .n-item .n-title a {
            font-size: 18px;
        }
}

@media screen and (max-width:480px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
	.footer_col{
		     font-size:14px;
	}
    .box_left {
        width: 100%;
    }
     .box_right {
        width: 100%;
    }
    .fixresponse {
        /*margin-left: -15px;
        margin-right: -15px;*/
    }

    .header-content {
        height: 70px;
        background: rgba(214, 194, 140, 0) url("images/bg-main-header.png") no-repeat scroll 50% -27px;
    }

    .hotline_top {
        display: none;
    }

    .mobile-menu {
        padding: 0;
        top: 90px;
        width: 100%;
    }

    .mean-container a.meanmenu-reveal {
        margin-right: 15px;
    }

    .mean-container .mean-nav {
        margin-top: 15px;
    }

    header .logo {
        /*background: rgba(0, 0, 0, 0) url("images/bg-main-header.png") no-repeat scroll 46% 10px;*/
        /*left: 0;
        padding: 15px 4px 5px;
        position: absolute;
        top: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);*/
    }

        header .logo img {
            width: 70px;
        }

    .logo > a {
        display: block;
    }

    .menu-top .RadMenu .rmHorizontal .rmItem {
        padding-top: 10px;
    }

    .menu-top .RadMenu .rmHorizontal .rmText {
        font-size: 12px;
    }

    .header-top .slogan, .header-top .menu-top {
        width: 100%;
    }

    .header-top .slogan {
        display: none;
    }

    .home-content {
        margin: 15px 0;
    }

    .about-home {
        padding: 15px 0;
    }

        .about-home .about-content .welcome {
            margin-bottom: 10px;
        }

            .about-home .about-content .welcome .text {
                font-size: 18px;
                padding: 0;
                white-space: normal;
            }

        .about-home .about-content > p {
            font-size: 14px;
            line-height: 1.5;
            width: 100%;
        }

        .about-home .menuSlide {
            margin-top: 15px;
        }

            .about-home .menuSlide ul {
                padding: 0;
            }

                .about-home .menuSlide ul li {
                    padding: 0 15px;
                    width: 50%;
                }

            .about-home .menuSlide a.text {
                font-size: 13px;
            }

            .about-home .menuSlide figure {
                padding: 5px;
            }

                .about-home .menuSlide figure:hover {
                    margin-bottom: 10px;
                    margin-top: 10px;
                }

    .text-title {
        margin: 15px 0;
        text-align: center;
    }

        .text-title a {
            font-size: 18px;
        }

    .news-home, .offer {
        width: 100%;
        padding: 0;
    }

        .offer .n-item, .offer .n-item figure {
            margin-bottom: 0;
        }

        .news-home .n-item {
            width: 100%;
        }

            .news-home .n-item.first {
                padding-right: 0;
                width: 100%;
            }

                .news-home .n-item.first figure {
                    width: 115px;
                }

                .news-home .n-item.first .n-title {
                    display: block;
                }

                .news-home .n-item.first .description {
                    display: none !important;
                }

    .hotservices {
        padding-top: 25px;
        padding-bottom: 25px;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

        .hotservices .n-item.first .description {
            display: block !important;
        }

    .news-home .n-item .n-desc .date {
        text-align: left;
    }

    .news-home .n-item.first .n-desc .date {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    .offer .owl-controls {
        display: none;
    }

    .sidebar {
        margin-top: 15px;
    }
    /*news*/
    .page-content {
        padding: 30px 0;
    }

    .article-listing .n-item figure {
        max-width: 100%;
        width: 100%;
    }

    .article-listing .n-item .n-text {
        width: 100%;
    }

    .caption-text {
        padding-bottom: 30px;
        /*margin-bottom: 0;*/
        padding-bottom: 35px;
    }

    .testimonial {
        margin-top: 0;
    }

        .caption-text .text, .testimonial .caption-text .text, .adv-offer .caption-text .text {
            font-size: 25px;
        }

    .mn-desc {
        margin: auto auto 10px;
        width: 95%;
    }

    .article-detail .date {
        display: none;
    }

    .article-detail .title-article {
        padding-left: 0;
    }

    .article-detail .n-desc {
        margin-top: 15px;
    }

    .article-ref .related-content, .article-ref .related-title {
        width: 100%;
    }

    .sidebar .n-item .date {
        text-align: left;
    }

    .related-room .related-title {
        font-size: 25px;
    }
    /*room*/
    .r-items {
        margin-left: 0;
        margin-right: 0;
    }

    .r-item,.footer_col {
        margin-bottom: 30px;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

        .r-item.left {
            padding-right: 0;
        }

        .r-item.right {
            padding-left: 0;
        }

        .r-item figure .r-title {
            font-size: 20px;
        }

        .r-item figure:hover .r-title {
            transform: translateY(-30%);
            -webkit-transform: translateY(-30%);
        }

    /*Room Detail*/
    .room-details .share {
        display: none;
    }

    .g-item {
        width: 50%;
    }
    /*footer*/
    .info-footer {
        width: 100%;
    }

    .btn-footer {
        padding-left: 0;
        padding-top: 0;
        width: 100%;
    }

    .menu-footer {
        padding-left: 25px;
        padding-top: 25px;
        width: 100%;
    }

    .copyright, .social, .design {
        width: 100%;
        text-align: center;
    }

    .design {
        display: none;
    }
    /*book*/
    .booking-box .control-item {
        clear: both;
        display: block;
        height: 30px;
        margin: 5px 0;
        top: 0;
        width: 100%;
        position: relative;
    }

        .booking-box .control-item.btn-book {
            height: auto;
        }

        .booking-box .control-item > input, .booking-box .control-item > select {
            /*width: 50%;*/
            height: 30px;
            background-position: calc(100% - 15px) center;
        }

        .booking-box .control-item > label {
            top: 4px;
        }

    .banner .booking-box-wr {
        height: auto;
    }

    .bookingarea_note {
        float: left;
        width: 100%;
        margin-top: 8px;
    }

    .booking-room {
        margin-bottom: 25px;
        width: 100%;
    }

        .booking-room .item {
            display: flex;
        }

            .booking-room .item > .quantity {
                margin: 0;
                height: 42px;
            }

            .booking-room .item > .price {
                padding: 10px 0;
                font-size: 12px;
            }

    .book-title {
        font-size: 20px;
    }

    .booking-form {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    .booking-content .booking-form .form-horizontal .control-label::before {
        top: -3px;
    }

    .contact-content {
        margin-left: 0;
    }

        .contact-content .contactForm {
            padding: 0;
        }

        .contact-content .form-horizontal .control-label {
            padding-left: 0;
        }

            .contact-content .form-horizontal .control-label::before {
                /*left: 15px;
                top: -3px;*/
            }

    .contact_item {
        width: 100%;
        background: none;
    }

    .listinghome {
        background-repeat: repeat-y;
    }

    .title_menu li {
        padding: 7px 10px;
        width: calc(50% - 10px);
        float: left;
        text-transform: none;
    }

    .fatities {
        margin-left: -15px;
        margin-right: -15px;
    }

    .title_menu_wr {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        text-align: left;
        font-size: 12px;
    }

    .newshomelisting-fix {
        margin-left: -15px;
        margin-right: -15px;
    }

    .newshomelisting .news-home .n-item figure {
        width: 35%;
    }

    .newshomelisting .news-home .n-item .n-title a {
        font-size: 16px;
    }

    .p_by {
        margin: 0px 0 5px 0;
    }

    .by {
        font-size: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:399px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .g-item {
        width: 100%;
    }

    .menu-footer {
        padding-left: 15px;
    }

    .btn-footer .btn-map {
        font-size: 13px;
        margin-right: 15px;
        padding: 45px 5px 0;
    }

    .btn-footer .hotline > span {
        font-size: 13px;
        padding: 45px 5px 0;
    }

    .btn-footer .hotline .phone > a {
        font-size: 13px;
    }

    .book-title {
        font-size: 18px;
    }

    .book-no {
        width: 100%;
    }

    .booking-room .item {
        display: inline-block;
    }

        .booking-room .item > .room-title {
            padding: 0 15px 0 0;
        }

        .booking-room .item > figure {
            display: none;
        }

    .booking-form .form-group .col-sm-8 {
        padding: 0;
    }

    .article-listing .n-item .date {
        font-size: 13px;
        max-width: 45px;
    }

    .date {
        text-align: center;
    }

        .date b {
            float: left;
            width: 100%;
        }

    .article-listing .n-item .n-title a {
        padding-left: 50px;
    }

    .news-home .n-item.first .n-desc .date {
        text-align: left;
    }

    .title_menu li {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .info-footer .logo {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:319px) {
	.detail_body img, .articleDetail img{ max-width:100% !important; height: auto !important; }
    .g-item {
        width: 100%;
    }

    .hotline_top {
        display: none;
    }

    .menu-footer {
        padding-left: 15px;
    }

    .info-footer .logo {
        display: none;
    }

    .btn-footer .btn-map {
        font-size: 13px;
        margin-right: 15px;
        padding: 45px 5px 0;
    }

    .btn-footer .hotline > span {
        font-size: 13px;
        padding: 45px 5px 0;
    }

    .btn-footer .hotline .phone > a {
        font-size: 13px;
    }

    .book-title {
        font-size: 18px;
    }

    .book-no {
        width: 100%;
    }

    .booking-room .item {
        display: inline-block;
    }

        .booking-room .item > .room-title {
            padding: 0 15px 0 0;
        }

        .booking-room .item > figure {
            display: none;
        }

    .booking-form .form-group .col-sm-8 {
        padding: 0;
    }

    .title_menu li {
        width: 100%;
    }
}
