@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light-webfont.woff2') format('woff2'),
    url('../font/roboto-light-webfont.woff') format('woff'),
    url('../font/Roboto-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'KaniGa-Regular';
    src: url('../font/KaniGa-Regular.woff2') format('woff2'),
    url('../font/KaniGa-Regular.woff') format('woff'),
    url('../font/KaniGa-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'Sarabun-Regular';
    src: url('../font/Sarabun-Regular.woff2') format('woff2'),
    url('../font/Sarabun-Regular.woff') format('woff'),
    url('../font/Sarabun-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../font/roboto-black-webfont.woff2') format('woff2'),
    url('../font/roboto-black-webfont.woff') format('woff'),
    url('../font/roboto-black-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'Playball';
    src: url('../font/Playball-Regular/playball-regular-webfont.woff2') format('woff2'),
    url('../font/Playball-Regular/playball-regular-webfont.woff') format('woff'),
    url('../font/Playball-Regular/Playball-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
    color: #797979;
    font-size: 16px;
    font-weight: bolder;
    overflow-x: hidden;
    line-height: 1.5;
    font-family: 'robotolight', 'sans-serif';

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -moz-transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
    outline: 0 !important
}

a:hover {
    list-style: none !important;
}

input:focus, select:focus, textarea:focus {
    outline: 0 !important
}

section {
    padding: 50px 50px 0px 50px;
}

h1 {
    color: #a18617;
    font-size: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h2 {
    color: #a18617;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: 0.15em;
    font-family: 'Sarabun-Regular';
}

h3 {
    color: #18223c;
    font-size: 22px;
    letter-spacing: 0.10em;
    font-family: 'Sarabun-Regular';
}

h4 {
    font-size: 18px;
}

h5 {
    color: #a18617;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.15em;
    font-family: 'Sarabun-Regular';
}

h8 {
    color: #a18617;
    font-size: 8px;
    line-height: 20px;
    letter-spacing: 0.10em;
}

p {
    font-size: 16px;
    opacity: 0.8;
    margin: auto;
    line-height: normal;
    letter-spacing: 0.01em;
}

hr {
    opacity: 0.7 !important;
    margin: 30px 0px !important;
    border-bottom: 0.5px dashed #56616b !important;
}

/* ===CssCenter=== */
.floatLeft {
    float: left;
}

.floatRight {
    float: left;
}

.containerRL {
    padding: 0px 50px;
}

.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    z-index: 1;
    display: none;
    position: absolute;
    background-color: #FBF6ED;
}

.dropdown-content p {
    color: #a18617;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.dropdown-content i {
    font-size: 18px !important;
}

.dropdown:hover .dropdown-content {
    display: block;
    cursor: pointer;
}

.color-gold {
    color: #a28800;
    letter-spacing: 0.1em;
}

.text-underline {
    text-decoration: underline;
}

.bg-yellow {
    background: #fbf6ed;
}

.bg-yellow .section-text-title .line h1 span {
    background: #fbf6ed;
}

.bg-white {
    background: #ffffff;
}

/* borderBox */
.borderBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

.borderBox img {
    max-width: 100%;
    vertical-align: top;
}

.borderBox .border {
    position: absolute;
    opacity: 1.0;
}

.borderBox .border:before,
.borderBox .border:after,
.borderBox .border div:before,
.borderBox .border div:after {
    background-color: #fbf6ed;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.borderBox .border:before,
.borderBox .border:after {
    width: 0;
    height: 1px;
}

.borderBox .border div:before,
.borderBox .border div:after {
    width: 1px;
    height: 0;
}

.borderBox .border.one {
    left: 0;
    top: 0;
    right: 12px;
    bottom: 12px;
}

.borderBox .border.one:after,
.borderBox .border.one div:after {
    bottom: 0;
    right: 0;
}

.borderBox .border.two {
    left: 12px;
    top: 12px;
    right: 0;
    bottom: 0;
}

.borderBox .border.two:before,
.borderBox .border.two div:before {
    right: 0;
    top: 0;
}

.borderBox .border.two:after,
.borderBox .border.two div:after {
    bottom: 0;
    left: 0;
}

.borderBox:hover .border:before,
.borderBox.hover .border:before,
.borderBox:hover .border:after,
.borderBox.hover .border:after {
    width: 100%;
}

.borderBox:hover .border div:before,
.borderBox.hover .border div:before,
.borderBox:hover .border div:after,
.borderBox.hover .border div:after {
    height: 100%;
}

.findExplore {
    margin-top: 30px;
}

.findExplore::after {
    content: '';
    background: #ffffff url(../../images/icon/btn-arrow.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
}

.findExplore a {
    color: #a58d36;
    padding: 11px 25px;
    margin-right: -10px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    border: 1px solid #a58d36;
    text-transform: uppercase;
}

.findExplore a:hover {
    color: #a58d36;
    margin-right: 0px;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s;
}

.booknow {
    width: 150px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
    padding: 11px 25px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #a58d36;
}

.bookpromotion {
    width: 300px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
    padding: 11px 25px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #a58d36;
}

.booknow a {
    color: #ffffff;
}

.booknow a:hover {
    color: #a58d36;
}

.section-topPage {
    padding: auto;
}

.section-topPage::before {
    width: 980px;
    margin: 0 auto;
    position: relative;
    /*content: url(../../images/icon/border-bottom.png);*/
}

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

.section-text-title .line {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.section-text-title .line h1 {
    color: #a18617;
    font-size: 28px;
    line-height: 0px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #a18617;
    position: relative;
}

.section-text-title .line h1 span {
    padding: 0 10px;
    position: relative;
    background: #ffffff;
}

.section-text-title .textTheRiverie {
    color: #18223c;
    font-size: 16px;
    margin: 20px 20px 70px 0px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.section-text-title .textTheRiverie::after {
    content: "The Riverie by Katathani";
}

.section-iconHotel {
    margin: 0px;
}

.section-iconHotel::before {
    width: 50px;
    clear: both;
    display: block;
    margin: 0 auto;
    content: url('../../images/icon/icon-hotel.png');
}

.section-iconHotel::after {
    clear: both;
    content: "The";
    display: block;
    color: #a28800;
    font-size: 30px;
    text-align: center;
    font-family: 'Sarabun-Regular';
}

/* ===CssCenterTable=== */
.tableCenter {
    width: 100%;
}

.tab {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    color: #797979;
    font-size: 22px;
    padding: 0px 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tab button:first-child {
    border-right: 1px solid #a28800;
}

.tab button.active {
    color: #a28800;
}

.tabcontent {
    display: none;
    padding: 20px 0px;
    transition: 3s;
}

.tab .hover:hover {
    color: #a28800 !important;
}

/* ===CssCenterMargin=== */
.marginT5 {
    margin-top: 5px;
}

.marginT10 {
    margin-top: 10px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT30 {
    margin-top: 30px;
}

.marginT50 {
    margin-top: 50px;
}

.marginB5 {
    margin-bottom: 5px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB50 {
    margin-bottom: 50px;
}

.marginR5 {
    margin-right: 5px;
}

.marginR10 {
    margin-right: 10px;
}

.marginR20 {
    margin-right: 20px;
}

.padding20 {
    padding: 20px !important;
}

.paddingb30 {
    padding-bottom: 30px !important;
}

.paddingb50 {
    padding-bottom: 50px !important;
}

.paddingt50 {
    padding-top: 50px !important;
}

/* ===loaderPage== */
#loader {
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;

}

.loading_info:after {
    top: 0;
    right: 50%;
    content: "";
    z-index: 2;
    width: 50%;
    height: 100%;
    position: fixed;
    background: #fbf6ed;
    -webkit-animation: fade-in-left 1s;
    animation: fade-in-left 1s;
}

.loading_info:before {
    top: 00%;
    left: 50%;
    content: "";
    z-index: 2;
    width: 50%;
    height: 100%;
    position: fixed;
    background: #ffffff;
}

.loading_info .box-left {
    top: 35%;
    left: 35%;
    z-index: 3;
    position: absolute;
    -webkit-animation: flipInY 1s;
    animation: flipInY 1s;
}

.loading_info .box-right {
    top: 28%;
    left: 53%;
    z-index: 9999;
    margin-top: 100px;
    position: absolute;
    -webkit-animation: fade-in-right 2s;
    animation: fade-in-right 2s;
}

.loading_info .box-right h1 {
    color: #a58d36;
    font-size: 36px;
    margin: 0px;
    line-height: 40px;
    letter-spacing: 0.1em;
}

.loading_info .box-right p {
    margin: 0px;
    color: #18223c;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

#myDiv {
    display: none;
    text-align: center;
    -webkit-animation: fade-in-left-sm 2s;
    animation: fade-in-left-sm 2s;
}

/* ===CssCenter=== */
.scrollDownHide {
    opacity: 0.99;
}

/* ===Header== */
header, a, img, li {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

header {
    z-index: 3;
    width: 100%;
    height: 110px;
    padding: 0px;
    background: #fbf6ed;
    position: fixed;
}

header.large {
    height: auto;
}

header .logo {
    top: 0px;
    z-index: 2;
    float: left;
    padding: 7px 5px;
    position: absolute;
}

header .topMenu {
    z-index: 1;
    width: 100%;
    height: 32px;
    text-align: right;
    position: absolute;
    background: #ffffff;
}

header .topMenu .selectLanguage {
    color: #fff;
    float: right;
    font-size: 12px;
    margin-left: 10px;
    padding: 7px 10px;
    text-align: center;
    letter-spacing: 0.05em;
    background: #a58d36;
}
header .topMenu .selectLanguage a {
    color: #ffffff;
}

header .topMenu .dropdown-content {
    left: -12px;
    width: 130px;
    padding: 7px 17px;
    text-align: left;
    z-index: 99;
    animation-name: fadeInDown;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

header .topMenu .dropdown-content div {
    color: #a58d36;
    font-size: 12px;
    padding: 5px 0px;
}

header .topMenu .dropdown-content div img {
    width: 25px;
    float: left;
    margin-right: 5px;
}

/* Sizes for the smaller menu */
header.small {
    height: 87px;
    background: #fbf6ed;
}

header.small .logo {
    width: 110px;
    background: #fbf6ed;
}

header.small .menubar ul li a {
    padding: 8px 20px;
}

header.small .topMenu {
    background: #a58d36;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

header.small .topMenu nav ul li a {
    color: #fbf6ed;
}

/* ===TopMenuNav== */
.topMenu nav {
    float: right;
}

.topMenu nav ul li {
    float: left;
    display: block;
    font-size: 11px;
    padding: 7px 10px;
    text-decoration: none;
}

.topMenu nav ul li a {
    padding: 0px;
    color: #a58d36;
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
}

.topMenu nav ul li a:hover {
    line-height: normal;
}

ul li {
    animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

ul li:nth-child(1) {
    animation-delay: 0.1s;
}

ul li:nth-child(2) {
    animation-delay: 0.2s;
}

ul li:nth-child(3) {
    animation-delay: 0.3s;
}

ul li:nth-child(4) {
    animation-delay: 0.4s;
}

ul li:nth-child(5) {
    animation-delay: 0.5s;
}

ul li:nth-child(6) {
    animation-delay: 0.6s;
}

ul li:nth-child(7) {
    animation-delay: 0.7s;
}

ul li ul li {
    animation-name: none;
}

/* ===Menubar== */
.menubar {
    float: right;
    margin-top: 32px;
}

.menubar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menubar ul li {
    float: left;
    display: block;
    position: relative;

}

.menubar li ul {
    display: none;
}

.menubar ul li a {
    color: #a58d36;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 22px 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.1em;
}

.menubar ul li a::before {
    clear: both;
    content: "The";
    font-size: 12px;
    opacity: 0.85;
    text-transform: none;
    letter-spacing: 0.05em;
    font-family: 'Sarabun-Regular';
}

.menubar .active {
    background: #ffffff;
}

.menubar li:hover ul {
    display: block;
    position: absolute;
}

.menubar li:hover li {
    float: none;
    font-size: 11px;
}

.menubar ul li ul a {
    background: #fbf6ed;
    animation-name: fadeInDown;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.menubar ul li ul a::before {
    content: "";
}

.menubar ul li ul li a {
    cursor: pointer;
    width: 170px;
    padding: 10px 20px !important;
    text-transform: none;
}

.menubar ul li ul li a::after {
    width: 200px !important;
    float: right !important;
    background: #cccccc;
}

/* ===HeaderSlideMaximage== */
.text_title_slide {
    left: 5%;
    z-index: 2;
    bottom: 160px;
    overflow: hidden;
    transition: all 0.5s;
    position: absolute;
}

.text_title_slide ul {
    margin: 0;
}

.text_title_slide ul li {
    margin: 0;
    list-style: none;
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.text_title_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_title_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.text_title_slide ul li h1 {
    margin: 0px;
    color: #ffffff;
    text-align: left;
    font-size: 40px;
    font-weight: 100;
    line-height: normal;
    text-transform: none;
    font-family: 'Sarabun-Regular';
}

.text_title_slide ul li p {
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    line-height: normal;
}

.section_arrow_slide {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2 !important;
}

.section_arrow_slide img {
    width: 50px;
    opacity: 0.5;
    transition: all 0.5s;
}

.section_arrow_slide img:hover {
    opacity: 1;
    margin: 0 10px;
}

#arrow_right {
    right: 10px;
    position: absolute;
}

#arrow_left {
    left: 10px;
    position: absolute;
}

/* ======ScrollDownTop====== */
.scrollClick {
    z-index: 2;
    left: 45%;
    bottom: 20%;
    position: absolute;
}

#scrollDownTop a {
    color: #ffffff;
    padding-top: 70px;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
}

#scrollDownTop a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/* ===Reservaiton-IBE=== */
.reservaiton-row {
    z-index: 3;
    /* display: flex; */
    width: 100%;
    margin: 0 auto;
    /* background: rgba(255, 255, 255, 1.1); */
    position: absolute;
    transition: 1s;
    /* animation-name: fadeInUp; */
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
    /*animation-timing-function: ease-in-out;*/
    /*padding: 0 100px;*/
    left: 0;
    right: 0;
}

.reservaiton-row .boxAll {
    width: 100%;
    margin: 0 auto;
}

.reservaiton-pageHome {
    bottom: 0px;
    /*animation-duration: 3s;*/
}

.reservaiton-pageAll {
    top: 475px;
    animation-duration: 1s;
}

.reservaiton-box-list-select {
    width: 11.5%;
    height: 60px;
    float: left;
    cursor: pointer;
    margin-right: 1.5%;
}

.reservaiton-box-list-select p {
    font-size: 10px;
    text-align: left;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.reservaiton-box-list {
    width: 11.5%;
    height: 60px;
    float: left;
    cursor: pointer;
    margin-right: 1.5%;
}

.reservaiton-box-list p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.reservaiton-box-list .box {
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    border: 1px solid #cccccc !important;
}

.in-outdate-label {
    color: #a58d36;
    font-size: 24px;
    line-height: 20px;
}

.in-outmonth-label {
    font-size: 12px;
    text-transform: uppercase;
}

.reservaiton-box-night {
    width: 100%;
    color: #a58d36;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #cccccc !important;
}

.reservaiton-box-select {
    width: 100%;
    color: #a58d36;
    font-size: 24px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0px !important;
}

.reservaiton-box-booknow {
    height: 50px;
    float: left;
    padding: 7px 10px;
    line-height: 10px;
    margin-right: 1.5%;
}

.reservaiton-booknow {
    color: #fff;
    border: 0px;
    cursor: pointer;
    margin-top: 3px;
    text-align: center;
    text-transform: uppercase;
    background: #f47d31;
}

.reservaiton-booknow::after {
    margin: 5px;
    content: "Best Rate Guaranteed";
    font-size: 18px !important;
    letter-spacing: .05em;
    text-transform: none;
    font-family: 'KaniGa-Regular';
}

.reservaiton-booknow input {
    width: 100%;
    border: none;
    color: #ffffff;
    font-size: 30px;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-family: 'Sarabun-Regular';
    text-transform: uppercase;
    background: none;
}

.reservaiton-special {
    float: left;
    color: #a58d36;
    cursor: pointer;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
}

.reservaiton-special p {
    margin: 0px;
    line-height: 15px;
    font-size: 14px;
    text-align: left;
}

.reservaiton-special h3 {
    color: #a58d36;
    margin: 0px;
    line-height: 15px;
    font-size: 28px;
    letter-spacing: .05em;
    font-family: 'Sarabun-Regular';
}

.reservaiton-special img {
    width: 35px;
    margin-top: -155px;
    margin-left: 85px;
}

/* =========pageHome========= */
.pageHome-accommodation-owlSlide {
    width: 100%;
}

.pageHome-accommodation-owlSlide .owl-carousel .owl-item img {
    width: 100%;
}

.pageHome-accommodation-owlSlide .explore {
    right: 0px;
    z-index: 0;
    margin: 0px;
    bottom: 20px;
    cursor: pointer;
    text-align: left;
    position: absolute;
    background: rgba(251, 246, 237, 0.95);
}

.pageHome-accommodation-owlSlide .explore .moreRoom {
    float: right;
    color: #a58d36;
    font-size: 14px;
    cursor: pointer;
    padding: 22px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.6s;
    background: rgba(255, 255, 255, 1.9);
}

.pageHome-accommodation-owlSlide .explore .moreRoom:hover {
    margin-right: 10px;
}

.pageHome-accommodation-owlSlide .explore .moreRoom::after {
    content: "Explore";
    display: block;
}

.pageHome-accommodation-owlSlide .explore .moreRoom::before {
    clear: both;
    display: block;
    line-height: 0px;
    content: url('../../images/icon/btn-arrow.png');
}

.pageHome-accommodation-owlSlide .explore .roomType {
    float: right;
    color: #a58d36;
    font-size: 24px;
    text-align: left;
    margin: 10px 10px;
    line-height: normal;
    font-family: 'Playball';
}

.pageHome-accommodation-owlSlide .explore .roomType .box {
    font-size: 20px;
    border: 1px solid #a58d36;
    padding: 10px 10px 7px 10px;
}

.pageHome-accommodation-owlSlide .explore .roomType .box::before {
    clear: both;
    display: block;
    content: "The";
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'robotolight';
}

/* =========pageHome========= */
.pageHome-conference {
    text-align: left;
    padding: 10px 50px 50px 50px;
    background: #fbf6ed;
}

.pageHome-conference .booknow {
    margin-top: 6px !important;
    margin-right: 10px !important;
}

.pageHome-conference .findExplore::after {
    background: #fbf6ed url(../../images/icon/btn-arrow.png) !important;
}

/* =========pageAccommodation========= */
.parallax {
    min-height: 550px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s;
    position: relative;
}

.parallax h2 {
    top: 400px;
    left: 60px;
    z-index: 1;
    color: #ffffff;
    text-transform: none;
    font-family: 'Playball';
    position: absolute;
    animation-name: fadeInUp;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.pageParallax-accommodation {
    background-image: url("../../images/pageAccommodation/theriverie_parallaxAccommodation_01.jpg");
}

.pageParallax-room-DeluxRoom {
    background-image: url("../../images/pageAccommodation/theriverie_parallaxDeluxRoom_01.jpg");
}

.pageParallax-room-DeluxeGarden {
    background-image: url("../../images/pageAccommodation/theriverie_parallaxDeluxeGarden_01.jpg");
}

.pageParallax-room-River {
    background-image: url("../../images/pageAccommodation/theriverie_parallaxRiver_01.jpg");
}

.pageParallax-room-familySuite {
    background-image: url("../../images/pageAccommodation/theriverie_parallax-familySuite_01.jpg");
}

.pageParallax-room-riverieSuite {
    background-image: url("../../images/pageAccommodation/theriverie_parallax-riverieSuite_01.jpg");
}

.pageParallax-room-royalSuite {
    background-image: url("../../images/pageAccommodation/theriverie_parallax-royalSuite_01.jpg");
}

.pageParallax-theGallery {
    background-image: url("../../images/pageGallery/theriverie_parallaxGallery_01.jpg");
}

.pageParallax-theConference {
    background-image: url("../../images/pageConference/theriverie_parallaxtheConference_02.jpg");
}

.pageParallax-theFacilities {
    background-image: url("../../images/pageFacilities/theriverie_parallaxthefacilities_01.jpg");
}

.pageParallax-theTastes {
    background-image: url("../../images/pageTastes/theriverie_parallaxTheTastes_01.jpg");
}

.pageParallax-thePromotion {
    background-image: url("../../images/pagePromotion/theriverie_parallaxPromotion_01.jpg");
}

.pageParallax-theWedding {
    background-image: url("../../images/pageWedding/theriverie_parallaxWedding_01.jpg");
}

.pageParallax-theBrandConcept {
    background-image: url("../../images/pageConference/theriverie_parallaxtheBrandConcept_01.jpg");
}

.pageAccommodation-boxType {
    width: 47%;
    height: 300px;
    float: left;
    margin: 3% 1.5%;
    padding: 30px;
    background: #FBF6ED;
}

.pageAccommodation-row {
    width: 100%;
    padding-bottom: 50px;
}

.pageAccommodation-row .box {
    width: 50%;
    float: left;
}

.pageAccommodation-row .box .content {
    padding: 50px;
    text-align: left;
}

.pageAccommodation-row .box .content .booknow {
    float: left;
    margin: 6px 10px 0px 0px;
}

.pageAccommodation-row .owl-theme .owl-controls {
    margin-top: -30px;
}

.pageAccommodation-roomAmenities {
    width: 100%;
}

.pageAccommodation-roomAmenities ul li {
    float: left;
    display: block;
    width: 33.3%;
    padding: 1% 3%;
    list-style: none;
    text-align: left;
}

.pageAccommodation-roomAmenities ul li img {
    margin-top: -10px;
    margin-right: 10px;
}

.pageAccommodation-roomAmenities ul li a:hover {
    opacity: 0.7;
}

.pageRoom-backRoom {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    transition: 6s;
}

.pageRoom-backRoom::before {
    color: #a58d36;
    content: "\f177";
    margin-right: 5px;
    font-family: FontAwesome;
}

.pageRoom-backRoom a {
    color: #a58d36;
}

.pageRoom-backRoom a:hover {
    margin-left: 10px;
}

.pageRoom-nextRoom {
    color: #a58d36;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
}

.pageRoom-nextRoom::after {
    color: #a58d36;
    content: "\f178";
    margin-right: 5px;
    font-family: FontAwesome;
}

.pageRoom-nextRoom a {
    color: #a58d36;
}

.pageRoom-nextRoom a:hover {
    margin-right: 10px;
}

/* =========pageFacilities========= */
.pageFacilities-box {
    width: 330px;
    margin: 0 auto;
}

.pageFacilities-spa {
    width: 150px;
    color: #a58d36;
    float: left;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 15px 15px;
    margin: 10px 10px 30px 0px;
    text-transform: uppercase;
    border: 1px solid #a58d36;
}

/* =========pageConferences========= */
.pageConferences {
    margin: 0px;
}

.pageConferences ul li {
    margin: 0px;
}

.pageConferences li {
    float: left;
    width: 45%;
    color: #a28800;
    font-size: 12px;
    text-align: left;
    margin-right: 5%;
    margin-top: 15px;
    list-style: none;
    text-transform: uppercase;
}

.pageConferences li::before {
    margin-right: 5px;
    content: url(../../images/icon/icon-pageConferences.png);
}

/* =========pageGallery========= */
.pageGallery {
    padding-top: 50px;
}

.pageGallery .section-text-title {
    margin-top: 50px;
}

.pageGallery .section-text-title .line h1 {
    font-size: 20px !important;
}
.pageGallery .section-text-title .line p {
    margin: 5px;
}

.pageGallery .section-text-title .textTheRiverie {
    margin: 10px 0px 30px 0px;
}

.pageGallery .section-text-title .textTheRiverie::after {
    content: "Gallery";
}

/* =========pageTastes========= */
.pageTastes {
    width: 100%;
}

.pageTastes .box {
    width: 48%;
    float: left;
    margin: 1.5% 2% 1.5% 0%;
    background: #fbf6ed;
    border: 1px solid #e7e7e7;
}

.pageTastes .box .content {
    padding: 20px;
    text-align: left;
}

.pageTastes .box .content h3 {
    color: #a28800;
    font-size: 24px;
    margin: 0px;
    font-family: 'Playball';
}

.pageTastes .box .content h3:first-letter {
    border-bottom: 1px solid #a28800;
}

.pageTastes .box .content h4 {
    color: #a28800;
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;
}

.pageTastes .box .content p {
    height: 80px;
}

.pageTastes .box .content .promotion {
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
    padding: 17px 15px;
    background: #a28800;
}

.pageTastes .box .content .promotion:before {
    font-size: 18px;
    content: "Promotion";
    text-transform: uppercase;
    font-family: 'Roboto-Black';
}

.pageTastes .box .content .promotion span {
    color: #a28800;
    float: right;
    padding: 8px 15px;
    margin-top: -5px;
    transition: 1s;
    text-transform: uppercase;
    background: #ffffff;
}

.pageTastes .box .content .promotion span::before {
    content: "Click Here";
}

.pageTastes .box .content .promotion span:hover {
    color: #ffffff;
    margin-right: 10px;
    background: #a28800;
}

/* =========pagePromotion========= */
.pagePromotion {
    width: 100%;
}

.pagePromotion .box {
    width: 50%;
    float: left;
}

.pagePromotion .box .photo {
    width: 100%;
}

.pagePromotion .box .content {
    height: 500px;
    text-align: left;
    padding: 50px 50px;
}

.pagePromotion .box .content h3 {
    color: #a58d36;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'robotolight';
}

.pagePromotion .box .content h4 {
    color: #f47d31;
    font-size: 12px;
    margin: 0px 0px 30px 0px;
    clear: both;
    display: block;
    line-height: 10px;
    text-transform: uppercase;
}

.pagePromotion .box .content h4::before {
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    content: url(../../images/icon/theriverie_title-Promotion.png);
}

.pagePromotion .box .content li {
    font-size: 14px;
    list-style: none;
    margin: 15px 0px;
}

.pagePromotion .box .content li::before {
    margin: 10px 5px;
    content: url(../../images/icon/favicon.png);
}

.pagePromotion .box .content .bookRate {
    width: 100%;
    margin-top: 20px;
}

.pagePromotion .box .content .bookRate div:first-child {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 20px 5px 20px;
    background: #e7e7e7;
}

.pagePromotion .box .content .bookRate div:first-child h5 {
    margin: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.pagePromotion .box .content .bookRate div:first-child h5 span {
    text-decoration: line-through;
}

.pagePromotion .box .content .bookRate div:first-child h6 {
    font-size: 20px;
    margin: 0px;
    font-family: 'Roboto-Black';
}

.pagePromotion .box .content .bookRate a:hover {
    color: #ffffff;
}

.pagePromotion .box .content .bookRate div:nth-child(2) {
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    background: #f47d31;
}

.pagePromotion .box .content .bookRate div:nth-child(2) a {
    color: #ffffff;
}

.pagePromotion .thePromotion {
    color: #a58d36;
    text-align: right;
    margin-top: 5px;
    padding: 25px 35px 10px 35px;
    text-transform: uppercase;
    background: #e7e7e7;
}

.pagePromotion .thePromotion:hover {
    opacity: 0.8;
}

.pagePromotion .thePromotion::before {
    clear: both;
    display: block;
    font-size: 24px;
    line-height: 15px;
    content: "The Promotion";
    font-family: 'Roboto-Black';
}

.pagePromotion .thePromotion::after {
    font-size: 14px;
    content: "Super Save money";
}

/* =========pagePromotion========= */
.brand-concept-icon {
    width: 400px;
    height: 130px;
    margin: 0 auto;
    content: url(../../images/icon/icon-brandconcept.png);
}

/* =========pageDownload========= */
.pageDownload-pdf {
    padding: 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.pageDownload-pdf::before {
    width: 50px;
    margin: 0 auto;
    clear: both;
    display: block;
    content: url(../../images/icon/btn-pdf.png);
}

.pageDownload-pdf h3:hover {
    color: #a48c3c;
    cursor: pointer;
}

/* ===Footer=== */
footer {
    width: 100%;
    font-size: 14px;
    padding: 50px 50px 20px 50px;
    position: relative;
    bottom: 0;
}

footer .logo {
    margin-top: 35px;
}

footer p {
    font-weight: 100;
}

footer .address {
    width: 420px;
    margin: 0 auto;
    clear: both;
    display: block;
}

footer .address ul {
    margin: 10px 0px;
}

footer .address ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    list-style: none;
}

footer .address ul li i {
    float: left;
    margin-right: 7px;
    font-size: 20px !important;
}

footer .social {
    width: 230px;
    margin: 0 auto;
    padding: 20px 0px;
    clear: both;
    display: block;
}

footer .social ul li {
    width: 40px;
    height: 40px;
    float: left;
    list-style: none;
    padding: 8px 12px;
    margin: 0px 10px 0px 0px;
    background: #797979;
}

footer .social ul li i {
    float: left;
    color: #ffffff;
    margin-right: 7px;
    font-size: 22px !important;
}

footer .social ul li:nth-child(6) {
    padding: 5px;
}

.sisterHotel {
    width: 100%;
    height: 90px;
    margin-top: 30px;
    background: #fbf6ed;
}

.sisterHotel ul {
    display: flex;
    width: 900px;
    margin: 0 auto;
    clear: both;
}

.sisterHotel ul li {
    float: left;
    list-style: none;
    padding: 7px 20px;
    border-left: 1px solid #E6EAEA;
}

.sisterHotel ul li:first-child {
    border: none;
}

/*.sisterHotel img {*/
/*padding: 10px 20px;*/
/*}*/
.sisterHotel img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.copyRight {
    padding: 10px;
    color: #a58d36;
    font-size: 14px;
    text-align: center;
}

.copyRight a {
    color: #a58d36;
}

.copyRight a:hover {
    color: #797979;
}

/* =========DestopMobile========= */
.hideDestop {
    display: none;
}

.footer-icon-mobile {
    display: none !important;
}

/* =========Responsive========= */
@media (max-width: 1100px) {
    .containerRL {
        padding: 0px !important;
    }

    .topMenu nav ul li {
        font-size: 11px;
        padding: 7px 7px;
    }

    .menubar ul li a {
        font-size: 12px;
    }

    .reservaiton-special {
        width: 9%;
        padding: 17px 0px 0px 0px;
    }

    .reservaiton-special img {
        margin-top: -137px;
        margin-left: 60px;
    }

    .reservaiton-box-list p {
        font-size: 10px;
    }

    .reservaiton-special h3 {
        font-size: 16px;
    }

    .reservaiton-booknow::after {
        font-size: 8px;
    }

    .reservaiton-booknow input {
        font-size: 18px;
    }

    .pageAccommodation-boxType p {
        font-size: 14px;
    }

    .pageAccommodation-row .box .content p {
        font-size: 14px;
    }

    .pageTastes .box .content p {
        font-size: 14px !important;
    }

    .pagePromotion .box .content .bookRate {
        margin-top: 20px;
    }

    .pagePromotion .box .thePromotion {
        margin-top: 20px;
    }

}

@media all and (max-width: 1198px) {
    .sisterHotel ul {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .hideDestop {
        display: block !important;
    }

    /* Header */
    header .topMenu {
        height: 60px;
    }

    header.large {
        height: 60px;
    }

    header .logo {
        width: 100px;
        padding: 5px;
        float: none;
        margin: 0 auto;
        position: relative;
    }

    header .topMenu .selectLanguage {
        top: 0px;
        right: 0px;
        height: 60px;
        padding: 20px 10px;
        position: absolute;
    }

    header.small {
        height: 60px;
    }

    header.small .logo {
        width: 100px;
        background: none;
    }

    header.small .topMenu {
        background: #fbf6ed;
    }

    section {
        padding: 20px !important;
    }

    .loading_info:after {
        background: #ffffff;
    }

    .loading_info .box-left {
        left: 30%;
    }

    .box-right {
        display: none;
    }

    /* TopMenu */
    .topMenu nav {
        display: none;
    }

    .menubar {
        display: none;
    }

    .reservaiton-row {
        display: none;
    }

    /* text_title_slide */
    .text_title_slide {
        bottom: 10%;
    }

    .text_title_slide ul li p {
        font-size: 14px;
    }

    .text_title_slide ul li h1 {
        font-size: 20px;
    }

    /* CSS-Center */
    .section-text-title .line {
        width: 100%;
    }

    .section-text-title .line h1 {
        font-size: 20px;
    }

    .section-text-title .textTheRiverie {
        font-size: 14px;
    }

    .section-topPage {
        padding-top: 50px;
    }

    .section-topPage::before {
        display: none;
    }

    /* Footer-icon-mobile */
    .copyRight {
        display: none;
    }

    footer {
        padding: 20px;
    }

    footer p {
        font-size: 14px;
        text-align: left !important;
    }

    footer .social {
        width: 250px;
    }

    footer .social ul li {
        margin: 5px 5px 5px 0px;
    }

    footer .address ul {
        padding: 0px;
    }
    footer .social ul {
        padding: 0px;
    }

    .sisterHotel {
        margin-top: 50px;
    }

    .sisterHotel ul {
        width: 100%;
        margin-bottom: 40px;
    }

    .sisterHotel ul li {
        border: none;
        width: 16%;
        padding: 0px;
        margin: 0px;
    }

    .footer-icon-mobile {
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        display: block !important;
        margin: 0 auto;
        position: fixed;
        background: rgba(121, 121, 121, 0.95);
    }

    .footer-icon-mobile .box {
        width: 33.3%;
        height: 40px;
        float: left;
        cursor: pointer;
        padding-top: 5px;
        text-transform: uppercase;
    }

    .footer-icon-mobile .box a {
        color: #fff
    }

    .footer-icon-mobile .box:nth-child(1)::before {
        color: #fff;
        content: "\f2a0";
        font-size: 20px;
        font-family: FontAwesome;
    }

    .footer-icon-mobile .box:nth-child(2) {
        background: rgba(162, 136, 0, 1.0);
    }

    .footer-icon-mobile .box:nth-child(2)::before {
        color: #fff;
        content: "\f272";
        font-size: 20px;
        font-family: FontAwesome;
    }

    .footer-icon-mobile .box:nth-child(3)::before {
        color: #fff;
        content: "\f06b";
        font-size: 20px;
        font-family: FontAwesome;
    }

    /* MenuMobile */
    #menu-wrapper {
        margin: 22px;
        overflow: hidden;
        cursor: pointer;
    }

    #menu-wrapper .boxMenu {
        top: 20px;
        left: 20px;
        position: absolute;
    }

    #menu-wrapper p {
        float: left;
        color: #a48c3c;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
    }

    #menu-wrapper #hamburger-menu {
        width: 40px;
        height: 40px;
        margin-left: 50px;
        position: relative;
    }

    #menu-wrapper #hamburger-menu span {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 0;
        width: 100%;
        height: 2px;
        display: block;
        border-radius: 10px;
        background-color: #a48c3c;
        position: absolute;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

    #menu-wrapper #hamburger-menu span:nth-child(1) {
        top: 0;
        width: 50%;
    }

    #menu-wrapper #hamburger-menu span:nth-child(2) {
        top: 9px;
        width: 70%;
    }

    #menu-wrapper #hamburger-menu span:nth-child(3) {
        top: 18px;
    }

    #menu-wrapper #hamburger-menu.open span:nth-child(1) {
        top: 9px;
        width: 80%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #menu-wrapper #hamburger-menu.open span:nth-child(2) {
        opacity: 0;
        width: 80%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: -60px;
    }

    #menu-wrapper #hamburger-menu.open span:nth-child(3) {
        top: 9px;
        width: 80%;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #menu-container .menu-list {
        padding-left: 0;
        display: block;
        width: 100%;
        z-index: 1;
        position: absolute;
        background: rgba(251, 246, 237, 0.9);
        /*overflow-y: auto;*/
        /*overflow-x: hidden;*/
        left: -100%;
    }

    #menu-container .menu-list a {
        color: #797979;
        font-size: 14px;
        text-transform: uppercase;
    }

    #menu-container .menu-list a:hover {
        color: #a58d36;
    }

    #menu-container .menu-list a i {
        font-size: 22px;
        margin: 10px;
    }

    #menu-container .menu-list a i:hover {
        color: #ffffff !important;
    }

    #menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
        padding: 10px;
        text-align: left;
    }

    #menu-container .menu-list li {
        text-align: left;
        list-style: none;
        text-transform: uppercase;
        border-bottom: 1px solid #fbf6ed;
        padding: 10px;
        margin: 0px;
    }

    .accordion-toggle, .accordion-content {
        cursor: pointer;
        font-size: 16px;
        padding: 0px 0px;
        position: relative;
    }

    .accordion-content {
        display: none;
    }

    .accordion-toggle a:before, .accordion-toggle a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        width: 15px;
        height: 2px;
        margin-top: -1px;
        background-color: #a58d36;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s ease-out;
    }

    .accordion-toggle a:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 1;
        z-index: 2;
    }

    .accordion-toggle.active-tab {
        transition: all 0.3s ease;
        background: rgba(121, 121, 121, 0.95);
    }

    .accordion-toggle.active-tab a {
        color: #ffffff !important;
    }

    .accordion-toggle a.active:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background: #fff !important;
    }

    .accordion-toggle a.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background: #fff !important;
        opacity: 0;
    }

    #menu-container .menu-list .menu-submenu a {
        color: #a58d36;
        font-size: 12px;
        padding: 0px 20px;
    }

    .menu-sisterMobile {
        padding: 30px 20px;
        text-align: left;
        background: #fbf6ed
    }

    /* pageAccommodation */
    .pageAccommodation-roomAmenities ul li {
        width: 100%;
        font-size: 12px;
        padding: 10px;
    }

    /* pageGallery */
    .tab {
        width: 100%;
    }

    .tab button {
        width: 50%;
        font-size: 16px;
        padding: 0px 15px;
    }

    /* pageTastes */
    .pageTastes .box .content p {
        height: auto;
    }

    .pageTastes .box .content h4 {
        font-size: 12px;
    }

    .pageTastes .box .content .promotion {
        padding: 17px 10px;
    }

    .pageTastes .box .content .promotion:before {
        font-size: 12px;
    }

    .pageTastes .box .content .promotion span {
        font-size: 12px;
        padding: 8px 5px;
    }

    /* pagePromotion */
    .pagePromotion .box {
        width: 100%;
        height: auto;
    }

    .pagePromotion .box .photo {
        width: 100%;
    }

    .pagePromotion .box .content {
        height: auto;
    }
}

