.rentaly-head-block .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.lang-selector .lang-box{
  width: 200px !important;
  
}
.lang-selector ul{
  max-height: 160px !important;
}
.rentaly-head-block .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.rentaly-head-block .offcanvas.show:not(.hiding),
.rentaly-head-block .offcanvas.showing {
  transform: none;
}

.rentaly-head-block .offcanvas.hiding,
.rentaly-head-block .offcanvas.show,
.rentaly-head-block .offcanvas.showing {
  visibility: visible;
}

.rentaly-head-block .offcanvas,
.rentaly-head-block .offcanvas-lg,
.rentaly-head-block .offcanvas-md,
.rentaly-head-block .offcanvas-sm,
.rentaly-head-block .offcanvas-xl,
.rentaly-head-block .offcanvas-xxl {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.rentaly-head-block .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
}

.rentaly-head-block .offcanvas-top {
  min-height: 150px;
  background: var(--color-primary);
}

.rentaly-head-block .offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.rentaly-head-block .offcanvas-top .search-close:before {
  content: "\e723";
  font-weight: 600;
  font-size: 35px;
}

.rentaly-head-block .offcanvas-top .search-wrap {
  padding-bottom: 100px;
}

.rentaly-head-block .offcanvas-top .search-wrap input {
  color: white;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}

.rentaly-head-block .offcanvas-top .search-wrap input::placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Urbanist", sans-serif;
}

.mo-header-rightint2-menu{display:none}

.sutong-mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;max-width:350px;-webkit-overflow-scrolling:touch;z-index:9999 !important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.sutong-mo-leftmenu .tit{height:50px;background:#333;display:flex;justify-content:space-between;align-items:center;}
.sutong-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:18px;font-weight:bold;}
.sutong-mo-leftmenu .tit span{cursor:pointer;width:50px;text-align:center;display:block;}
.sutong-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.sutong-mo-leftmenu > ul{}
.sutong-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.sutong-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.sutong-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu > ul > li.active{}
.sutong-mo-leftmenu ul li a{color:#333}
.sutong-mo-leftmenu ul li ul li a{display: block;}
.sutong-mo-leftmenu ul li a:hover{text-decoration: none;}
.sutong-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.sutong-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.sutong-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:14px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}

.sutong-menu-transitioning{transform:translateX(0)}



@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rentaly-head-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .rentaly-head-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rentaly-head-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .rentaly-head-block .offcanvas-top .search-wrap {
    padding-bottom: 1rem;
  }

  .rentaly-head-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 20px;
  }
}

.rentaly-head-block .offcanvas-top .search-wrap input::-moz-placeholder,
.rentaly-head-block .offcanvas-top .search-wrap input::-webkit-placeholder,
.rentaly-head-block .offcanvas-top .search-wrap input::-o-placeholder,
.rentaly-head-block .offcanvas-top .search-wrap input::-ms-placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Urbanist", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .rentaly-head-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-o-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .rentaly-head-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-o-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .rentaly-head-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-o-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .rentaly-head-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-o-placeholder,
  .rentaly-head-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

.rentaly-head-block .header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 999;
  background: #2b313f;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.rentaly-head-block .header .de-flex {
  display: flex;
  justify-content: space-between;
}

.rentaly-head-block .header .de-flex>.de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rentaly-head-block .header.transparent {
  background: #666666a6;
}

.rentaly-head-block .header #topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
}

.rentaly-head-block .header #topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rentaly-head-block .header #topbar.topbar-dark {
  background: #111111;
}

.rentaly-head-block .header #topbar a {
  color: var(--title-text-color);
  text-decoration: none;
}

.rentaly-head-block .header #topbar.text-light a {
  color: #ffffff;
}

.rentaly-head-block .header #topbar .topbar-solid {
  background: #ffffff;
}

.rentaly-head-block .header #topbar .tb-light {
  background: #ffffff;
}

.rentaly-head-block .header #topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.rentaly-head-block .header #topbar:not(.topbar-noborder) .topbar-right span:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.rentaly-head-block .header #topbar:not(.topbar-noborder) .topbar-light .topbar-right .topbar-widget {
  border-left: solid 1px #eee;
}

.rentaly-head-block .header #topbar:not(.topbar-noborder) .topbar-light .topbar-right span:last-child {
  border-right: solid 1px #eee;
}

