body {
  max-width: 1980px;
  margin: 0px auto;
  font-weight: 500;
  /*overflow-x: hidden;*/
  overflow-x: clip;
}
 .wow {
    visibility: hidden;
}
.mt-up80 {
    margin-top: -80px;
}
.nav-bar {
    background:#FFF;
}
.sticky-wrapper.is-sticky .nav-bar {
    background:#333;
}
.chat-widget-toggle-menu i.fa {
    color:#FFF;
}
.hero-logo {
  width: 12rem;
  height: 12rem;
  margin: 2.5rem auto;
  position: relative;
  z-index: 10000;
}
.top-book-now {
  /* width: 100px; */
  position: absolute;

  right: 50px;
  top: 50px;
  z-index: 1000;
  display: inline-block;
}

.section-google-map .section-title {
    background: #dfe7e9;
    padding: 50px;
    color: #37696a;
    font-size: 1.75rem;
    margin-bottom: 50px;
    border-radius: 20px;

}

.mfp-iframe-portrait {
  position: relative;
  width: 90vw;                          /* ปรับตามต้องการ */
  max-width: 400px;                     /* หรือจำกัด max-width */
  height: 0;
  padding-top: calc(90vw * 16 / 9);     /* 16/9 = 1.7778 → portrait */
  margin: 0 auto;                       /* จัดกึ่งกลางจอ */
}

/* iframe ขยายเต็ม wrapper */
.mfp-iframe-portrait .mfp-iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.room-title {
     
    padding:0;
    padding-right:20px;
}

.room-title .room-no {
     
   width: 100px;
    height: 130px;
    font-size: 5em;
    line-height: 120px;
    text-align: center;
    background: #075056;
    color: #FFF;
    margin-right: 15px;
    float: left;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.room-title .room-name {
    display:inline-block;
    padding-top:20px;
    
}
.room-title .room-name .room-name-eng {
    font-size:13px;
    color:#222;
}
.room-title .room-name .room-name-thai h3{
    font-size:4.5rem;
    color:#075056;
    margin:0px;
}


.room-title .room-price {
    font-size: 2.5rem;
    color: #075056;
    padding: 3px;
    height: 40px;
     
    line-height: 40px;
    font-weight: bold;
}
.room-price small {
    font-size: 1.55rem;
}
.room-price small {
    font-size: 1.55rem;
}
.room-title .room-price i {
    width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
    background: #075056;
    color: #FFF;
    border-radius: 100%;
    margin-right: 15px;
    display: inline-block;
     
}
.room-title
.room-option i {
       width: 20px;
    height: 20px;
    color: #4a6365e8;
    font-size: 13px;
}
.room-title .rooms-guest {
    font-size:1.75rem;
    color:#111;
    padding:3px
}
.room-title .rooms-guest i {
     
    margin-right:20px;
} 
.room-title .rooms-note {
    font-size:14px
}

.btn-button-ftline {
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 2rem;
    color: #FFF;
    display: inline-block;
    margin-top: 15px;
    min-width: 250px;
    text-align: center;
    color:#FFF;
}
.btn-button-ftline:hover{
    color:#FFF;
}

#ib-chat-widget.chat-footer .chat-widget-item a {
    font-size:25px;
}
.yellow-brand {
  color: #fac704;
}
.top-book-now a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  background: #075056;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
.top-book-now a:hover {
  background: #ffc107;
}
.green-bg {
  background: #063e4b;
}
.numbers,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Prompt", sans-serif !important;
}
#section1 {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
  margin-bottom: -80px;
  padding: 0;
  overflow: hidden;
  max-height: 800px;
}

.hero-bg .overlay {
  background: linear-gradient(to bottom, #ffffff00, #5c80a400, #07505600);
  z-index: 1;
}

.parallax.parallax3 {
  background-repeat: no-repeat;
  background-attachment: unset;
  height: 350px;
  background-position: center right !important;
  background-size: cover;
  padding: 3rem 0 3rem 0;
}
p.small.above-h2 {
  padding-top: 25px;
  margin-bottom: -5px;
  position: relative;
  font-size: 1.5rem !important;
  font-family: "Poppins", "Prompt", sans-serif !important;
}
footer {
  color: #ffffff94;
  background: #2a4846;
}

footer a {
  color: #fff;
}
footer i.fa {
  color: #dadada;
}

#nav li a {
  color: #fff;
  font-size: 1.5rem !important;
}

