.xhotline {
  background: url(../images/hotline.png) no-repeat 0px center;
  padding-left: 75px;
  background-size: 76px;
  white-space: nowrap;
}

.line-top {
  position: relative;
}


.line-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  bottom: 3px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 1%, rgba(14, 65, 140, 1) 100%);
  z-index: 2;
  transition: 0.5s ease;
  width: 0px;
}

.line-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #0e418c;
  height: 30px;
  z-index: -1;
}

.logo-wrap {
  position: relative;
  overflow: hidden;
}

.logo-wrap a {
  position: relative;
  z-index3
}

.lang-info {

  text-align: center;
}

.lang-info a {
  color: var(--primary);
}

/* Language Dropdown */
.lang-dropdown {
  position: relative;
  display: inline-block;
  color: #555555;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 6px 12px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 62px;
  justify-content: space-between;
  gap: 10px;
}

.lang-current span {
  font-weight: 600;
  font-size: 1.2rem;
}

.lang-current i {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.lang-current:hover {
  background: var(--primary);
}

.lang-current:hover span,
.lang-current:hover i {
  color: #fff;
}

.lang-dropdown.active .lang-current i {
  transform: rotate(180deg);
}

.en-page .lang-options {
  width: 96px;
}

.lang-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--primary);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  width: auto;
  width: auto;
}

.lang-dropdown.active .lang-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  padding: 5px 12px;
  text-decoration: none;
  color: var(--primary);
  transition: all 0.3s ease;
  display: block;
  white-space: nowrap;
  font-size: 0.9rem;
}

.lang-option:hover {
  color: #333;
}

.lang-option span:first-child {}

.lang-option .lang-label {}

.booking-link {}

.booking-link a {
  background: var(--primary);
  color: #fff;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  margin-left: 5px;
  font-size: 12px;
  padding: 6px 21px 8px;
  font-size: 1rem;
  font-weight: bold;
}

.booking-link a span {}

.lang-info a.active {
  font-weight: bold;
}

/* Header */
.header .hotline-bar {
  display: inline-block;
  float: right;
  background: url(../images/phone.jpg) no-repeat top left;

  padding: 0px 0px 0px 62px;
  height: 60px;
}

.header .hotline-bar a.mail {
  font-size: 16px;
}

.header .hotline-bar a {
  color: #cd0000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.fixed-menu .header.clone .logo-col img {
  max-height: 50px !Important;
}

.header.clone .main-logo {
  max-height: 50px !important;
}

.header.clone .line-top {
  /* padding: 4px !important; */
}

.fixed-menu .header.clone {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  background: #fff;
  z-index: 123;
  /* display: none !important; */
}

.header.clone {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  z-index: -1;
}

.line-top {
  position: relative;
  z-index: 2;
}

.line-top:hover .container {
  overflow: inherit
}

.line-top .container {}

#main-header {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
}

.inner-page-detail #main-header {
  position: relative;
  top: 0;
  left: 0;
}

.header {
  top: 0;
  z-index: 11;
  width: 100%;
  transition: 0.4s ease;
  color: #333;
  position: relative;
}

.top-xmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 3px;
}

.top-xmenu li:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 12px;
  background: #ccc;
  right: 0;
  top: 7px;
}

.top-xmenu li:last-child {
  padding-right: 0;
}

.top-xmenu li:last-child:after {
  display: none;
}

.top-xmenu li {
  display: inline-block;
  position: relative;
  padding-right: 4px;
}

.top-xmenu li a {
  font-size: 13px;
  color: #000;
}

.top-xmenu li:hover a {}

.show-modal-pick:hover {
  text-decoration: none;
  color: #fff;
  background: #00a553;
}

.show-modal-pick {
  display: block;
  background: #ff694b;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  text-align: center;
  border-radius: 7px;
  transition: 0.4s ease;
}

.show-modal-pick i {}

.header .time {
  background: url(../images/clock.png) no-repeat;
  padding-left: 60px;
}

.header .time p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.header .time p:last-child {}

.header .hotline {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.8rem;
}

.header .hotline a {
  text-decoration: none;
  color: var(--primary);
  font-size: 1.4em;
  line-height: 1;
  /* letter-spacing: 2px; */
  font-weight: bold;
}

.hide-slide .header {}