.rentaly-head-block .header #topbar:not(.topbar-noborder) .tb-light .topbar-right .topbar-widget {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.rentaly-head-block .header #topbar:not(.topbar-noborder) .tb-light .topbar-right span:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.rentaly-head-block .header #topbar .topbar-left,
.rentaly-head-block .header #topbar .topbar-right {
  display: flex;
}

/* .rentaly-head-block .header #topbar .topbar-left {
  float: left;
} */

.rentaly-head-block .header #topbar .topbar-left .topbar-widget {
  font-size: 14px;
  display: flex;
  padding: 0 15px;
  font-weight: 400;
  /* height: 46px; */
}

/* .rentaly-head-block .header #topbar .topbar-left .topbar-widget a {
  margin-top: 8px;
} */

.rentaly-head-block .header #topbar .topbar-left .topbar-widget a .iconfont {
  color: var(--color-primary);
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget:first-child {
  padding-left: 0;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.widget-text {
  padding-top: 6px;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget .icon {
  font-size: 16px;
  margin-right: 10px;
  height: 16px;
  line-height: 1;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget .rtl i {
  margin-right: 0;
  margin-left: 10px;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget .h-sub {
  padding: 12px;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-phone:before {
  content: "\f095";
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-email:before {
  content: "\f003";
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-opening-hours:before {
  content: "\f017";
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social {
  padding: 0;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social a {
  font-size: 14px;
  display: flex;
  padding: 5px;
  padding-left: 15px;
  display: inline-block;
  text-align: center;
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget a span {
  font-weight: bold;
  margin-right: 3px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder) .topbar-light .rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social a,
#topbar:not(.topbar-noborder) .topbar-light .rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social a:first-child {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

#topbar:not(.topbar-noborder) .rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social a {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.tb-light .rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social a {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.rentaly-head-block .header #topbar .topbar-left .topbar-widget.tb-social a:first-child {
  border: none;
}

/* .rentaly-head-block .header #topbar .topbar-right {
  float: right;
} */

.rentaly-head-block .header #topbar .topbar-right .social-icons {
  display: inline-block;
  /* margin-top: 13px; */
}

.rentaly-head-block .header #topbar .topbar-right .social-icons .icon {
  margin: 0;
  margin-top: 5px;
  color: #ffffff;
  padding: 12px 10px;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 16px;
}

.rentaly-head-block .header #topbar .topbar-right .social-icons .icon img {
  height: 16px;
}

.rentaly-head-block .header #logo img {
  width: 100%;
  max-height: 56px;
}

@media (max-width: 400px) {
  .rentaly-head-block .header #logo {
    /*max-height: 26px;*/
    /* width: 78px; */
  }
}

.rentaly-head-block .header #logo .logo-1 {
  /* width: 100%;
  height: 100%; */
  display: block;
}

.rentaly-head-block .header #logo .logo-2 {
  /* width: 100%;
  height: 100%; */
  display: none;
}

.rentaly-head-block .header #mainmenu li,
.rentaly-head-block .header #mainmenu li ul {
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  outline: none;
}

.rentaly-head-block .header #mainmenu {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 15px;
  margin: 0 auto;
  float: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1010px;
}

@media (max-width: 767px) {
  .rentaly-head-block .header #mainmenu {
    max-width: 1250px;
  }
}

.rentaly-head-block .header #mainmenu ul {
  margin: 0px 0px;
  padding: 0px;
  height: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #ffffff;
  color: var(--text-color);
}

.rentaly-head-block .header #mainmenu ul:not(.mega) {
  box-shadow: 1px 1px 9px rgba(164, 164, 186, 0.3);
}

.rentaly-head-block .header #mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

.rentaly-head-block .header #mainmenu li.current>a {
  color: var(--color-primary);
}

.rentaly-head-block .header #mainmenu li.has-child .arrow-down {
  padding-left: 5px;
  font-size: 8px;
  font-weight: 600;
  position: relative;
  top: -2px;
  color: #ffffff;
  cursor: pointer;
}

.rentaly-head-block .header #mainmenu li.has-child .arrow-down .qico {
  font-size: 8px;
  font-weight: 600;
}

.rentaly-head-block .header #mainmenu li.has-child .arrow-down-app {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.rentaly-head-block .header #mainmenu li a {
  padding-right: 6px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 30px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
  line-height: 1.942;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



.rentaly-head-block .header #mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  top: -2000px;
}

.rentaly-head-block .header #mainmenu li ul li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