header {
  /*background:#074f5554 ;/*   074f55 */
  background: #074f5580;
  transition: 0.5s;
  /* padding: 16px 35px 14px;
    transition:0.5s;

    position: absolute;
    height: 82px;
    top: 0;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    border-bottom-left-radius: 50px;*/
}

.is-sticky header {
  /*background:#074f55bf ;*/
  background: #ffffffd4;
  min-height: 70px;
  padding: 10px 35px 10px;
  left: 0px;
}

.logo-menu {
     
    width: 50px;
    height: 50px;
    background-image: url(../images/logo-w.png);
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    float: left;
}
.is-sticky header .logo-menu {
     background-image: url(../images/logo.png) !important;
}

#nav a.booking {
   
   
    color: #fff !important ;
    font-size: 1.5rem;
    text-align: center;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    padding: 10px 30px;
    background: #075056;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
     display:none;
}

#nav a.booking i {
    color: #fff !important ;
    
}

#nav a.booking:hover {
  background: #ffc107;
}

#nav li a.booking::after {
     height: 0px;
}
.is-sticky header #nav li a {
  color: #000;
}
.is-sticky header #nav li a::after {
  background: #000;
}
.is-sticky header #logo a {
  color: #000;
}
.is-sticky header .tagline {
  color: #161616;
}

.is-sticky header nav i.fa {
  color: #000;
}

#nav li a::after {
  background: #fffdfd;
}
#logo a {
  background: none;
  width: 150px;
  font-size: 20px;
  text-indent: 0;
  color: #fff;
}

.tagline {
  color: #ffffffd6;
  padding: 0 0 0 100px;
  font-size:15px;
}
.tagline span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Lora", Arial, Helvetica, sans-serif;
  /* font-family: "Oswald", Arial, Helvetica, sans-serif; */
  /*font-style: italic;*/
}
nav i.fa {
  color: #fff;
}
#thumb-gallery {
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 50px;
  right: 0px;
  z-index: 100;
}
#section1 .child {
  vertical-align: bottom;
}
#section-welcome {
  color: #ffffffcc;
}
#section-welcome .header-wrapper h2 {
  color: #ffffffcc;
  font-size: 6rem;
  text-shadow: 0px 0px 5px #053641;
}
.welcome-thumb-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.welcome-thumb-gallery .item {
  width: 100px;
  height: auto;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  margin: 5px;
  border-radius: 10px;
  /*
    text-align: center;
    width: calc(25% - 10px);
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    */
}
#section1 .parent {
  width: 100%;
  margin: 0px auto;
  position: absolute;
  top: 80px;
  left: 50%;
  bottom: 50px;
  padding: 17px 35px;
  z-index: 11;
  text-align: center;
  max-width: 1200px;
  transform: translateX(-50%);
}

.left-tool-menu {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1000;
  font-size: 0px;
  /*background: #000;*/
  padding: 0px;
  border-radius: 5px;
  /* padding: 10px; */
  overflow: hidden;
}
.left-tool-menu ul {
  margin: 0px;
  padding: 0px;
}
.left-tool-menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.left-tool-menu ul li a {
  display: block;
  font-size: 2rem;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000000ad;
  background: #0b4b463d;
  margin: 1px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px;
}

.green-bg-2 {
  background: #075056;
  color: #ffffffcc;
}
.green-bg {
  color: #ffffffcc;
}
.green-bg h2 {
  color: #ffffffcc;
  font-size: 6rem;
  text-shadow: 0px 0px 5px #053641;
}

.green-bg-2 h2 {
  color: #ffffffcc;
  font-size: 6rem;
  text-shadow: 0px 0px 5px #053641;
}

.welcome-text-gallery .secton-title {
  text-align: center;
  padding: 20px;
  margin-top: 80px;
}
.h-2.salogan {
  color: #ffffffcc;
  font-size: 3rem;
  margin: 0px;
  padding: 0px;
}
.h-3.salogan {
  color: #ffffffcc;
  font-size: 6rem;
  margin: 10px;
  padding: 0px;
  text-shadow: 0px 0px 5px #053641;
}

i.color-yellow {
  color: #ffc107;
}
.left-tool-menu ul li a:hover {
  background: #ffc107;
  color: #fff;
}
.left-tool-menu ul li a:hover i {
  color: #fff !important;
}

