
html,body{
	padding: 0;
	margin: 0; 
} 
html{height: 100% }
body{   
	font-family: 'Quicksand Book', sans-serif;
	color: #ffffff;
	font-size: 17px; 
	font-weight: normal;
	margin: 0px;
	padding:0;
	line-height: 1.6; 
	background:#000;  
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */

	position: relative;
  overflow-x: hidden;
}
 
b, strong{
	font-weight: 500; 
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6{   
	margin:0;  
	color: #373535; 
  line-height: 1.5;  
} 

.white{ color: #ffffff !important } 

.nowrap{ white-space: nowrap; }

 

 
a{
  color:inherit;
  cursor: pointer !important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover{ text-decoration: none; color: #db9d3d }
   
.form-control{
  -webkit-appearance: none;
  font-size: 20px;
  border-radius: 0;
  border:2px solid #ccc;
  padding: 0 10px;
  height: 40px;
  line-height: 40px
}
 

.radio-group, 
.checkbox-group{ 
	padding-left:0; 
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
	display:inline-block;
	vertical-align:top
}
.radio-group{ display:inline-block; position:relative}


.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	height: 0;
	position: absolute;
	width: 0
}
.checkbox-group label:before,
.radio-group label:before {
	content: "";
	display: inline-block;

	margin-right: 5px;
	position: absolute;
	left:0;
	top:5px;
	background-color: transparent;
	border: 1px solid #aaaaaa; 
	width:16px;
	height:16px; 

	 -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.radio-group label:before { 
	
  /*-webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;*/
	
}
.radio-group label,
.checkbox-group label {
	position:relative;
	padding-left:30px;
	padding-right:15px;
	text-align:left;
	margin:1px 0;
	display:block;
	font-weight:300;
	font-size:inherit;
	line-height:25px;
	cursor:pointer;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.checkbox-group label{color: inherit;}
.checkbox-group label span{ font-size: 12px; font-style: italic; color: #8f8f8f } 
.radio-group label{color: inherit; padding-left: 28px} 

 
.radio-group input[type="radio"]:checked + label:after {
    content: "";
    color: #ea6f21;
	background-color:#555;
	-webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
	position:absolute;
	left:3px;
	top:9px;
	width:12px;
	height:12px;
}
 

.checkbox-group input[type="checkbox"]:checked + label:after,
.checkbox-group input[type="checkbox"]:checked + .error + label:after {
	content: "";
	width:15px;
	height:15px;
	position:absolute;
	top: 8px;
  left: 2px;
	display:block; 
	background-image: url(../img/icons/icon-checked.svg);
	background-position:0 0;
	background-size: 11px;
	background-repeat: no-repeat;
	
}
  
.checkbox-disable.checkbox-group label:before{
	background-color:#c0c0c0;
	border:2px solid #b1b1b1;
	cursor:default !important
}
.checkbox-disable.checkbox-group input[type="checkbox"]:checked + label:after {
	content:'';
}


.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}



.input-block{
  display: block;
  position: relative;
  margin-bottom: 20px
}
.input-text{
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 5px;
}
.input-text .star{
  display: inline-block;
  padding-left: 3px;
  color: #d34836;
  font-style: normal;
}

.photo-group{
  position: relative;
  display: block;
  overflow: hidden;
}
.photo-group.inline-block{ display: inline-block; }
.photo-group .photo{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.photo-group img{ 
  width: 100%;
  -webkit-transition: opacity 0.35s,-webkit-transform .35s;
transition: opacity 0.35s,transform .35s;
}
.photo-group .caption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-group .caption:before{ 

   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;

    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}


.photo-group .caption p{
  color: #fff; 
  font-size: 18px;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  opacity: 0;

  -webkit-transform: scale(0.5);
transform: scale(0.5);
     -webkit-transition: all .35s;
    transition: all .35s;

}

.photo-group .caption p strong{
  font-family: 'Quicksand';
  font-weight: bold;
}

.gallery-item .photo-group{
  background: -webkit-linear-gradient(-45deg,#fff 0%,#faaa1f 100%);
  background: linear-gradient(-45deg,#fff 0%,#faaa1f 100%);
}
.pc .gallery-item:hover .caption:before{
  opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.pc .gallery-item:hover img{
  opacity: 0.5;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.pc .gallery-item:hover  .caption p{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} 


.select-hidden {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  padding-right: 0;

  width: 100%;
  height: 60px;

  position: relative;
  z-index: 99
}

.select {
  position:relative;
  padding-left:0 !important;
  cursor:pointer;
  display:block;
  margin-bottom:0; 
  height: 40px; 
  cursor: pointer;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  padding:0;
  color: #a5a7a9;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.has-value .select-styled{ color: #221f1f}
.select-styled:after {
  content:'';
  position: absolute;
  right: 20px;
  top: 50%;
  width:15px;
  height:15px;
  vertical-align:top;
  margin-left:1px;
  margin-top:-6px;  

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/icon-arrow-listbox.svg);
}
 
 
.select-options {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border:1px solid #f1f1f1;
  max-height: 200px;
  overflow-x: auto;
}
.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 20px; 
  font-size: 16px;
  font-weight: 300;
  color: #373337;
  font-family: inherit;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}
 
span.error{
	font-family: tahoma,arial;
	font-size: 11px;
	color: red;
	display: block;
	margin-bottom:5px;
	margin-top:3px; 

  display: none !important;
}
.form-control.error{ border-color: #ffaaaa !important; background-color: #ffeaea !important }

.valid + .select-styled{border-color: #ffaaaa; background-color: #ffeaea }
.has-value .select-styled{ border-color: #fff !important; background-color: #fff !important }

  
/* ============== Icon Setup   =============== */ 


.icons{
	display:inline-block;
	position:relative;
	vertical-align:top;
	/*background-image:url(../img/icons.png);*/
  background-size: contain;
	background-repeat:no-repeat;
  background-position: 0 0;
}


 
  
/**/

.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down{
  position: absolute;
  left: 0;
  top: 0;
  width:5px;
   height:5px;
   vertical-align:top;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.arrow-left{
   border-top: 1px solid #676767;
   border-left: 1px solid #676767;
   -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}

.arrow-right{
  border-top: 1px solid #676767;
  border-left: 1px solid #676767;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);  
}

.arrow-up{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.arrow-down{
   margin-left:1px;
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}

.page{
	position: relative; 
	display: block;   
  overflow: hidden;
  
}  
.btn{
  padding: 0 20px;
  position: relative;
  background-color: #dadada;
  border-radius: 0;
  height: 45px;
  line-height: 43px;
  font-family: inherit;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
  

.btn.hover-black:before{background-color: #000}
.pc .btn.hover-black:hover:before{width: 170%;}
.pc .btn.hover-black:hover span.text{ color: #fff }

.btn.btn-lg{
  height: 60px;
  line-height: 60px;
}

.btn-black{
  border:1px solid #000000;
  background-color: #000000;
  color: #fff;
}
.btn-black:hover {
  color: #fff;
  background-color: #c0a781;
  border-color: #c0a781;
} 
 
.btn-link, 
.btn-link:hover, 
.btn-link:focus, 
.btn-link:active{
  background-color: transparent;
}

.btn-white{
  border:0 !important;
  background-color: #fff;
  color: #f16521;
  line-height: 45px
}
.btn-white:hover {
  color: #fff;
  background-color: #000000; 
} 


.btn-outline-white{
  border:1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #c0a781;
  border-color: #c0a781;
} 

.btn-outline-orange{
  border:1px solid #f26522;
  background-color: transparent;
  color: #f26522;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522;
} 

.btn:focus,.btn:active,
button:focus,button:active,
a:focus,a:active {
   outline: none !important;
   box-shadow: none!important;
}

 
 
.container-fluid{
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; 
}
.container{
  width: 100%;
  max-width:calc(1140px + 80px);  
  padding-left: 40px;
  padding-right: 40px 
}  

/* ============== Header Setup   =============== */ 
 
.header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; 
  z-index:1020; 
  padding: 15px 0;     
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
} 
.header .container{ max-width: 100%; padding-left: 80px; padding-right: 80px }
.header .row > div{ height: 87px }

.header-blend-mode{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  height: 117px;
  z-index:10; 
  padding: 15px 0;    
  background-color:#171f2a;  
  mix-blend-mode:multiply; 
}

.navbar-brand{
  width: 111px;
  height: 87px;
  margin:0 0 0 -5px;
  padding: 0;  

  background-image: url(../img/logo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.navbar-brand img,
.navbar-brand svg {
  display: block;
  width: 100%;
  height: 100%
}

.navbar-nav{
  float: right;
  font-size: 0;
  display: block;
  margin:0;
}
.navbar-nav li{
  display: inline-block;
  vertical-align: top;
}
.navbar-nav li a{
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400; 
  overflow: hidden;

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.header .company-name{ display: block; padding-top: 10px }
.header .company-name h2{
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 45px;
  line-height: 0.75;
  font-weight: bold;
  font-family: 'DB FongNam X'; 
  letter-spacing: 2px;
}
.header .company-name h2 span{
  display: inline-block;
  position: relative;
}

.header .company-name h2 span:before,
.header .company-name h2 span:after{
  content: '';
  position: absolute;
  top: 18px;
  height: 2px;
  width: 115px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7ebb0+0,7a5d23+100 */
  background: rgb(247,235,176); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(247,235,176,1) 0%, rgba(122,93,35,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(247,235,176,1) 0%,rgba(122,93,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(247,235,176,1) 0%,rgba(122,93,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ebb0', endColorstr='#7a5d23',GradientType=0 ); /* IE6-9 */
}

.header .company-name h2 span:before{ right: 105% }
.header .company-name h2 span:after{ left:105%}

.followus{
  display: block;
  text-align: right;
  margin-right:-5px;
  font-size: 0;
  position: relative;
  top: 0;
  opacity: 1;
}
.followus a{ display: inline-block; padding: 0 5px; }
.followus a.ig{ margin-right:3px  }

.followus svg path{
   -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.followus a:hover svg path{ fill: #bc9739 }

.booknow-wrap{
  display: block;
  text-align: right;
  padding-top: 20px;
  white-space: normal;
}
.booknow{
  display: inline-block;
  vertical-align: top;
}
.booknow a{ 
  color: #fff; 
  font-size: 32px;
  line-height: 0.75; 
  font-family: 'DB FongNam X';
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-right: 10px
}
.pc .booknow a:hover{ color: #bc9739 }

.header-blend-mode,
.navbar-brand,
.header .followus,
.booknow-wrap,
.header .company-name,
.header .company-name h2,
.header .company-name h2 span::before, 
.header .company-name h2 span::after{
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.navbar-option{
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 10px;

}

.nav-slideout{
  position: absolute;
  top: 102px;
  right: -65px;
  width: 300px;
  background-color: rgba(188,151,57,0.85);

  -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);

   -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.scrolling .nav-slideout{top: 83px;}
.nav-slideout .nav{
  padding: 20px 0;
  margin: 0;
  list-style: none;
  display: block;
}
.nav-slideout .nav li{
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.nav-slideout .nav li a{
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0;
  position: relative;
}
.nav-slideout .nav li a span{
  display: inline-block;
  position: relative;
  padding: 7px 10px;
}

.nav-slideout .nav li a span:before,
.nav-slideout .nav li a span:after{
  content: '';
  position: absolute;
  bottom: 3px;
  height: 2px;
  background-color: #fff;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.nav-slideout .nav li a span:before{left: 50%;}
.nav-slideout .nav li a span:after{right: 50%;}

.pc .nav-slideout .nav li:hover a span:before{left: 0%; width: 50%}
.pc .nav-slideout .nav li:hover a span:after{right: 0%; width: 50%}

.nav-slideout .nav li.active a span:before{left: 0%; width: 50%}
.nav-slideout .nav li.active a span:after{right: 0%; width: 50%}

.nav-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:transparent;
  z-index: 100;
  pointer-events: none;
}

.nav-opened .nav-slideout{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.nav-opened .nav-overlay{ pointer-events: auto; }

@media (min-width: 992px) {
  .scrolling .header .row > div{height: 67px;}
  .scrolling .header-blend-mode{height: 98px}
  .scrolling .navbar-brand{
    width: 80px;
    height: 67px;
  }
  .scrolling .header .company-name{ padding-top: 7px }
  .scrolling .navbar-option .followus{margin-top:-30px; opacity: 0} 

  .scrolling .header .company-name h2{ font-size: 35px;}
  .scrolling .header .company-name h2 span::before, 
  .scrolling .header .company-name h2 span::after{ top: 14px; width: 93px }
}
.div-table{
  display: table;
  width: 100%;
  height: 100%;
}
.div-table-cell{
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.btn-icon{
  padding: 0;
  background-color: transparent !important;
  width: 30px; 
  height:30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 999;

  top: 1px;
}
.btn-icon:before{display: none;}
.btn-icon span{ 
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform-origin: 25px, 1px;
  -ms-transform-origin: 25px, 1px;
  transform-origin: 25px, 1px;

}
 
.pc body:not(.nav-opened) .btn-icon:hover span:nth-child(1),
.pc body:not(.nav-opened) .btn-icon:hover span:nth-child(3) {
  left: 5px;
  right: 5px;

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
 

.btn-icon span:nth-child(1) {
    top: 0;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon span:nth-child(2) {
    top: 8px;
    -webkit-transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon span:nth-child(3) {
    top: 16px;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}


.nav-opened .btn-icon span:nth-child(1){
    -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(45deg) translate3d(7px, 8px, 0);
    transform: rotate(45deg) translate3d(7px, 8px, 0)
}

.nav-opened .btn-icon span:nth-child(2){
    -webkit-transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0)
}

.nav-opened .btn-icon span:nth-child(3) {
    -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(-45deg) translate3d(3px, -5px, 0);
    transform: rotate(-45deg) translate3d(3px, -5px, 0)
}

.section-banner{
  display: block;
  position: relative;
  height: 
}
.section-banner img{ width: 100% }

.banner-caption{
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  height: 300px;
  margin-top:-100px; 
  background-repeat:repeat-x;
  background-position: 0 0;
  background-size: contain;
  /*background-image: url(../img/thumb/caption-bg.png);*/
  background: rgba(0, 0, 0, 0.2) 

}

.banner-caption h2{
  color: #fff;
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.banner-caption h2 span{
  display: block;
}

.background{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.background.parallax{
  -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.device .background.parallax{
  background-position: center center !important; 
}

.section{
  display: block;
  position: relative;
}
.section-body{ 
  padding: 85px 0;
  background-image: url(../img/thumb/body-bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #1a1d23;
   
  /*background: rgb(107,117,126);  
  background: -moz-linear-gradient(top,  rgba(107,117,126,1) 0%, rgba(22,25,32,1) 100%); 
  background: -webkit-linear-gradient(top,  rgba(107,117,126,1) 0%,rgba(22,25,32,1) 100%);  
  background: linear-gradient(to bottom,  rgba(107,117,126,1) 0%,rgba(22,25,32,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b757e', endColorstr='#161920',GradientType=0 ); */

}
.section-body:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  height: 100px;
  pointer-events: none; 
}
.section-body:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-image: url(../img/thumb/texture-dot.svg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.section-body .container{
  position: relative;
  z-index: 9
}

.title-lg{
  font-size: 45px;
  font-family: 'Cinzel';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 9
}
.title-lg span{
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  display: block;
  max-width: 70%;
  position: relative;
  z-index: 99
}
.title-lg.has-line:before{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  max-width: 70%;
  border-bottom: 2px solid #fff;
}
.title-md{
  font-size: 35px;
  font-family: 'Cinzel';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title-md br{ display: none; }
.text-gradient{
  color: #bc9739;   
   background: rgb(186,146,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(186,146,76,1) 0%, rgba(226,207,149,1) 24%, rgba(247,221,126,1) 50%, rgba(192,156,60,1) 79%, rgba(132,109,57,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(186,146,76,1) 0%,rgba(226,207,149,1) 24%,rgba(247,221,126,1) 50%,rgba(192,156,60,1) 79%,rgba(132,109,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(186,146,76,1) 0%,rgba(226,207,149,1) 24%,rgba(247,221,126,1) 50%,rgba(192,156,60,1) 79%,rgba(132,109,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba924c', endColorstr='#846d39',GradientType=0 ); /* IE6-9 */

  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-white{
  color: #ffffff;   
  text-shadow: 0 0 3px rgba(0,0,0,0.2)
}


.section-overview{
  text-align: center;
}
.section-overview .heading h4{
  font-family: 'Cinzel';
  font-weight: normal;
  font-size: 25px;
  color: #fff;
}
.section-overview .heading img{
  display: block;
  margin: 20px auto;
  max-width: 250px;
}
.section-overview .article{
  max-width: 850px;
  margin: 70px auto 0;
}

.article{
  font-size: 18px;
  color: #fff;
 /* text-align: justify;*/
} 
.article p{ margin-bottom: 25px }

ul.dot{
  padding: 0;
  margin: 0 0 20px;
}
ul.dot li{
  display: block;
  position: relative;
  padding: 3px 0 3px 25px;
}
ul.dot li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9a245+2,f6ecaf+56 */
  background: rgb(201,162,69); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(201,162,69,1) 2%, rgba(246,236,175,1) 56%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(201,162,69,1) 2%,rgba(246,236,175,1) 56%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(201,162,69,1) 2%,rgba(246,236,175,1) 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a245', endColorstr='#f6ecaf',GradientType=0 ); /* IE6-9 */
}

.device ul.dot li:before{top:9px }

ul.dot li a{ color: #fff }
ul.dot li.active a,
.pc ul.dot li:hover a{ color: #db9d3d }

.roomtype-row-01 .title-lg{ margin-bottom: 20px }
.roomtype-row-01 .col-sm-7{
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}
.roomtype-row-01 .col-sm-5{
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.roomtype-row-03{ margin-top: -10px; }
.roomtype-row-03 .photo-group{ margin-bottom: 25px }
.section-roomtype .article{
  padding: 75px;
  /*text-align: justify;*/
}
.no-padding-bottom{ padding-bottom:0 !important  }

.table-roomtype{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5px;
  margin-top: -10px;
}
.table-roomtype tr th{
  color: #f7d870;
  font-size: 28px;
  vertical-align: middle;
  text-align: left;
  font-family: 'Quicksand';
  font-weight: bold;
  width: 200px;
}
.table-roomtype tr th,
.table-roomtype tr td{
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-roomtype tr:first-child th,
.table-roomtype tr:first-child td{ padding-top: 0 }

.table-roomtype tr:last-child th,
.table-roomtype tr:last-child td{ padding-bottom: 0 }

.article-roomtype {padding:0 35px }
.article-roomtype .title-lg{ margin: 25px 0; text-align: center; }
.article-roomtype .title-md{ margin-bottom:20px; text-align: center;}

.article-roomtype .photo-group{
  margin: 0 auto;
  padding:15px 0; 
  max-width: 700px;
}
.article-roomtype .photo-group img{ width: 100% }

.facilities-wrap{
  display: block;
  padding-top: 20px;
}
.facilities-item{
  display: block;
  text-align: center;
  margin-bottom:25px; 
}
.facilities-item .icon{ display: block; }
.facilities-item .icon img{ width: 110px; display: inline-block;}
.facilities-item h4{
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top:15px; 
}


.title-lg.f-quicksand,
.title-md.f-quicksand{ 
  text-transform: none;
  font-family: 'Quicksand';
  font-weight: bold;
  margin-bottom:25px; 
  line-height: 1
}

.restaurant--01 .row:not(.photo-row){
  margin: 0 -50px;
}
.restaurant--01 .row:not(.photo-row) > div{
  padding: 0 50px
}

.restaurant--01 .title-lg.f-quicksand {margin-top:-10px;}

.restaurant--02 .row:not(.photo-row),
.restaurant--03 .row:not(.photo-row){
  margin: 0 -20px;
}
.restaurant--02 .row:not(.photo-row) > div,
.restaurant--03 .row:not(.photo-row) > div{
  padding: 0 20px
}

.restaurant--03 .menu-row{ margin-top:-20px !important }
.restaurant--03 .article{ margin-top:100px  }

.restaurant--03 .title-lg{ font-size: 50px }
.restaurant--03 .title-md.f-quicksand {
  margin-top:15px;
  margin-bottom: 10px
}

.restaurant--02 .photo-row{ padding-top: 50px }
.restaurant--02 .photo-row > div{ padding-bottom: 40px }

.restaurant--03 .photo-row{ padding-top: 100px }
.restaurant--03 .photo-row > div{ padding-bottom: 40px }

.section-restaurant .article{
  display: block;
  padding-top: 40px;
  padding-bottom: 40px
}
.section-restaurant .article .photo-group{ margin: 0 0 40px}

.section-restaurant .article .the-letter-press{
  display: block;
  margin: 0 auto 80px;
  width: 100%;
  max-width: 380px;
}
.section-restaurant .article .the-letter-press2{
  text-align: right;
  margin-bottom:40px 
}
.section-restaurant .article .the-letter-press2 img{ max-width: 450px; width: 100%; margin-top:-60px }
.section-restaurant .article .set-serve{ text-align: center; margin-top:-100px; margin-bottom:5px  }
.section-restaurant .article .set-serve img{ max-width: 350px;  width: 100%; display: inline-block;}

.section-restaurant .table-menu{
  width: 100%;
  max-width: 500px;
}
.section-restaurant .table-menu tr td + td{ width: 50px; text-align: right; }
.section-restaurant .table-menu tr td{
  padding: 3px 0; 
}

.contactus-wrap{
  display: block;
  padding:20px 0;
  text-align: right; 
}
.contactus-wrap h3{
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px
}
.contactus-wrap h4{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff
}
.contactus-wrap p{ margin-bottom:30px }
.contactus-wrap a{ color: #fff }
.pc .contactus-wrap a:hover{ opacity:  .75}
.contactus-wrap .followus .ig{ margin-right:10px  }
.contactus-wrap .followus a img{ width: 35px; height: 35px }

.logo-wrap{ 
  display: block; 
  text-align: center;
  padding:50px 0 10px 
}
.logo-wrap img{ max-width: 100%; display: inline-block; }

.logo-wrap .logo-1{ width: 75% }
.logo-wrap .logo-2{ width: 75% }
.logo-wrap .logo-3{ width: 95% }

.gallery-wrap .gallery-item{
  padding: 15px;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-bottom:30px 
}

.gallery-content{
  display: block;
  background-color: #fff;
  padding: 50px 0;
  margin: 55px 0 80px;
  text-align: center;
  position: relative;
}
.gallery-content:before,
.gallery-content:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.gallery-content:before{
  left: -2000px;
  right: 100%
}
.gallery-content:after{
  right: -2000px;
  left: 100%
}
.gallery-content h4{
  font-size:20px;
}
.gallery-content h4.top{ padding-bottom: 10px; }
.gallery-content h4.bottom{ padding-top: 10px; }
.gallery-content h3{
  font-size:50px
}
.gallery-content span.line{

  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 500px;
  height: 2px;
  background-color: #000
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.link-gold{
  color: #db9d3d;
  font-size: 20px;
  left: 2px;
  font-family: 'Quicksand';
  font-weight: bold;
}
.link-gold:hover{ color: #fff }
 
.footer{
  background-color: #18202b;
  padding: 25px 0;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-weight: 300;
  font-size: 14px
}
.footer .followus{ padding: 0 }

    .faq {
  max-width: 800px;
  margin: 0 auto;
  text-align: left; /* ชิดซ้าย */
}

.faq-title {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff; /* สีเดียวกับหัวข้อ */
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-item summary {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; /* ให้สีเดียวกัน */
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none; /* ซ่อน icon ลูกศร default */
}

.faq-item summary::before {
  content: "➤ ";
  color: #ffffff; /* ไอคอนสีเดียวกัน */
}

.faq-item p {
  margin: 10px 0 0 20px;
  color: #dddddd;
  line-height: 1.5;
}
@media (max-width: 1440px) {

}     

@media (max-width: 1380px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container{
    padding-left: 40px;
    padding-right: 40px;
  }

  .header .container{
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-caption{height: 250px; margin-top: -70px}

  .nav-slideout{ right: -40px }

  .restaurant--01 .row:not(.photo-row){ margin: 0 -30px }
  .restaurant--01 .row:not(.photo-row) > div{ padding:0 30px  }

  
}

@media (max-width: 1200px) {
  .header .company-name{padding-top: 18px}
  .header .company-name h2{ font-size: 35px;}
  .header .company-name h2 span::before, 
  .header .company-name h2 span::after{ top: 14px; width: 93px }

  .title-md{ font-size: 3.3vw }
  .section-overview .heading h4{ font-size: 21px }
  .section-overview .heading img{ max-width: 200px }

  .banner-caption{height: 200px; margin-top: -45px}
  .banner-caption h2{ font-size: 30px }

  .roomtype-row-01{ font-size: 16px }
  .roomtype-row-01 .title-lg{ font-size: 35px }

  .restaurant--01 .row:not(.photo-row){ margin: 0 -20px }
  .restaurant--01 .row:not(.photo-row) > div{ padding:0 20px  }

  .restaurant--02 { padding-bottom: 20px!important }
  .restaurant--02 .photo-row{ padding-top: 0px; margin-top: -30px }
  .section-restaurant .article .the-letter-press2 img{ max-width: 350px; margin-top: 50px }
  .section-restaurant.restaurant--02 .title-lg{ margin-top: 0 }

  .gallery-wrap .gallery-item{ padding: 10px }

}

@media (max-width: 1024px) {


}

@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-blend-mode{height: 99px;}
  .header .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .row > div{ height: 69px }
  .header .company-name{padding-top: 12px}
  .header .company-name h2{ font-size:30px;}
  .header .company-name h2 span::before, 
  .header .company-name h2 span::after{ top: 11px; width: 83px }
  .navbar-brand {
    width: 80px;
    height: 67px;
  }

  .nav-slideout{ right: -30px; top: 84px }

  .booknow-wrap{ padding-top: 10px; }
  .booknow a{ font-size: 27px; }
  .followus a img,
  .followus a svg{ width: 18px; height: 18px }

  .page{ padding-top: 99px }

  .banner-caption{height: 150px; margin-top: -75px}
  .banner-caption h2{ font-size: 25px }

  .section-body{ padding: 70px 0 }
  .section-body::after{ width: 200% }

  .facilities-wrap .row > div{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .section-roomtype .article{
    padding:20px 0 30px
  }
  .section-restaurant .title-lg{ margin-top: 20px }
  .restaurant--03 .title-lg{ font-size: 40px }
  .restaurant--03 .title-md{ font-size: 25px }

  .section-restaurant .table-menu{ max-width: 100%; margin-bottom: 30px }

  .gallery-wrap .row{ margin: 0 -10px }
  .gallery-wrap .row > div{ padding: 0 10px }
  .gallery-wrap .gallery-item{ margin-bottom:20px  }
  .gallery-content{ margin: 45px 0 65px }

  .gallery-content h3{ font-size:5vw }
  .gallery-content span.line{ max-width: 400px }



}

@media (max-width: 850px) {
  .title-md{ font-size:5.5vw } 
  .title-lg{ font-size: 40px }
  .section-body{ padding:55px 0  }
  .section-overview .heading h4{ font-size: 2.7vw }
  .section-overview .article{ margin: 40px 0 0 }

  .article-roomtype{ padding:0  }
  .facilities-wrap .row{ margin: 0 -10px }
  .facilities-wrap .row > div{ padding:0 10px  }
  .facilities-item .icon img{ width: 100px; display: inline-block;}

  .roomtype-row-03{ margin: 0 -10px }
  .roomtype-row-03 > div{ padding:0 10px  }
  .roomtype-row-03 .photo-group{ margin-bottom: 20px }

  .table-roomtype tr th, 
  .table-roomtype tr td{
    display: block;
    width: 100%
  }
  .table-roomtype tr th{ padding-bottom: 0 }
  .table-roomtype tr td{ padding-top: 0 }

  .photo-row{ margin: 0 -10px; }
  .photo-row > div{ padding:0 10px  }

  .gallery-content{ margin-top: 35px; margin-bottom: 55px; }

  .contactus-wrap{
    text-align: center;
  }
  .contactus-wrap .followus{
    text-align: center;
  }

}

    
@media (max-width:767px) {
  body{font-size: 16px}
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page{ padding-top: 70px }
  .header{padding: 10px 0}
  .header-blend-mode{ height:70px }
  .header .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .row > div {height: 50px;}
  .navbar-brand {
    width: 60px;
    height: 49px;
  }
  .navbar-option{ margin-top:2px  }
  .navbar-option .followus{ display: none; }

  .nav-slideout{ right: -20px; top: 60px !important  }

  .article{ font-size: 16px }
  .article p{ margin-bottom: 15px }

  .section-overview .heading img{ width: 40% }
  .section-overview .article{ margin-top: 25px }

  .facilities-wrap .row > div{
    -ms-flex: 0 0 33.333%;
    flex: 0 0  33.333%;
    max-width: 33.333%;
  }

  .roomtype-row-01 .photo-group { margin: 10px 0 }
  .roomtype-row-01 .title-lg{ font-size: 30px }

  .restaurant--01 .row:not(.photo-row){ margin: 0 -10px }
  .restaurant--01 .row:not(.photo-row) > div{ padding:0 10px  }

  .section-restaurant .article .the-letter-press2 img{ max-width: 300px; margin-top: 0 }

  .restaurant--03 .photo-row{ padding-top:0; margin-top:-10px   }
  .restaurant--03 .title-lg{ margin-top:30px  }

   .gallery-content span.line{ max-width:40%;margin: 20px auto }

  .footer{ text-align: center; }
  .footer .followus{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px
  }

  .footer .followus a img, 
  .footer .followus a svg{
    width: 25px;
    height: 25px;
  }

  .footer  .followus a.ig{ margin-right:10px; margin-left: 5px  }

}
 
@media (max-width:576px) {

  .title-md{ font-size: 25px } 
  .title-lg{ font-size: 25px }
  .section-body{ padding: 40px 0 }
  .section-overview .heading h4{ font-size: 18px }

  .banner-caption{height: 120px; margin-top: -60px}
  .banner-caption h2{ font-size: 20px }

  .table-roomtype tr th{ font-size: 20px }
  .roomtype-row-01 .title-lg{ font-size: 25px }
  .roomtype-row-01 .title-lg.has-line:before{ max-width: 100% }

  .photo-row { margin-top:-10px  }
  .photo-row .photo-group{ margin-bottom:20px  }
 
  .section-restaurant .article{ padding-top: 20px}
  .section-restaurant .article .the-letter-press{ margin-bottom: 50px}
  .section-restaurant .article .the-letter-press2{ margin-bottom: 20px }

  .restaurant--01 .title-lg.f-quicksand{ margin-top: -5px; margin-bottom: 15px }
  .restaurant--02 .photo-row{ margin-top: -20px }
  .restaurant--02 .photo-row > div{ padding-bottom: 0}
  .restaurant--03 .photo-row{ margin-top: -20px; padding-bottom: 30px }
  .restaurant--03 .photo-row > div{ padding-bottom: 0 }

  .restaurant--03 .title-lg{ font-size: 30px;}
  .restaurant--03 .title-md{ font-size: 20px;}

  .section-restaurant.restaurant--02 .title-lg{ margin-bottom: 15px }

  .contactus-wrap{ font-size: 14px; }
  .contactus-wrap h3{ font-size: 25px }
  .contactus-wrap h4{ font-size: 16px;}

  .gallery-content span.line{height: 1px }
  .gallery-content h4{ font-size: 16px }
  .gallery-wrap .gallery-item{ margin-bottom: 25px;}
  .gallery-wrap .gallery-item{ padding: 5px
  }
   
}

@media (max-width:480px) {
  .banner-caption {height: 90px;margin-top: -47px;}
  .banner-caption h2{ font-size: 16px }
  .facilities-wrap .row > div{
    -ms-flex: 0 0 50%;
    flex: 0 0  50%;
    max-width: 50%;
  }

  .facilities-item h4{ font-size: 12px }
}

@media (max-width:420px) {
  .title-md{font-size: 22px}

  .logo-wrap .row > div{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .logo-wrap img{ max-width: 150px !important; margin-bottom:35px  }
  .logo-wrap img.logo-3{ max-width: 240px !important }
}
 
@media (max-width:360px) {
  .gallery-content h4{ font-size: 14px }
}