.rentaly-head-block .header #mainmenu li ul li a {
  padding: 5px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.rentaly-head-block .header #mainmenu li ul li:hover>a {
  color: #ffffff;
  background-color: var(--color-second);
}

.rentaly-head-block .header #mainmenu li ul ul {
  top: 0px;
  margin-left: 188px;
}

.rentaly-head-block .header #mainmenu li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  top: auto;
}

.rentaly-head-block .header #mainmenu li:hover>ul ul {
  top: 0px;
}

.rentaly-head-block .header .menu_side_area {
  display: flex;
  align-items: center;
}

.rentaly-head-block .header .menu_side_area .btn-main {
  display: inline-block;
  padding: 4px 30px 4px 30px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: var(--color-primary);
  transition: 0.5s;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.942;
  letter-spacing: -0.98px;
  cursor: pointer;
  border-radius: var(--button-radius);
}

.rentaly-head-block .header .menu_side_area .btn-main:hover {
  box-shadow: 2px 2px 20px 0px var(--btn-hover);
}

@media only screen and (max-width: 991px) {
  .rentaly-head-block .header .menu_side_area .btn-main {
    display: none;
  }
}

@media (max-width: 1179px) {
  .rentaly-head-block .header .menu_side_area .btn-main {
    display: none;
  }
}

.rentaly-head-block .header .menu_side_area .search-area {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .rentaly-head-block .header .menu_side_area .search-area {
    margin-right: 0.5rem !important;
  }
}

.rentaly-head-block .header .menu_side_area .search-area .search-input {
  color: white;
  font-size: 25px;
  line-height: 20px;
}

@media (max-width: 998px) {
  .rentaly-head-block .header .menu_side_area .search-area .search-input {
    color: #727272;
  }
}

.rentaly-head-block .header .menu_side_area .search-area .search-input .search {
  position: relative;
  font-size: 34px;
  font-weight: 100;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  line-height: 1;
}

.rentaly-head-block .header .menu_side_area .change-langeuage {
  color: #fff;
  margin-right: 1rem !important;
}

@media (max-width: 998px) {
  .rentaly-head-block .header .menu_side_area .change-langeuage {
    color: #727272;
  }
}

.rentaly-head-block .header .menu_side_area .change-langeuage .lang-selector .current-lang {
  width: 90px;
}

@media (max-width: 1179px) {
  .rentaly-head-block .header .menu_side_area .change-langeuage .lang-selector .current-lang {
    width: 70px;
  }
}

@media (max-width: 1179px) {
  /*.rentaly-head-block .header .menu_side_area .change-langeuage .lang-selector .current-lang i {
    display: none;
  }*/
}

.rentaly-head-block .header .menu_side_area .change-langeuage .lang-selector .lang-box {
  right: -43px;
}

@media (max-width: 1200px) {
  .rentaly-head-block .header .menu_side_area .change-langeuage {
    margin-right: 0.5rem !important;
  }
}

.rentaly-head-block .header .menu_side_area #menu-btn {
  display: none;
  float: right;
  width: 36px;
  height: 36px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin-left: 20px;
  background: var(--color-primary);
}

.rentaly-head-block .header .menu_side_area #menu-btn .menu {
  font-size: 20px;
  display: block;
  color: #ffffff;
}

.rentaly-head-block .header .menu_side_area #menu-btn:hover {
  background: #fff;
  color: #222;
}

.rentaly-head-block .header .menu_side_area #menu-btn:hover .menu {
  color: #222;
}

@media only screen and (max-width: 991px) {
  .rentaly-head-block .header .menu_side_area #menu-btn {
    display: block;
    z-index: 1000;
    top: 0;
    right: 0;
  }
}

.rentaly-head-block .header.is-stuck {
  background: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
  -moz-box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}

.rentaly-head-block .header.is-stuck #topbar {
  margin-top: -50px;
}

.rentaly-head-block .header.is-stuck .menu_side_area .search-area .search-input .search,
.rentaly-head-block .header.is-stuck .menu_side_area .change-langeuage,
.rentaly-head-block .header.is-stuck .menu_side_area .change-langeuage .lang-selector em,
.rentaly-head-block .header.is-stuck #mainmenu li a,
.rentaly-head-block .header.is-stuck #mainmenu li.has-child .arrow-down {
  color: #333333;
}

.rentaly-head-block .header.is-stuck #mainmenu li.current>a {
  color: var(--color-primary);
}