.gallery-01,
.gallery-02 {
  max-width: 1980px;
  margin: 0 auto;
}
.gallery-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.gallery-01 .gallery-item {
  text-align: center;
  width: calc(25% - 10px);
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-02 {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.gallery-02::before {
  z-index: 1;
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(
    to bottom,
    #ffffff00,
    #ffffff00,
    #063e4b0a,
    #063e4b
  );
}

.gallery-02 .gallery-item {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-position: center;
}
.gallery-02 .gallery-item img {
  opacity: 0;
}
/* ---------- 8.19 Room Details  ---------- */



.block-gallery-large {
  position: relative;
}
.ovelay-room-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000;
  color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}


.room_page {

  

}

.room_page .slider .rooms-slider-larg {
  padding: 0;
   
  
  
  overflow: hidden;
  /* border-radius: 30px;
  box-shadow: 10px 10px 30px #00333382; */

   padding: 20px;
    
}

.white-block {
    background: #ffffff;
    -webkit-box-shadow: 0 15px 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px 10px rgba(0, 0, 0, 0.1);
}
.room_page .room-thumb-slider {
    margin-top:15px;
}
.room_page .slider .room-thumb-slider .owl-item .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  padding: 3px;
  margin: 2px;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.room_page .slider .room-thumb-slider .owl-item.active-item .item {
   /*border: 5px solid #ffc107;*/
}

.room_page .slider .room-thumb-slider .owl-item .item img {
}

.room_page .slider .room-thumb-slider .owl-item .item img:hover {
  opacity: 0.8;
}

.pd-0 {
    padding:0px !important;
}
.room-option-description {
    background: #257270;
    /*background:#075056 ;*/
    color: #FFF;
    text-align: left;
    padding: 0;

}
.room-option-item:first-child {
    padding-left:10px;
}
.room-option-item {
    margin: 25px 0px 0 0;
     
}
.room-option-item
.room-option-item-thumb {
   display: inline-block;
    width: 50px;
    height: 40px;
    
    line-height: 40px;
    
    text-align: center;
}

.room-option-item-thumb i {
    font-size:2.5rem;
    color:#FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    margin: 5px 10px 5px 0px;
}
.room-option-item-info {
   display: inline-block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff96;
}
.room-option-contact {
        padding: 10px 15px;
    text-align: center;
}

.room-contact-item a.btn-call-us {
       border: 2px solid #ffffff73;
    padding: 10px 25px;
    color: #FFF;
    font-size: 1.55rem;
    width: 250px;
    margin-bottom: 10px;
    border-radius: 0px;
    background: #075056;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.room-contact-item a.btn-call-us i {
    color:#FFF;
}
.room-contact-item a.btn-call-line {
       border: 2px solid #ffffff73;
    padding: 10px 25px;
    color: #FFF;
    font-size: 1.55rem;
    width: 250px;
    
    border-radius: 0px;
    background: #075056;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.1);

}
.room-contact-item a {
    transition:0.3s;
}
.room-contact-item a:hover {
    background:#fac704;
}
.room_facilitys_list {
  margin-top: 35px;
  padding-bottom: 10px;
}

.room_facilitys_list h2 span {
  float: right;
}

.room_facilitys_list h2 span {
  text-transform: none;
}

.all_facility_list {
  overflow: hidden;
  width: 100%;
  border-top: none;
}

.all_facility_list ul li {
  color: #858a99;
  margin-bottom: 15px;
}

.all_facility_list ul li i {
  color: #82b73a;
  margin-right: 8px;
}

.all_facility_list ul .no i {
  color: #f1572f !important;
}

.single_room_details > p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}

.room_page .slider .room-thumb-slider .owl-item .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 0px;
    padding: 0;
    margin-bottom: 10px;
    
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*
    box-shadow: 0px 0px 10px #999;
    border-radius: 20px;*/
}