.hide-slide .header,
.fixed-menu .header {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.hide-slide .header a,
.fixed-menu .header a {
  /* color:#121212 */
}

.hide-slide .header .no-hover a,
.hide-slide .header .search a,
.fixed-menu .header .no-hover a,
.fixed-menu .header .search a {
  color: #333;
}

.hide-slide .menu li.search>div>i,
.fixed-menu .menu li.search>div>i {
  color: #333;
}

.logo-col {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 27px;
}



.logo-col a {}

.header .top-header a:hover {
  color: #ff694b;
  text-decoration: none
}

.header .top-header a.trigger-search {
  color: #fff !important;
}

.header .top-header {
  border-bottom: 0px solid #ccc;
  position: relative;
  color: #4e4e4e;
  font-size: 14px;
  background: #f3f3f3;
  font-weight: 500;
  padding: 7px 0;
}

.header .top-header .lang-switch a {
  font-size: 11px;
  color: #fff;
  padding: 3px;
  white-space: nowrap;
  border-radius: 3px;
  text-decoration: none !important;
}

.header-top {
  color: #fff;
  background-color: #0a77d4;
}

.header-top .wrap-content {}

.info-header {
  margin-bottom: 0px;
}

.info-header i {
  vertical-align: top;
  margin: 3px 5px 0px 0px;
  font-size: 16px;
}

.social-header li {
  /* padding: 7px 5px; */
  position: relative;
  margin-right: 10px;
}

.social-header li:after {
  left: auto;
  right: -1px;
}

.header-bottom .wrap-content {}

.hotline-header {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../images/hotline.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.hotline-header p {
  font-weight: bold;
  margin-bottom: -2px;
  text-transform: capitalize;
}

.hotline-header span {
  font-weight: bold;
  color: var(--color-red);
  font-size: 20px;
  display: block;
}

.user-header a {
  color: #fff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.user-header a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #fff;
  top: calc(50% - 7px / 2);
  right: 0px;
  opacity: 0.7;
}

.user-header a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.user-header a:last-child:after {
  display: none;
}


/* Menu */


.menu>ul {
  padding: 0px;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.menu li.search>div>i {
  /* position: relative; */
  /* top: 9px; */
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

.menu .dropdown a {
  background: transparent !important;
  color: #111 !important;
  text-align: left;
  font-size: 12px;
}

.menu .dropdown .dropdown-menu a {
  padding: 7px 7px;
}

.hide-slide .menu .dropdown>a span,
.fixed-menu .menu .dropdown>a span {
  color: #111;
}

.menu .dropdown>a span {
  max-width: 88px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
}

.menu .dropdown>a {
  border: 1px solid #ccc;
  font-size: 13px;
  border-radius: 3px;
  text-transform: none;
}

.menu .dropdown .dropdown-menu {
  padding: 3px 0;
}

.menu li.search {
  cursor: pointer;
  flex: 0;
  padding-left: 20px;
}

.menu li.search span {
  cursor: pointer;
}

.menu li.search div {}

.menu li.search form {
  position: relative;
}

.menu li.search form input {
  background: #ffffff63;
}

.menu li.search form button {
  transition: #fde212;
  top: 0;
  height: 100%;
  border: 0;
  right: 0;
  position: absolute;
  width: 43px;
  color: #fff;
  padding: 4px 0;
}

.menu>ul>li {
  position: relative;
  z-index: 99;
  -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.phone-link a {}

.menu ul li a {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  text-align: center;
  padding: 21px 9px;
  color: var(--primary);
  font-size: 15px;
  border-radius: 1px;
  margin: 0 3px;
  transition: all 0.4s ease;
  background: transparent;
  margin: 0;
  width: 100%;
  transition: 0.4s ease;
  background: transparent;
  font-weight: 500;
}

.menu ul li a h2 {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  padding: 16px 14px;
  text-transform: uppercase;
}

.menu ul li a.active,
.menu ul li:hover>a {
  color: var(--second);
}

.menu ul li.lang span {
  padding: 5px 7px;
  display: inline-block;
}

.menu ul li.lang .active span {
  background: #0b6740;
  color: #fff;
}

.menu ul li li:hover>a {
  color: var(--primary);
}

.cart-menu a {
  position: relative;
}

.cart-menu a span {
  position: absolute;
  background: red;
  width: 15px;
  height: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  border-radius: 50%;
  top: 2px;
  right: 5px;
}

.menu ul li.no-hover a {
  color: #fff;
}

.menu ul li.no-hover:hover a,
.menu ul li.search:hover>a {
  background: transparent;
}

.menu ul li .lang-switch {}

.menu ul li .lang-switch a img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

.menu ul li .lang-switch a {
  font-size: 12px !important;
  color: #fff !important;
}

.menu ul li.search-list {}

.menu ul li.search-list span {
  display: inline-block;
  padding: 6px 5px;
  cursor: pointer;
}

.menu ul li.search-list.active .search {
  top: 140%;
  visibility: visible;
  opacity: 1;
}

.menu ul li.search-list .search {
  position: absolute;
  top: 170%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s ease;
}

.menu .sub-tree .container {
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
}

.menu .sub-tree {
  position: absolute;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  top: 110%;
  transition: 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

.menu .sub-tree ul {
  display: block !important;
  visibility: visible;
  opacity: 1;
  position: static;
  box-shadow: none;
  column-count: 2;
  column-gap: 10px;
  padding-top: 10px;
}

.menu .sub-tree ul li {}

.menu .sub-tree ul li a {
  border: 0;
}

.menu .sub-tree ul li:hover a {}

.menu ul li:hover .sub-tree {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}

.menu ul li {
  position: relative;
  white-space: normal;
}

.menu ul li ul {
  position: absolute;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  /* -webkit-transform: perspective(600px) rotateX(-90deg); */
  /* transform: perspective(600px) rotateX(-90deg); */
  /* -webkit-transform-origin: 0 0 0; */
  /* transform-origin: 0 0 0; */
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.5s; */
  top: 120%;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  left: 0;
  /* overflow: hidden; */
  background: #ffffff;
  transition: 0.4s ease;
}

.menu ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.menu ul li ul li a {
  text-align: left;
  border-bottom: 1px solid rgb(41 41 41 / 18%);
  color: #333;
  text-transform: none;
  padding: 6px 10px;
  margin: 0;
  min-width: 215px;
  background: transparent !important;
  display: block;
}

.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu ul li ul li a h2 {
  font-size: 14px;
  padding: 12px 15px;
}

.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}

@media(max-width:768px) {
  #main-header {
    display: none
  }

  .top-header {
    background: #fff !important;
    position: sticky !important;
    top: 0;
    z-index: 12;
    box-shadow: var(--bs-box-shadow) !important;
  }
}

.lang-en {
  display: none
}

html[lang='auto'] .lang-auto {
  display: inline;
}

html[lang='auto'] .lang-en {
  display: none;
}

html[lang='en'] .lang-auto {
  display: none;
}

html[lang='en'] .lang-en {
  display: inline;
}