@media screen and (max-width: 1500px) {
  .banner-wrap .text-box .box-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-wrap .text-box .logo-txtbox img {
    width: 50%;
  }

  .banner-wrap .text-box .box-title {
    font-size: 45px;
    margin: 1rem 0;
  }

  .banner-wrap .text-box .box-para {
    width: 100%;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .hd-main .main .logo {
    padding-right: 1rem;
    min-width: 150px;
  }

  .hd-main .main .nav-ul li a {
    font-size: 10px;
  }

  .banner-wrap {
    height: auto;
  }

  .banner-wrap .text-box {
    top: 50%;
  }

  .banner-wrap .text-box .box-title {
    font-size: 30px;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 960px) {
  .hd-main .navbar-toggle {
    display: inline-block;
    visibility: visible;
  }

  .hd-main .main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hd-main .main .nav-wrap {
    display: none;
    visibility: hidden;
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .hd-main .main .nav-wrap.show {
    display: block;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .hd-main .main .nav-wrap.show .close-menu {
    display: block;
    visibility: visible;
  }

  .hd-main .main .nav-wrap.show.closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .hd-main .main .nav-wrap .nav-ul {
    display: block;
    padding: 0.8rem 0;
  }

  .hd-main .main .nav-wrap .nav-ul li {
    display: block;
    padding: 0.8rem 1.5rem;
  }

  .hd-main .main .nav-wrap .nav-ul li a {
    font-size: 14px;
  }

  .hd-main .main .nav-wrap .nav-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 90%;
  }

  .hd-main {
    padding: 0.8rem 1rem;
  }

  .banner-wrap .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }

  .banner-wrap .banner-image img {
    height: 100%;
  }

  .banner-wrap .text-box {
    padding-top: 11.5rem;
    padding-bottom: 2rem;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .banner-wrap .text-box .logo-txtbox img {
    width: 30%;
  }

  .hd-topbar .top-left {
    width: 55%;
    text-align: center;
    padding: 0.5rem 0;
    line-height: 1.6;
  }

  .hd-topbar .top-left span {
    padding-left: 0;
  }

  .hd-topbar .top-right {
    width: 45%;
    text-align: center;
    padding: 0;
  }

  .hd-topbar .top-right .booking-btn {
    padding: 0.5rem;
  }

  .hd-topbar .top-right .select-wrap .wrapper-dropdown .dropdown li {
    padding: 0.5rem;
  }

  .hd-topbar .top-right .select-wrap .wrapper-dropdown .country-name {
    display: none;
  }
  .hd-topbar .top-right .select-wrap .wrapper-dropdown .dropdown li a {
    white-space: nowrap;
  }

  .hd-topbar .top-right .select-wrap {
    padding-right: 0.5rem;
    margin-right: 0;
  }

  .hd-topbar .top-right .select-wrap .wrapper-dropdown.active .dropdown {
    z-index: 4;
  }

  .hd-topbar .top-right .select-wrap .wrapper-dropdown {
    padding: 0.6rem 1rem 0.6rem 0;
  }
}
@media screen and (max-width: 600px) {
  .show-only-mobile {
    display: block;
  }

  html,
  body {
    font-size: 12px;
  }

  .top-left span {
    display: block;
  }

  .banner-wrap .text-box {
    padding-top: 13.5rem;
  }

  .banner-wrap .text-box .box-title {
    font-size: 1.8rem;
  }

  .banner-wrap .text-box .box-para {
    width: 80%;
  }

  .banner-wrap .text-box .logo-txtbox img {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .hd-main .main {
    display: block;
  }
  /* .hd-main .main .navbar-toggle {
    display: none;
  }
  .hd-main .main .logo {
    width: 50%;
    padding: 0;
    padding-right: 15px;
    text-align: center;
  }
  .hd-main .main .nav-wrap {
    width: 100%;
  }
  .hd-main .main .nav-wrap {
    background: transparent;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    visibility: visible;
  }
  .hd-main .main .nav-wrap .nav-overlay {
    display: none;
  }
  .hd-main .main .nav-wrap .nav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem -2rem -1rem;
    padding: 0.5rem 0;
    background: rgba(11, 83, 150, 0.21);
    overflow-x: scroll;
  }
  .hd-main .main .nav-wrap .nav-ul li {
    padding: 0.5rem 0;
  }
  .hd-main .main .nav-wrap .nav-ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .hd-main .main .nav-wrap .nav-ul li a {
    padding: 0 1rem;
    white-space: nowrap;
  }
  .hd-main .main .logo {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  #header {
    padding: 0;
  }
  #header .top-right {
    display: inline-block;
    width: 50%;
    float: right;
    position: static;
    transform: none;
    -webkit-transform: none;
  }
   */
}

/*# sourceMappingURL=responsive.css.map */

/* Submenu */

.hd-main .main .nav-wrap .nav-ul li.dropdown {
  position: relative;
}
.hd-main .main .nav-wrap .nav-ul li.dropdown > a {
  position: relative;
  padding-right: 30px;
}
.hd-main .main .nav-wrap .nav-ul li.dropdown > a::after {
  content: "\f107";
  font-family: FontAweSome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hd-main .main .nav-wrap .nav-ul li.dropdown .sub-menu a {
  color: #000;
}
.hd-main .main .nav-wrap .nav-ul li.dropdown .sub-menu a:hover {
  color: #d6a023;
}
.hd-main .main .nav-wrap .nav-ul li.dropdown .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(1200px) rotateX(-90deg);
  transform: perspective(1200px) rotateX(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  list-style-type: none;
}
.hd-main .main .nav-wrap .nav-ul li.dropdown:hover .sub-menu {
  -webkit-transform: none;
  transform: none;
}
.banner-wrap .banner-image:empty,
.banner-wrap .text-box:empty {
  display: none;
}
.hd-main .navbar-toggle{
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  #header .top-right{
    position: static;
    transform: translateY(0);
    margin-left: auto;
    margin-right: 10px;
    white-space: nowrap;
  }
  #header{
    padding: 0;
  }
  #header .hd-main{
    padding: 10px 0;
  }
  .hd-main .main .nav-wrap{
    z-index: 99;
  }
  .hd-main .main .nav-wrap .nav-ul {
    padding: 50px 0 50px;
  }
  .hd-main .main .nav-wrap .nav-ul li.dropdown .sub-menu {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .hd-main .main .nav-wrap .nav-ul li.dropdown .sub-menu a {
    color: #fff;
    padding-left: 30px;
  }
}
@media only screen and (max-width : 600px){
  .hd-main .main .clear{
    display: none;
  }
  .hd-main .main .nav-wrap {
    width: 250px;
  }
  .hd-main .main .logo{
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .hd-main .navbar-toggle{
    margin-left: 0;
    margin-top: 5px;
    float: left;
  }
  #header .top-right{
    float: right;
    margin-right: 0;
  }
}

/* Gallery */
.gallery-container{
  margin-bottom: 5rem;
}
.gallery-container-item + .gallery-container-item{
  margin-top: 60px;
}
.gallery-container-item .gallery-box{
  overflow: hidden;
  margin-left: -2px;
  width: calc(100% + 4px);
  text-align: center;
}
.gallery-container-item .gallery-box + .gallery-box{
  margin-top: 60px;
}
.gallery-container-item .gallery-box > li{
  position: relative;
  width: calc(40% - 4px);
  height: 0;
  padding-bottom: calc(20% - 4px);
  overflow: hidden;
  margin: 2px;
  cursor: pointer;
  display: inline-block;
}
.gallery-container-item .gallery-box > li > img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 1;
  transition: opacity .3s ease;
}
.gallery-container-item .gallery-box > li:hover > img{
  opacity: .75;
}
.gallery-container-item .gallery-box.gallery-box-multi > li{
  width: calc(20% - 4px);
  display: block;
  float: left;
}
.gallery-container-item .gallery-box.gallery-box-multi > li:first-child{
  width: calc(40% - 4px);
  padding-bottom: calc(40% - 4px);
}
.gallery-container-item:nth-child(even) .gallery-box.gallery-box-multi > li:first-child{
  float: right;
}
.gallery-container-item .gallery-box.gallery-box-multi > li:nth-child(6n + 3){
  width: calc(40% - 4px);
}
.gallery-box .gl-caption{
      display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.5);
    z-index: 2;
    padding: 15px 30px;
    min-width: 300px;
    text-align: center;
    line-height: 1.4;
}
.gallery-box.gallery-box-multi .gl-caption{
  width: 75%;
  height: 75%;
}
.gallery-box .gl-caption .tt{
  font-size: 22px;
}
.gallery-box .gl-caption .desc{
  font-size: 18px;
  margin-top: 5px;
}

.gallery-container > .all{
  width: 1400px;
}
@media only screen and (max-width : 991px){
  .gallery-container-item .gallery-box.gallery-box-multi > li,
  .gallery-container-item .gallery-box.gallery-box-multi > li:first-child,
  .gallery-container-item .gallery-box.gallery-box-multi > li:nth-child(6n + 3){
      width: calc(33.3333% - 4px);
      padding-bottom: calc(33.3333% - 4px);
  }
  .gallery-container-item .gl-caption .desc{
      display: none;
  }
}
@media only screen and (max-width : 767px){
  .gallery-container-item .gallery-box.gallery-box-multi > li,
  .gallery-container-item .gallery-box.gallery-box-multi > li:first-child{
      width: 100%;
      padding-bottom: 100%;
  }
  .gallery-container-item .gallery-box > li,
  .gallery-container-item .gallery-box.gallery-box-multi > li:nth-child(6n + 3){
      width: 100%;
      padding-bottom: 50%;
  }
  .gallery-container-item .gallery-box > li + li{
      margin-top: 15px;
  }
  .gallery-container-item:nth-child(even) .gallery-box-multi > li:first-child{
      float: left;
  }
  .gallery-container-item .gl-caption .desc{
      display: block;
  }
  .gallery-container-item + .gallery-container-item{
      margin-top: 40px;
  }
  .gallery-container-item .gallery-box + .gallery-box{
      margin-top: 15px;
  }
}
@media only screen and (max-width : 430px){
  .gallery-container-item .gl-caption .desc{
      display: none;
  }
}