#section-welcome .centered.header-wrapper {
  /*max-width: 900px; border-radius: 30px; box-shadow: 0px 0px 10px #075054e6; */
  margin: 0px auto;
  display: block;
  background: #fff;
  padding: 20px 50px;
  margin-bottom: 0px;
  background: linear-gradient(to bottom, #063e4b, #063e4b, #063e4b, #063e4b);
}
.section-welcome-video {
  margin-top: -300px;
}
.welcome-text-gallery {
  position: relative;
  padding-bottom: 450px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.info-box-content p.large,
.header-wrapper p.large {
  max-width: 800px;
}

/* ---------- 1.5 Image Hover Effect ---------- */
.hover_effect {
  display: block;
  position: relative;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-height: 100px;
  /*background:#FFF;*/
}

.hover_effect:after {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.hover_effect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hover_effect:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.hover_effect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.hover_effect.h_blue:hover {
  background: #1dc1f8;
}

.hover_effect.h_yellow:hover {
  background: #deb666;
}

.hover_effect.h_dark:hover {
  background: #5e6667;
}

.hover_effect.h_link:after {
  content: "\f0c1";
}

.hover_effect.h_lightbox:after {
  content: "\f00e";
}

.h2.salogan {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 3.5rem;
  padding-top: 5rem;
}

.btn.btn-main {
  color: #fff;
  font-size: 2rem;
  text-align: center;

  padding: 15px 30px;
  background: #075056;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  box-shadow: 1px 1px 15px #01455587;
  letter-spacing: -1px;
}
.btn.btn-main:hover {
  background: #ffc107;
}

.btn-block {
  width: auto;
}
.btn.btn-main-outline {
  color: #063e4b;
  font-size: 2rem;
  text-align: center;
  /* font-family: "Oswald", Arial, Helvetica, sans-serif; */
  padding: 15px 30px;
  /* background: #ffffff; */
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  /* border-radius: 80px; */
  margin: 10px;
  border: 3px solid #005f67ad;
  width: 10;
}
.btn.btn-main-outline:hover {
  background: #075056;
  color: #fff;
}

.blockquote {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.blockquote::before,
.blockquote::after {
  content: "“" !important;
  position: absolute;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15rem;
  left: 10%;
  top: 50%;

  font-weight: 600;
  line-height: 15rem;
  width: 100px;
  height: 100px;
  margin-left: 0;
  text-align: center;
  color: #006169;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
}
.blockquote::after {
  content: "”" !important;
  left: auto;
  right: 10%;
  top: 50%;
}

#section4 h2 {
  font-size: 6rem;
  margin: 0px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #006169;
  margin-bottom: 15px;
}
#section4 h3 {
  font-size: 2.5rem;
  margin: 0px;
  padding: 0px;
  line-height: 3rem;
  font-weight: 500;
  color: #6f8081;
}
#section4 .section-title {
  max-width: 1000%;
    margin: 60px auto;
    text-align: center;
}
.welcome-video .video-item {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 12px #002933ad;
}
.video-item {
  position: relative;
  transition: 0.3s;
}

.media-cover {
  position: relative;
  transition: 0.5s;
}
.media-cover::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  /* background: #000; */
  background-image: linear-gradient(
    180deg,
    #ffffff00 0%,
    #ffffff33 51%,
    #002225 100%
  );
  z-index: 2;
}

.video-overlay {
  content: " ";
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 20px;
  right: 0px;
  /* background: #000; */
  /*background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff33 51%, #002225 100%);*/
  z-index: 3;
}
.video-caption {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -1px;
}
.media-cover:hover {
  transform: scale(1.2);
}

.btn-media-play {
  position: absolute;
  width: 100px;
  height: 100px;
  color: #ffffff96;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  font-size: 10rem;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
}
.btn-media-play:hover {
  color: #ffffff96;
}