@media (max-width: 768px) {
    /* col-xs */
    .col-xs-3 {
        width: 100% !important;
        height: auto !important;
    }

    .col-xs-6 {
        width: 100% !important;
        height: auto !important;
    }

    .w3-table {
        display: none;
    }

    /* sisterHotel */
    .scrollClick {
        bottom: 30%;
        left: 40%;
    }

    .sisterHotel {
        margin-top: 10px !important;
        margin-bottom: 50px !important;
        background: none !important;
    }

    .sisterHotel img {
        width: 40px !important;
        margin: 10px 10px;
    }

    .pageAccommodation-boxType {
        width: 94%;
        margin: 1% 3%;
    }

    .pageHome-accommodation-owlSlide .explore .moreRoom {
        font-size: 12px;
        padding: 15px 5px;
    }

    .pageHome-accommodation-owlSlide .explore .roomType .box {
        font-size: 12px;
    }

    .pageAccommodation-row .box .content {
        height: auto;
    }

    .pageAccommodation-row .box {
        width: 100%;
    }

    .pageTastes .box {
        width: 100%;
        height: auto;
    }

    .pageTastes .box .content p {
        height: auto;
    }

    .pagePromotion .box .content h4 {
        font-size: 10px;
    }

    .pagePromotion .box .content .bookRate div:first-child {
        width: 100%;
    }

    .pagePromotion .box .content .bookRate div:nth-child(2) {
        width: 100%;
    }

    .brand-concept-icon {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 460px) {
    h2 {
        font-size: 20px !important;
        line-height: normal !important;
    }

    /* header */
    header .logo {
        width: 90px !important;
    }

    /*header .topMenu .selectLanguage {*/
        /*width: 120px !important;*/
        /*font-size: 10px !important;*/
        /*padding: 20px 10px !important;*/
    /*}*/

    .booknow {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    /* footer */
    footer .address {
        width: 100%;
    }

    /*.social {*/
        /*text-align: left !important;*/
    /*}*/

    .footer-icon-mobile .box {
        width: 50% !important;
    }

    .footer-icon-mobile .box:nth-child(3) {
        display: none !important;
    }

    footer .social {
        width: auto;
    }

}


/*VIDEO YOUTUBE*/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
  overflow: hidden;
}
.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



/*PAGE PAYMENT*/
.btn_payment {
    width: 150px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
    padding: 11px 25px;
    font-size: 0.9em;
    text-transform: uppercase;
    background: #a58d36;
}

.payment {
    width: 320px;
    margin: auto;
}

.payment td {
    padding: 10px 0;
}