.rentaly-head-block .header.is-stuck #mainmenu li ul li:hover>a {
  color: #ffffff;
}

.rentaly-head-block .header.is-stuck #logo .logo-1 {
  display: none;
}

.rentaly-head-block .header.is-stuck #logo .logo-2 {
  display: block;
}

.rentaly-head-block .header.scroll-down {
  transform: translateY(-140px);
}

.rentaly-head-block .header.scroll-up {
  transform: translateY(0px);
}

@media only screen and (max-width: 991px) {
  .rentaly-head-block .header #topbar .container {
    justify-content: flex-end;
  }

  .rentaly-head-block .header #topbar .topbar-left {
    display: none;
  }

  .rentaly-head-block .header #mainmenu {
    position: fixed;
    height: 100%;
    z-index: 200;
    width: 200px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px !important;
    top: 100px;
    display: none;
  }

  .rentaly-head-block .header.header-mobile {
    position: fixed !important;
    background: #fff;
    top: 0;
    /* padding-bottom: 10px; */
  }

  .rentaly-head-block .header.header-mobile #topbar {
    margin-top: 0px;
  }

  .rentaly-head-block .header.header-mobile #topbar .topbar-right {
    margin-bottom: 8.7px;
  }

  .rentaly-head-block .header.header-mobile #logo .logo-1 {
    display: none;
  }

  .rentaly-head-block .header.header-mobile #logo .logo-2 {
    display: block;
  }

  .rentaly-head-block .header.header-mobile .de-flex {
    margin: 10px 0;
  }

  .rentaly-head-block .header.header-mobile #mainmenu {
    position: absolute;
    top: 90px;
    padding: 0 0 0 0;
    left: 20px;
    width: 100%;
    padding-right: 30px;
    padding-top: 20px;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li {
    margin: 0;
    width: 100%;
    display: block;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li.current>a {
    color: var(--color-primary);
  }

  .rentaly-head-block .header.header-mobile #mainmenu li a.menu-item {
    color: #888;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 0;
    padding-right: 35px !important;
    width: 100%;
    border-bottom: solid 1px #eee;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li a.menu-item:hover {
    color: #888;
    background-color: transparent;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li:last-child a {
    border-bottom: 0px;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li:hover {
    color: #888;
    background-color: transparent;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li:hover>a {
    color: #888;
    background-color: transparent;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li.has-child .arrow-down {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li.has-child .arrow-down-app {
    padding-left: 5px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    color: #888;
    right: 5px;
    cursor: pointer;
    transition: 0.4s all ease;
    height: 50px;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    text-align: right;
    top: 0;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li.has-child .arrow-down-app.active {
    transform: rotate(180deg);
  }

  .rentaly-head-block .header.header-mobile #mainmenu li>ul {
    box-shadow: 4px 4px 9px rgba(164, 164, 186, 0.3);
  }

  .rentaly-head-block .header.header-mobile #mainmenu li>ul li ul {
    box-shadow: 1px 1px 9px rgba(164, 164, 186, 0.3);
  }

  .rentaly-head-block .header.header-mobile #mainmenu li ul {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    background: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    outline: none;
    display: none;
    top: auto;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li ul li {
    padding-left: 40px;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li ul li a.menu-item {
    font-weight: 500;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  .rentaly-head-block .header.header-mobile #mainmenu li ul li ul li:last-child a {
    border-bottom: 0px;
  }

  .rentaly-head-block .header.header-mobile.menu-open {
    background: #ddd;
    height: 100%;
  }

  .rentaly-head-block .header.header-mobile.menu-open #mainmenu {
    display: block;
  }
  
  .main-search-menu .em-header-quearys .em-quearys-menu i {color: #fff !important;font-size: 22px !important;}
  .em-quearys-top.search-box {margin: 0 15px 0 0;}
  .lang-selector .current-lang i {color: #fff !important;}
  .lang-selector .current-lang em {color: #fff !important;}
  .mo-header-rightint2-menu i{color: #fff;font-size: 22px;}
  .mo-header-rightint2-menu{display:block}
  .rentaly-head-block .header {position: static;}
}

.rentaly-head-block #selector {
  width: 500px;
  position: fixed;
  right: 0;
  top: 45%;
  padding: 5px;
  z-index: 998;
}

.rentaly-head-block #selector * {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rentaly-head-block #selector .sc-opt {
  outline: none;
  cursor: pointer;
  background: #f2f2f2;
  color: #35404e;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  max-width: 45px;
  padding-right: 20px;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  right: 0px;
  border-right: none;
  font-weight: 500;
}

.rentaly-head-block #selector .sc-opt:hover {
  max-width: 100%;
}

.rentaly-head-block #selector .sc-opt .sc-icon {
  width: 45px;
  height: 38px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 10px;
  position: relative;
  float: left;
}

.rentaly-head-block #selector .sc-opt .sc-val {
  display: inline-block;
  line-height: 38px;
}

.rentaly-head-block #purchase-now {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 998;
}

.rentaly-head-block #purchase-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: var(--color-primary);
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  padding: 17px;
  text-decoration: none;
  animation: shadow-pulse 1s infinite;
  line-height: 1.1;
}