.section-room-page {
  padding: 80px 0px;
}
.section-room-page.pp1 {
    /*
  background: linear-gradient(
    to bottom,
    #f8f8f7,
    #cdd9db9c,
    #a8bebf6b,
    #dee6e8
  );*/
}
.section-room-page.pp2 {
    
  background: linear-gradient(to bottom, #dfe7e9, #eff3f4, #fff);
  
}
.section-room-page.pp3 {
  background: linear-gradient(to bottom, #fff, #dfe7e9, #f8f8f7);
}

.room_page h1 {
  text-align: center;
  font-size: 3rem;
}
.overlay-room-info {
  position: absolute;
}

.section-contact {
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;

  background-color: #2a4947;
  color:#FFF;
  text-align:left;
}
.overay-caption {
  position: absolute;
  bottom: 0px;
  background: #000;
  width: 100%;
  padding: 20px;
  color: #ffffffbf;
  left:0px;
}
.testimonail {
  min-height: 350px;
  padding: 0px !important;
}
.why-us {
  padding: 0px !important;
}
.testimonail .container,
.why-us .container {
  height: 100%;
}
.logo-footer {
  width: 250px;
  display: block;
  position:absolute;
  bottom:0px;
}
.why-us h2,
.testimonail h2 {
  font-size: 2.5rem;
  margin: 0px;
  margin-bottom: 10px;
}
.why-us p {
}

.caption-title {

    margin-top: 30px;
    text-align: center;
    padding: 30px 0px;
    font-size: 2.5rem;
    color: #6f8081;
    font-weight: 500;
    letter-spacing: -1px;
}

.event-video 
.owl-item.active.center .video-item {
  transform: scale(1.1);
}
.event-video .video-item {
  overflow: hidden;
  border-radius: 20px;
  margin: 15px;
  box-shadow: 0px 0px 10px #999;
  transition: 0.5s;
  margin-top: 30px;
}
.media-cover::before {
    background-image: linear-gradient(180deg, #ffffff00 0%, #ffc1072e 51%, #002225 100%);
}

/*
 .btn-media-play {
    transition: 0.5s;
 }
 .btn-media-play:hover {
    color:#000;
 }*/
.event-video.owl-carousel .owl-stage-outer {
    padding:30px 0px;
    padding: 40px 0px;
}
.owl-dots {
  height: 50px;
  text-align: center;
  padding: 30px 0 0 0;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 40px;
  height: 15px;
  border-radius: 15px;
  background: #ced8dd; /*  #ced8dd 607d8b */
  display: inline-block;
  margin: 5px 3px;
  transition: 0.3s;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #075056;
}

.section-contact .social-icon {

}
.section-contact {
    text-align:left;
}
 
#section6 .social-icon i {
    font-size: 20px;
    background: #ffffff00;
    border-radius: 10px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #FFF;
}

.contact-wrapper  h3 {
    font-size:2rem;
    color:#FFF;
}
.contact-wrapper ul {
    margin-top:10px;
}
.contact-wrapper li {
    padding:5px 0px;
}
a.about-phone {
   font-size: 2rem;
    color: #FFF;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.section-google-map { 
    text-align: center;
}
#office-gmap {
    max-width: 1000px;
    margin: 0px auto;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1124px) { 
    #section1 {
        height: 550px;
    }
    .gallery-01 {
        gap: 0;
        margin-top: 0;
    }
    .gallery-01 .gallery-item {
      
        width: calc(25%);
       
        border-radius: 0;
        
    }
    .tagline {
        
        padding: 0 0 0 50px;
         
    }
    #nav-button {
        margin-right:50px;
    }
    .blockquote::before {
         
        top:10px;
    }
    .blockquote::after {
         
        bottom:10px;
    }
}


@media only screen and (max-width: 800px) { 
  .is-sticky header 
  #nav a.booking {
      display: block;
      position: fixed;
      top: 15px;
      right: 15px;

  }
   #nav-button {
        margin-right:50px;
    }
    .gallery-01 {
        gap: 0;
        margin-top: 0;
    }
    .gallery-01 .gallery-item {
        
        width: calc(50%);
       
        border-radius: 0;
       
    }
     .blockquote::before {
        left:0%;
        top:10px;
    }
    .blockquote::after {
        right:0%;
        bottom:10px;
    }
    .room-option-item .room-option-item-thumb {
        display:block;
    }
    .is-sticky header #nav a.booking {
        position: unset;
        max-width: 250px;
        margin: 10px auto;
    }
}