.rentaly-head-block #purchase-now a span {
  font-size: 14px;
  font-weight: 500;
  left: 8px;
  position: absolute;
  top: 22px;
  width: 100px;
}

.rentaly-head-block #purchase-now .pn-hover {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  background: #ffffff;
  color: var(--color-primary);
  width: 120px;
  padding: 10px;
  padding-left: 20px;
  text-align: center;
  top: 8px;
  border-radius: 0px;
  left: 30px;
  opacity: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

.rentaly-head-block #purchase-now:hover .pn-hover {
  opacity: 1;
  left: 40px;
}

.rentaly-head-block .body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rentaly-head-block .body-overlay.active {
  opacity: 1;
  display: block;
}

#scrollUp {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  background: var(--color-primary);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
  z-index: 998 !important;
  border-radius: 6px;
}

#scrollUp img {
  width: 11px;
  margin-top: -3px;
}

#scrollUp.active {
  transform: translate3d(0, 0, 0);
}

#scrollUp:hover {
  transform: scale(1.1);
}

/* car preloader */
@keyframes dots {
  from {
    width: 0px;
  }

  to {
    width: 15px;
  }
}

@keyframes strikes {
  from {
    left: 25px;
  }

  to {
    left: -80px;
    opacity: 0;
  }
}

@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}


@media(max-width:1280px){
  .rentaly-head-block .header #mainmenu li a {padding: 20px;}
}

@media(max-width:1190px){
  .rentaly-head-block .header #mainmenu li a {padding: 10px;}
}





/* mobile logo   */
.hoiet_mobile_menu .mobile_menu_logo.text-center {
  padding: 10px 0;
}

.hoiet_mobile_menu .mobile_menu_logo.text-center img {
  max-height: 56px;
}

/* LEFT RIGHT CSS */
/*=======================
hoiet mobile menu css
========================*/
.hoiet_mobile_menu {
  display: none !important;
}
.hoiet_mobile_menu .mobile-menu {
  display: none !important;
}
.hoiet_mobile_menu .mean-container a.meanmenu-reveal {
  display: none !important;
}
.hoiet_mobile_menu .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.hoiet_mobile_menu .mean-bar {
  background: #fff;
  padding: 0;
}
.hoiet_mobile_menu .mean-nav ul li {
  border-top: 0px solid #ddd;
}
.hoiet_mobile_menu .mean-nav ul li li a,
.hoiet_mobile_menu .mean-nav ul li a {
  color: var(--title-text-color);
}
.hoiet_mobile_menu .mean-nav ul li li a {
  border-top: 1px solid #ddd;
}
.hoiet_mobile_menu .mean-nav ul li a:hover {
  color: var(--color-primary);
}
.hoiet_mobile_menu .mobile_menu_inner {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 80px 20px 0px;
  overflow-y: scroll;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #ffffff;
}
.hoiet_mobile_menu .tx-s-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hoiet_mobile_menu .mean-nav ul li a {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 12px 5px;
  font-weight: 500;
  display: block;
}
.hoiet_mobile_menu .mean-nav ul li a.mean-expand {
  width: auto;
}
.hoiet_mobile_menu .mobile_icon_open {
  text-align: right;
  padding: 4px 0;
}
.hoiet_mobile_menu .mobile_icon_close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.hoiet_mobile_menu .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.hoiet_mobile_menu .mobile_menu_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
.hoiet_mobile_menu .mobile_icon i {
  font-size: 26px;
  color: var(--title-text-color, #444);
}
.hoiet_mobile_menu .mobile_overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.hoiet_mobile_menu .mobile_overlay.mactive {
  opacity: 1;
  visibility: visible;
}