#ib-chat-widget.chat-footer .chat-widget-item a {
    font-size:20px !important;
}
.chat-btn-phone i.fa {
    color:#FFF;
}
@media only screen and (max-width: 480px) {
    .welcome-video {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch
    }
    .welcome-video .item {
      display: flex;
      flex-direction: column;
    }
    .video-item-readMore {
      flex: 1;                    /* ยืดเต็มพื้นที่ที่เหลือ */
      display: flex;              /* จัดตำแหน่งข้อความให้อยู่กึ่งกลาง */
      align-items: center;
      justify-content: center;
      padding:5px;
    }
    .video-item-readMore .btnGoto {
       width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #e7e7e7; */
        border-radius: 20px;
        box-shadow: 5px 5px 12px #00293324;
        position: relative;
        overflow: hidden;
        font-size: 0px;
        box-shadow: 5px 5px 12px #002933ad;
    }
    .video-item-readMore .btnGoto::before {
       content: " ";
        position: absolute;
        top: 0%;
        left: 0px;
        bottom: 0px;
        right: 0px;
        /* background: #000; */
        background-image: linear-gradient(180deg, #ffffff00 0%, #00000085 51%, #002225 100%);
        z-index: 10;
    }
    .video-item-readMore span {
       font-size: 1.5rem;
        display: block;
        text-align: center;
        padding: 10px 25px;
        position: absolute;
        top: 50%;
        transition: auto;
        transform: translateY(-50%);
        z-index: 100;
        position: absolute;
        color: #FFF;
        border: 1px solid #FFF;
        border-radius: 20px;        
    }

    .is-sticky header #nav a.booking {
        position: unset;
        max-width: 250px;
        margin: 10px auto;
    }
    .section-google-map .section-title {
        padding:50px 15px;
    }
     .room-option-item .room-option-item-thumb {
        display:inline-block;
    }
  .tagline {
    display: none;
  }
  #section1 {
        height: 100%;
    }
  #nav-button {
        margin-right:0px;
    }
    #arrow-down {
        display:none;
    }

    .gallery-02 .gallery-item {
        height: 300px;
    }
    .welcome-text-gallery {
        margin-top:-2px;
        position: relative;
        padding-bottom: 150px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .section-welcome-video {
        margin-top:-100px;
        padding:10px;
    }
    .welcome-video .item{
         padding:0px;
    }
    .welcome-video .video-item {
        border-radius: 20px;
        margin:5px;
    }
    .welcome-text-gallery .secton-title {
        padding:10px;
    }
    .btn-media-play {
        font-size:6rem;
    }
    .h-2.salogan {
        font-size: 2.5rem;
    }
    .h-3.salogan {
        font-size:4rem;
    }
    .blockquote::before {
        left: 0%;
        top: -30px;
    }


    .blockquote::after {
        right: 0%;
        top: 50%;
        top: auto;
        transform: translate(0%, 100%);
        text-align: right;
    
    }

    .welcome-thumb-gallery {
    
       
        gap: 0px;
        
    }
    .welcome-thumb-gallery .item {
        width: 25%;
        
        margin: 0px;
        border-radius: 0;
    }

    #section-welcome .header-wrapper h2 {
        font-size:4rem;
    }

    #section-welcome .centered.header-wrapper {
        padding:20px 10px;
        text-align: right;
    }

    #section4 h2 {
        font-size: 4.5rem; 
    }

    #section4 h3 {
        font-size: 1.75rem; 
        line-height: 2.25rem;
    }
    .caption-title{
        font-size:2rem;
    }
  .room-title .room-no {
    width:90px;
    height:120px;
    font-size: 4em;
    display: inline-block;
  }
  .room-title .room-name {
        display: inline-block;
        padding-top: 20px;
        height: 120px;
    }
  .room-title .room-name .room-name-thai h3 {
    font-size: 3.5rem;
    }
  .room-title .rooms-guest ,.room-title .rooms-note {
    display:inline;
    width:50%;
    height: 30px;
  }
  .room-title .col-lg-4 {
    text-align: left !important;
    padding:10px 20px !important;
    margin-top:15px;
  }
  .room-title .rooms-guest i {
    margin-right: 10px;
    margin-left:5px;
}
  .room-title .room-price {
    width:100%;
  }
  .room-title .room-price i {
    margin-right:5px;
  }
  .room_page .slider .rooms-slider-larg {
    
    padding: 10px 10px 10px 10px;
  }
  .room-option-item {
        margin: 15px 0px 0 0;
    }
    .room-option-contact {
        
        margin: 10px 0 10px 0;
    }
    .why-us h2, .testimonail h2 {
        font-size:2rem;
    }

    .event-video .video-item {
        margin:5px;
        border-radius: 15px;
    
    }
    .touch
    .vimeo-background {
            position: absolute;
            height: 100vh;
            width: calc(100vh * 16 / 9);
            top: 50%;
            left: 0;
            transform: translate(-50%, -50%) scale(1.5);
            
    }
    .video-caption {
        font-size:2rem;
    }
    .top-book-now {
       left: 50%;
        top: 380px;
        right: auto;
        bottom: auto;
        margin-left: -85px;
        width: 170px;
        text-align: center;
    }
    .left-tool-menu {
         width: 170px;
        top: 450px;
        left: 50%;
        margin-left: -85px;
    }
   
    .hero-logo {
        width:90px;
        height: 90px;
    }
    #logo {
       
        margin-left: 40px;
    }
    .gallery-01 {
            gap: 0;
        margin-top: 0;
    }

    .mt-up80  {
        margin:0px;
    }

    .monteint-top {
        padding-bottom: 80px;
        background: #2a4947;
    }
    .monteint-top img {
        position:absolute;
        margin-top:-50px;
    }
    .logo-footer {
        width:100%;
        text-align: center;
        z-index:1;
        margin-top:30px
    }
    .logo-footer img {
        width: 200px;
        margin-top: 20px;
        margin: 0 auto;
    }
}
