* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Black.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Bold.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/ttf/IRANSansWeb_Bold.ttf")
      format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Medium.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Light.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "alibaba-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/alibaba-bold.woff2") format("woff2");
}

@font-face {
  font-family: "alibaba-bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/alibaba-regular.woff2") format("woff2");
}
body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background: url("../images/bg-body.jpg") no-repeat;
  background-size: contain;
  background-position: top center;
}

.img-slice {
  background: url("../images/slices.png") no-repeat;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-navi.js-navi {
  position: relative;
}
.ico-menu{
width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
  margin-left: 10px;
}
.ico-menu img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border-radius: 5px;
}
.js-categories-bar-item > a {
  color: #284258;
  font-size: 15px;
}
.c-navi__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}
.c-navi-new-list__a-hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: 3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-navi-new-list__a-hover > div::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 4;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #05beea;
}
.c-navi-new-list__a-hover > div {
  width: 100%;
  height: 100%;
}
.c-navi-categories__overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(27, 10, 10, 0.69);
  opacity: 0;
  z-index: 233;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.c-navi-categories__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}

.icon-category {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.icon-category img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}
.c-navi-new-list__category-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  font-weight: 600;
  font-size: 14px;
}
.c-navi-new-list__categories > .c-navi-new-list__category-item,
.c-navi-new-list__categories > .c-navi-new-list__promotion-item,
.c-navi-new-list__promotions > .c-navi-new-list__category-item,
.c-navi-new-list__promotions > .c-navi-new-list__promotion-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
  align-items: center;
}
.c-navi-new-list__category-item > li {
  line-height: 4 !important;
  margin-left: 20px;
  z-index: 1;
  cursor: pointer;
  font-size: 15px;
}
.c-navi-new-list__category-item > li i{
  font-size: 7px;
  vertical-align: middle;
}
.c-navi-new-list > li {
  list-style: none;
color: #284258;
}

.c-navi-new-list__options-container {
  height: 100%;
  width: 100%;
  padding: 12px;
}
.c-navi-new-list__options-list {
  display: none !important;
}
.c-navi-new-list__options-list.is-active {
  display: block !important;
}
.c-navi-new-list__options-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 350px;
  padding-right: 0 !important;
  overflow-y: auto;
}
.c-navi-new-list__sublist {
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
}
.is-fmcg .c-navi-new-list__sublist {
  height: unset;
  padding-bottom: 65px;
  padding-left: 100px;
}
.c-navi-new-list__sublist:hover + .c-navi-new-list__a {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.c-navi-new-list__sublist:hover + .c-navi-new-list__a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px solid #fff;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
}
.c-navi-new-list__sublist-option {
  direction: rtl;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  font-size: 14px;

  font-weight: 700;
  max-width: 100%;
  list-style: none;
  vertical-align: middle;
}
.is-fmcg .c-navi-new-list__sublist-option {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.c-navi-new-list__sublist-option--title {
  direction: rtl;
  text-align: right;
  position: relative;
}
.c-navi-new-list__sublist-option--title a {
  color: #000;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 700 !important;
  position: relative;
}

.c-navi-new-list__category-link {
  display: block;
  color: #87888d;
  font-size: 13px;
}
.c-navi-new-list__category-item > li > a:hover {
  color: #05beea;
}
.c-navi-new-list__category-link--plus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-navi-new-list__category-link--visible-in-wide {
  display: none;
}
.c-navi-new-list__category-send-to {
  color: #81858b;
  margin-left: 4px;
}
.c-navi-new-list__inner-categories {
  background-color: #fff;
  border-left:1px solid #f0f0f1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-navi-new-list__sublist-top-bar {
  padding: 8px 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.c-navi-new-list__sublist-see-all-cats,
.c-navi-new-list__sublist-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-navi-new-list__sublist-see-all-cats {
  font-size: 16px;
  line-height: 1.833;
  font-weight: 700;
  color: #424750;
}
.c-navi-new-list__inner-category {
  padding: 4px;
  font-weight: 600;
  color: #3f4064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}
.c-navi-new__big-display-title {
  display: none !important;
}
.c-navi-new__medium-display-title {
  display: block !important;
}
.c-navi-new__ads-holder .ad-is-active {
  display: none;
}
.c-navi-new__ads {
  width: 100%;
  display: none;
  max-width: 285px;
  min-height: 240px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-navi-new__ads--banners {
  width: 100%;
}
.c-navi-new__ads--banners .banner-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 214px;
  max-height: 214px;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border:1px solid  #e0e0e2;
  border-radius: 16px 16px 16px 6px;
}
.c-navi-new__ads--banners .banner-item .banner-item-ad {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-navi-new__ads--banners .banner-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.c-navi-new__ads--brand-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-navi-new__ads--brand-holder h3 {
  color: #030a16;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 21px;
}
.c-navi-new__ads--brands {
  width: 100%;
  margin-top: 8px;
  max-height: 90px;
}
.c-navi-new__ads--brands,
.c-navi-new__ads--brands .brand-item {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-navi-new__ads--brands .brand-item {
  width: 90px;
  padding: 10px;
  overflow: hidden;
  margin-left: 8px;
  text-align: center;
  border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border:1px solid  #e0e0e2;
}

.c-navi-new__ads--brands .brand-item img {
  width: 100%;
}

.c-dp-header-submenu {
  width: 100%;
  padding: 16px 12px 12px;
}

.c-dp-header-submenu,
.c-dp-header-submenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__menu-handler {
  width: 55px;
}

.c-header__menu-handler:before {
  right: 12px;
}

.c-header__action {
  -ms-flex: 0 0 370px;
  -webkit-box-flex: 0;
  flex: 0 0 370px;
  max-width: 370px;
}

.c-header__seller {
  display: block;
}

.c-navi-categories,
.c-navi__button {
  -ms-flex: 0 0 110px;
  -webkit-box-flex: 0;
  flex: 0 0 110px;
  max-width: 110px;
}

.c-navi-list {
  -ms-flex: 0 0 calc(100% - 525px) 370px;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 525px) 370px;
  max-width: calc(100% - 525px) 370px;
}

.c-main-menu:before,
.c-main-menu__root {
  width: 110px;
}

.c-subcategory-collage__col {
  -ms-flex: 0 0 29.7%;
  -webkit-box-flex: 0;
  flex: 0 0 29.7%;
  max-width: 29.7%;
}

.c-subcategory-collage__col--main {
  -ms-flex: 0 0 70.3%;
  -webkit-box-flex: 0;
  flex: 0 0 70.3%;
  max-width: 70.3%;
  margin-bottom: 0;
}

.c-subcategory-collage__col .c-subcategory-collage__cover {
  width: auto;
  float: none;
}

.c-subcategory-collage__col
  .c-subcategory-collage__cover
  + .c-subcategory-collage__cover {
  margin-left: 0;
  margin-top: 20px;
}

.c-subcategory-collage__cover {
  height: 144px;
}

.c-category-collage__col {
  -ms-flex: 0 0 22.7%;
  -webkit-box-flex: 0;
  flex: 0 0 22.7%;
  max-width: 22.7%;
}

.c-category-collage__col--main {
  -ms-flex: 0 0 54.6%;
  -webkit-box-flex: 0;
  flex: 0 0 54.6%;
  max-width: 54.6%;
}

.c-category-collage__col:nth-child(n + 3) {
  display: block;
}

.c-category-card__header {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 1.1;
}

.c-category-card__list {
  padding-top: 23px;
}

.c-category-card__list li {
  padding-right: 69px;
  margin: 12px 0;
}

.c-category-card__list li:last-child {
  margin-bottom: 28px;
}

.c-category-card__list li:before {
  right: 33px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}

.c-category-card__footer {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
}

.c-navi-new-list__a {
  max-width: 140px;
  max-width: unset;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  padding: 10px 20px 9px;
}

.c-navi-new-list__options-container {
  overflow: hidden;
  padding-left: 10px;
}

.c-navi-new-list__sublist-adplacement {
  width: 350px;
}

.c-navi-new-list__category-link--visible-in-wide {
  display: block;
}

.c-navi-new-list__inner-categories {
  max-width: 230px;
}

.c-navi-new__big-display-title {
  display: block !important;
}

.c-navi-new__medium-display-title {
  display: none !important;
}

.c-navi-new__ads.js-categories-ad.ad-is-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}

.img-main-category img {
  width: 25px !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.c-navi-new__big-display-title {
  font-size: 13px;
  line-height: 2;
  font-weight: 300;
  color: #111;
}

.c-navi-new-list__category.c-navi-new-list__category--main i {
  font-size: 20px;
  vertical-align: middle;
}
.c-navi-new-list.ps-0 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
 li.has-sub li,
.has-sub ul li {
  list-style: none;
}

.has-sub ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0 5px 0;
  background: #fff;
}

li.has-sub ul li a:hover {
color: #fff;
  background-color: #05beea;
}

li.has-sub:hover > ul {
  left: auto;
}

li.has-sub:hover > ul > li {
  height: 45px;
}

li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
}

li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #d7d7d7;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li.has-sub li.has-sub > a::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

li.has-sub li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}

li.has-sub ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.has-sub > a {
  padding: 0;
  display: block;
  color: #284258;
  font-size: 15px;
}

.has-sub i {
  font-size: 7px;
  vertical-align: middle;
}
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
}

.menu-account li:not(:last-child) a {
  border-bottom: 1px solid #fff dashed #d8d4d4;
}

.menu-account li {
  padding: 5px 20px;
  line-height: 3;
}

.menu-account li a {
  font-size: 13px;
  display: block;
  color: #424750;
  display: block;
  font-weight: 600;
  width: 100%;
}
.menu-account li:hover {
  background-color: #f0f0f1;
}
.icon-reg {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.menu-account {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: none !important;
  min-width: 250px;
  padding: 0;
}
.menu-account li i {
  font-size: 17px;
  margin-left: 2px;
  vertical-align: middle;
}

.m-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
}

.gap-c {
  display: inline-block;
  width: 1px solid #fff;
  height: 13px;
  background-color: #212121;
  margin-right: 20px;
  vertical-align: middle;
}
.mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.mini-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 4px solid #f6f6f6;
}

.btn.btn-link {
  color: #212121;
  text-decoration: none;
}

.shop .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #212121;
}

.mini-cart-products {
  max-height: 280px;
  overflow-y: auto;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.mini-cart-product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.mini-cart-product-thumbnail a {
  display: block;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mini-cart-product-thumbnail a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #212121;
  border-radius: 10px;
  opacity: 0.03;
  z-index: 10;
}

.mini-cart-product-thumbnail img {
  max-width: 100%;
}

.mini-cart-product-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  position: relative;
}

.mini-cart-product-brand {
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-product-detail a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mini-cart-product-title {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.mini-cart-purchase-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-cart-product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-product-price {
  font-weight: bold;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.currency {
  font-size: 12px;
}

#dropdownMenuButton1 {
  border-radius: 100%;
  background-color: rgb(133, 34, 13);
  width: 37px;
  height: 37px;
  border: none !important;
  position: relative;
  text-align: center;
}
.mini-cart-product-remove {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0;
  background-color: transparent;
  z-index: 1;
}

.mini-cart-product-remove i {
  color: #212121 !important;
}

.mini-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 4px solid #f6f6f6;
}

.mini-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini-cart-total-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-total-value {
  font-size: 18px;
  font-weight: bold;
}

.btn-primary {
  color: #fff !important;
  background-color: #05beea;
  border-color: #05beea;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  background-color: #511205;
}
.img-register {
  background-position: -5px -2px;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#dropdownMenuButton2 {
  background-color: #f47a21;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  box-shadow: none !important;
  border: none !important;
}
#dropdownMenuButton2::after {
  display: none;
}
.title-section {
  color: #252522;
  font-weight: bold;
  line-height: 1.2;
  font-weight: 700;
  font-family: "alibaba-bold";
}

@media screen and (max-width: 767.99px) {
  .dg-section{
    padding-bottom: 10px;
  }
  .layer-item {
  justify-content: space-between;
}
  .nav-left {
  display: none !important;
}
  .center-banner{
    display: none !important;
  }
  .copy {
    font-size: 10px;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }

  .owl-slider .owl-dots {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: auto;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {

  .img-slide img {
  max-width: 380px;
  margin: auto;
}
  #ch-nav-tab button {
  background-color: #fff;
  color: #284258;
  border-radius: 999px;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}
  .main-title-banner {
  font-size: 2.5rem;
}
  .title-section {
  font-size: 30px;
}
  .info-list li {
  font-size: 17px;

}
  .mt-50{
  margin-top: 50px;
}
  .grid-cols-3{
    display: grid;
  }
  .center-banner.position-relative {
  margin-top: -60px;
}
  .list-logo li {
 margin-right: 10px;
}
  .info-list li {
  display: inline-block;

  list-style: none;
}
  .mr-md-30px{
    margin-right: 30px;
  }
  .slider {
    padding-top: 10rem;
  }

  .img-bx {
    height: 500px;
  }

  .news-image {
    height: 131px;
  }
  .flex-panel {
    font-size: 20px;
  }


  .main-img-swiper {
    width: 406px;
    height: 405px;
  }
  .row-detail {
    flex-wrap: nowrap;
  }
  .inf-footer {
    gap: 15px;
  }
 
  .slider {
    margin-top: -125px;
  }

  .title-category {
    font-size: 18px;
    padding: 10px 15px;
  }
}

.show-more {
  color: #1d4587;
}

.justify-between {
  justify-content: space-between;
}
.support-tour,
.air-line-tour {
  color: #595959;
}
.air-line-tour .img-slice {
  background-position: -67px -8px;
  width: 18px;
  height: 16px;
  display: inline-block;
}
.support-tour .img-slice {
  background-position: -39px -4px;
  width: 17px;
  height: 19px;
  display: inline-block;
}
.align-item-center {
  align-items: center;
}

.owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 20px;
  height: 38px;
  position: absolute;
  right: -20px;
  top: 40%;
}
.owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 20px;
  height: 38px;
  transform: rotate(180deg);
  position: absolute;
  left: -20px;
  top: 40%;
}

.owl-slider .owl-next {
  left: 40px;
}
.owl-slider .owl-prev {
  right: 40px;
}

.footer {
  background: url("../images/bg-footer.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.copy {
color: #ffffffad;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.copy .bld {
  font-weight: 600;
  color: #00d5fe;
}

@media screen and (min-width: 768px) {
  .blog-col {
    gap: 20px;
  }
  .blog-col li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 767.99px) {
  #ch-nav-tab button {
color: #284258;
    border-radius: 999px;
    width: 47%;
    background: #fcfcfc;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}
  .box-item {
  margin-bottom: 10px;
}
  .text-xs-center{
    text-align: center;
  }
  .img-slide{
    width: 80%;
    margin: auto;
  }
  .slider {
  padding-top: 20px;
  padding-bottom: 20px;
}
    .main-title-banner {
  font-size: 1.5rem;
}
  #nav-tab-service2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
}
  #nav-tabContent img {
  width: 50%;
  margin: auto;
  display: block;
}
    .title-section {
  font-size: 16px;
}
  .sotial-footer ul li {
  margin: 0 10px;
}
  .gap {
  display: none;
}
  .mt-50{
  margin-top: 10px;
}
  .news-image {
    height: 130px;
  }

  .text-xs-center {
    text-align: center;
  }
  .desc-slide {
    margin-top: 20px;
  }
  .main-img-swiper {
    width: 306px;
    height: 305px;
    background-size: 100% 100% !important;
    margin: auto !important;
  }
  .copy {
    text-align: center;
  }
}

.chat {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sticky-menu {
  background-color: #fff;
  box-shadow: 0px 9px 18.6px 1.4px rgba(0, 0, 0, 0.1);
}
.sticky-menu .c-navi.js-navi {
  box-shadow: none !important;
  margin-top: 0 !important;
}
.search-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  top: 100px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}

.search-input {
  width: 100%;
  padding: 6px 10px;
  font-size: 15px;
  border-radius: 0 4px 4px 0;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.search-wrapper.active {
  padding: 15px;
  max-height: 100px;
}
.search-icon {
  font-size: 18px !important;
  cursor: pointer;
  color: #284258 !important;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.logo {
  display: inline-block;
}
.logo img {
  object-fit: contain;
}
.c-navi-new__big-display-title i {
  color: #05beea !important;
  font-size: 18px !important;
  margin-left: 5px;
}
.c-navi-new__big-display-title {
  color: rgb(96, 94, 94);
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .frm-search{
    width: 70%;
  }
    .li-left::before {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  height: 40px;
  width: 1px;
  background-color: rgba(40, 66, 88, 0.116);
}
  .c-navi.js-navi {
  border-radius: 999px;
  padding: 0 20px;
  margin-top: 17px;
  background-color: #fff;
  box-shadow: 0px 9px 18.6px 1.4px rgba(0, 0, 0, 0.1);
}
  .owl-commenet::after{
  background: linear-gradient(270deg,hsla(0,0%,100%,0),#f2f5fc);
  position: absolute;
  width: 340px;
  height: 100%;
  left: 0;
  top:0;
  content: '';
  z-index: 1;
}
.owl-commenet::before{
background: linear-gradient(90deg,hsla(0,0%,100%,0),#f5f8fd);
  position: absolute;
  width: 340px;
  height: 100%;
  right: 0;
  top:0;
  content: '';
    z-index: 1;
}
  .menu-footer .col-md-4{
    justify-content:flex-end;
    display: flex;
  }

  .menuTrigger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1191.99px) {
  .container {
    max-width: 100%;
  }
  .c-navi-new-list__category-item > li {
  font-size: 12px !important;
}
.c-navi-new-list__category-item > li {
  margin-left: 15px !important;
}
.js-categories-bar-item > a {
  font-size: 12px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .mt-md-15 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991.99px) {
  .nav-tel:hover .rea-yq {
  left: 0 !important;
}
  .main-menu.reg {
  background-color: #82becc47;
}
  .icon-reg i {
  margin: 0 !important;
  font-size: 16px !important;
}
  .icon-reg {
  background-color: #05beea;
  border-color: #05beea;
  color: #fff;
  text-align: center;
}
  .frm-search {
  width: 100%;
}
  .owl-carousel .owl-stage{
    padding-right: 0 !important;
  }
.c-navi.js-navi {
  padding: 0 12px;
}
  .owl-news .owl-stage {
    padding-right: 0 !important;
  }
  .container,
  .container-sm {
    max-width: 100% !important;
  }
  .header {
    background-color: #fff;
padding-top: 7px;
    padding-bottom: 7px
  }

  .logo img {
    width: 130px;
  }

  .c-navi-new-list__categories {
    display: none !important;
  }
  .menuTrigger i {
    font-size: 35px;
    color: #000;
  }
  .dropdown.register.ms-auto {
    font-size: 0 !important;
  }
  .c-navi-new-list.ps-0 {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
.panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.close-li {
  background-color: #f3f3f3 !important;
}
.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
#panel-menu ul {
  padding-right: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}
.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edecec;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

.panel-menu {
  z-index: 10;
}

.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}

.main-menu a {
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
.main-menu i {
  vertical-align: middle;
  font-size: 9px;
  margin-right: 4px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.panel-menu.isOpen,
.subPanel.isOpen {
  right: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 1000000000000 !important;
}

.subPanel {
  z-index: 20;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}

.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}

.border-none {
  border: none !important;
}

.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}

.arow-menu i {
  background-position: -117px -39px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.close-menu .times {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closeSubPanel i {
  background-position: -116px -60px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}

.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}

.img-item {
  width: 60px;
  height: 60px;
  margin: auto;
}
.img-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 50px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.slide-info {
  text-align: right;
}

.slide-info h4 {
  margin: 0;
  font-size: 16px;
}

.slide-info p {
  margin: 0;
  color: gray;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}


.sotial-footer ul li {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sotial-footer ul li {
    margin-right: 7px;
    margin-left: 7px;
  }
}
.sotial-footer a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.sotial-footer a {
  display: block;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}
.sotial-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.sotial-footer a span {
  padding: 0;
  display: block;
  border-radius: 100%;
}
.sotial-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}
.sotial-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.cal {
  color: #fff;
  display: inline-block;
  direction: ltr;
}
.back-to-top {
width: 96px;
  height: 43px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left:0;
  top: -3px;
  z-index: 2
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #05beea;
  width: 20px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #05beea;
}
.logo img {
  transition: all 0.2s linear;
}

.main-img-swiper {
  background: url("../images/bg-pro.png");
  display: block;
  position: relative;
}
.main-img-swiper img {
  position: absolute;
  bottom: 10%;
  left: 20%;
  max-width: 463px;
  object-fit: contain;
}
.l-icon {
  color: #0353a4;
  font-size: 25px;
  line-height: 1;
}



.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .set > span i {
    display: none;
  }
}
.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #b6bdc461;
  font-size: 10px;
}
.lnk-footers {
  padding-right: 0;
}
.lnk-footers li {

  position: relative;
  list-style-type: none !important;
  text-align: right;

}
.lnk-footers li a {
color: #ffffffa3;
  font-size: 13px;
  font-weight: 300;
}
.title-footer.lnk-footer.un-link {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.sub-text-copt {
  font-weight: 300;
  font-size: 11px;
  line-height: 1;
}
.main-text-copt {
  line-height: 1.5;
  font-weight: 700;
}

.img-bx {
  width: 100%;
  border-radius: 20px;
}

.img-bx img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.text-box {
  border-radius: 20px;
  background-color: rgba(54, 54, 54, 0.63);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 12.09px 0.91px rgba(0, 0, 0, 0.95);
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 80%;
  z-index: 1;
}
@media (max-width: 767.99px) {
.info-list li {
  display: block;
  list-style: none;
}
  .set > span {
    font-size: 17px;
    display: block;
    position: relative;
    color: #fff;
    text-align: right;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
  }
  .title-footer.lnk-footer.un-link {
    border-bottom: 1px solid #b6bdc461;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.login-link {
  border-radius: 99px;
  text-align: center;
  color: #fff !important;
  display: flex;
  background-color: rgb(5, 190, 234);
  width: 118px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cat-icon {
  background-position: -64px -6px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.tel-con {
  display: flex;
  font-size: 18px;
  color: #000;
  align-items: center;
}
.tel-con i {
  font-size: 13px;
  margin-left: 5px;
}
.tel-ico img {
  width: 20px;
  height: 17px;
  border-radius: 4px;
  object-fit: cover;
  border: 0.2 solid #000;
}
.tel-text {
  margin-right: 7px;
  color: #000;
}
.rea-yq {
  position: absolute;
  padding: 10px;
  padding-right: 10px;
  padding-right: 10px;
  z-index: 1;
  top: 130%;
  background-color: #05beea;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  width: 100%;
  text-align: center;
  transform: translatey(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  min-width: 100px;
  padding-right: 0;
}
.rea-yq a {
  color: #fff;
  font-size: 14px;
  display: flex;
  text-align: right;
  margin-bottom: 5px;
  justify-content: end;
}
.rea-yq::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #05beea;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translatex(-50%);
}
.nav-tel:hover .rea-yq {
  transform: translatey(0px);
  opacity: 1;
  visibility: visible;
}
.rea-yq a img {
  width: 30px;
  height: 25px;
  object-fit: contain;
  margin-right: 5px;
}
.cal-text {
  color: #284258;
  font-size: 9px;
}
.cal-support a {
  display: inline-block;
  direction: ltr;
  font-size: 18px;
  line-height: 1;
  color: #05beea;
}


.main-title-banner {
  color: #284258;
  font-weight: 900;
  line-height: 1.3;
}
.shadow-text {
  display: inline-block;
}
.shadow-text::after {
  background-color: rgb(73, 168, 255);
  opacity: 0.2;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  z-index: 1;
}
.sub-title-banner {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.title-blog {
  color: #284258;
  font-size: 15px;
  line-height: 1.5;
}
.date-blog {
  color: #284258;
}
.news-image {
  border-radius: 25px;
  overflow: hidden;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-section {
  background-color: #fff;
}
.flex-header {
  justify-content: space-between;
}

.link-more {
  display: inline-block;
  color: #ffffff;
  background-color: rgb(67, 201, 199);
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.link-more::before,
.btn-order::before {
  content: "";
  width: 48px;
  height: 216%;
  right: -100%;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  top: -48%;
  overflow: hidden;
  position: absolute;
  transform: rotate(30deg);
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  opacity: 0.3;
}
.link-more:hover::before,
.btn-order:hover::before {
  right: 100%;
}
.link-more:hover,
.btn-order:hover,
.btn-order:focus {
  color: #fff;
  box-shadow: 0px 5px 5px #b5b5b5;
  background-color: rgb(67, 201, 199);
}
#ch-nav-tab {
  border-bottom: none !important;
  justify-content: space-between;
  gap: 1rem;
}

#ch-nav-tab button:hover {
  background-color: #f4f6fb;
}

#ch-nav-tab button.active,
#ch-nav-tab button.active:hover {
  background-color: #05beea;
  border-color: #05beea;
  color: #fff;
}

.select {
  width: 100%;
  position: relative;
}

.select-toggle {
  width: 100%;
  height: 48px;
  background: #fff;
  border: none !important;
  box-shadow: none !important;
  background-color: rgb(229, 243, 246);
  height: 56px;
  border-radius: 999px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 12px;
  gap: 10px;
  min-width: 200px;
  color: #284258;
  font-size: 15px;
  cursor: pointer;
  transition: border 0.15s, box-shadow 0.15s;
}
.select-toggle .name {
  color: #284258;
  font-size: 15px;
}
.select-toggle.is-open {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}
.select-val {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.select-placeholder {
  color: #6b7280;
}
.select-caret {
  inline-size: 18px;
  block-size: 18px;
  border-radius: 9px;
  background: #eef2ff;
  display: grid;
  place-items: center;
  color: #4f46e5;
  transition: transform 0.2s;
}
.select-caret svg {
  width: 12px;
  height: 12px;
}
.select-toggle.is-open .select-caret {
  transform: rotate(180deg);
}
.select-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-menu {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-height: 270px;
  overflow: auto;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: 0.15s;
  z-index: 20;
}
.select-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  gap: 8px;
  height: 44px;
  cursor: pointer;
  user-select: none;
}
.select-option:hover,
.select-option[aria-selected="true"] {
  background: #f3f4f6;
}
.select-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.coin {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.coin--ltc {
  background: #345d9d;
}
.code {
  color: #6b7280;
  font-size: 0.85rem;
}
.check {
  opacity: 0;
  color: #22c55e;
  transition: 0.12s;
}
.select-option[aria-current="true"] .check {
  opacity: 1;
}
.justify-between {
  justify-content: space-between;
}
.flex-content-tab {
  gap: 1rem;
  justify-content: space-between;
}
.box-item {
  flex-grow: 1;
}

.btn-order {
  background-color: rgb(5, 190, 234);
  height: 55px;
  color: #fff;
  border-radius: 999px;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.box-unit {
  border: none !important;
  box-shadow: none !important;
  background-color: rgb(229, 243, 246);
  height: 56px;
  border-radius: 999px;
  padding: 0 25px;
  color: #284258;
  font-size: 15px;
}
.box-unit:focus {
  background-color: rgb(229, 243, 246);
}
.service-border{
    /*padding: 2px;*/
   
    /*border-radius: 30px;*/
    /*background-color: #fff;*/
    margin-bottom:20px;
}
.item-service {
  /*background: url("../images/bg-icon.png");*/
  /*width: 165px;*/
  height: 90px;
  /*border-radius: 100%;*/
  position: relative;
  padding:5px;
  background-color:rgb(229, 243, 246);
  border-radius: 25px;
   border: 2px solid hsl(179.4deg 39.68% 49.41%);
}
.item-service img {
  /*width: 100%;*/
  height: 100%;
  /*object-fit: contain;*/
 border-radius: 18px;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  max-width: 185px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.owl-service .item:hover .item-service img{
/*-webkit-transform: scaleX(-1);*/
/*  transform: scaleX(-1);*/
}
.owl-service .item:hover .service-name{
color: #05beea;
}
.service-name {
  color: #284258;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s linear;
}
.grid-lst .items-service {
  padding: 1.5rem;
  min-height: 370px;
}

.grid-lst {
  gap: 1.25rem;
  display: grid;
}
.icon-service {
  border-radius: 50%;
  background-color: #ffffff48;
  width: 51px;
  height: 52px;
  border-radius: 100%;
  display: inline-block;
  margin: auto;
  position: relative;
}
.icon-service img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.grid-opt {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}
.grid-opt a {
  font-weight: 500;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff48;
  border-radius: 0.375rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-size: 12px;
}
.more-view {
  color: #ffffff;
  border-radius: 999px;
  width: 106px;
  height: 35px;
  text-align: center;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.grid-lst .items-service:nth-child(1) {
  border-radius: 30px;
  background-color: rgb(73, 168, 255);
  box-shadow: 0px 6px 18.27px 2.73px rgba(73, 168, 255, 0.32);
}
.grid-lst .items-service:nth-child(2) {
  border-radius: 30px;
  background-color: rgb(255, 104, 104);
  box-shadow: 0px 6px 18.27px 2.73px rgba(255, 104, 104, 0.32);
}
.grid-lst .items-service:nth-child(3) {
  border-radius: 30px;
  background-color: rgb(67, 201, 199);
  box-shadow: 0px 6px 18.27px 2.73px rgba(67, 201, 199, 0.32);
}
.grid-lst .items-service:nth-child(4) {
  border-radius: 30px;
  background-color: rgb(246, 145, 114);
  box-shadow: 0px 6px 18.27px 2.73px rgba(246, 145, 114, 0.32);
}

.grid-lst .items-service:nth-child(1) .more-view {
  background-color: rgb(37, 150, 253);
}
.grid-lst .items-service:nth-child(2) .more-view {
  background-color: #ff3737;
}
.grid-lst .items-service:nth-child(3) .more-view {
  background-color: #08b6b3;
}
.grid-lst .items-service:nth-child(4) .more-view {
  background-color: #f6673b;
}
@media (min-width: 1280px) {
  .grid-lst {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px)  and (max-width: 1279.99px) {
  .grid-lst {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px)  and (max-width: 991.99px) {
  .grid-lst {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sub-title-section {
  font-size: 16px;
}
#nav-tab-service2 {
  border-bottom-color: #bababa;
  justify-content: space-between;
  gap: 1rem;
}
#nav-tab-service2 button {
  color: #545454;
  flex-grow: 1;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  margin-bottom: 0;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 4px solid #fff;
}
.tab-icon {
  mix-blend-mode: luminosity;
}
#nav-tab-service2 button.active {
  border-bottom: 4px solid #05beea;
}
#nav-tab-service2 button.active .tab-icon {
  mix-blend-mode: normal;
}
.text-tab {
  margin-top: 10px;
  color: #252525;
}
#nav-tab-service2 button.active .text-tab {
  color: #05beea;
}
#nav-tab-service2 button:hover .text-tab {
  color: #05beea;
}
.title-tab {
  font-weight: 600;
  font-size: 17px;
}
.text {
  color: #707070;
  font-weight: 300;
  font-size: 15px;
  text-align: justify;
}

.carousel-container {
  width: 100vw;
  overflow: hidden;
  direction: rtl;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  direction: rtl;
}

.carousel-track {
  gap: 10px;
  display: flex;
  will-change: transform;
  transition: transform 0.5s ease;
}
.slider-item.item {
  min-width: 280px;
}
.panel-slider {
  flex: 0 0 auto;
  padding: 1.25rem;
  border-radius: 0.75rem;
  gap: 0.75rem;
  align-items: center;
  display: flex;
  border: 0.5px solid rgb(73, 168, 255);
}

.flex-desc {
  font-size: 12px;
  line-height: 1.3;
}
.down-opt {
  color: #dc0808;
  background-color: #ffcdd2;
  padding: 1px 5px;
  border-radius: 4px;
  line-height: 1.5;
}
.down-up {
  color: #03860e;
  background-color: rgba(0, 105, 9, 0.329);
  padding: 1px 5px;
  border-radius: 4px;
  line-height: 1.5;
}
.img-s-item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.img-s-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.gray {
  color: #aeaeb5;
}
.bld {
  font-weight: 600;
}
.digit {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  display: inline-block;
}
.grid-cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.grid {
  display: grid;
}

.layer-text1{
  color: #284258;
  font-weight: 600;
}
.layer-text2{
  color: #284258;
  font-size: 12px;
}
.layer-item {
  box-shadow: 0px 9px 32.3px 5.7px rgba(4, 53, 95, 0.07);
  min-height: 80px;
  border-radius: 999px;
  padding: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  justify-content: space-between;
}
.change-info {
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  max-width: 200px;

 transform: translate(-50%, -50%) translateY(30px);
   transition: transform 0.5s ease, opacity 0.5s ease;
  margin: auto;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@keyframes fadeUp {
  from {

    transform: translate(-50%, -50%) translateY(-100px);
  }
  to {
  
    transform: translate(-50%, -50%) translateY(0);
  }
}
.more{
 border:2px solid rgb(204, 204, 204);
  border-radius: 10px;
  width: 118px;
  height: 40px;
  display: flex;
  gap: 5px; 
  color: #284258;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.more:hover{
  background-color: rgb(229, 243, 246);
    color: #284258;
}

.text{
  color: #636363;
  text-align: justify;
  line-height: 2;
}
.video-icon{
  background: url('../images/play.png') no-repeat;
  width: 50px;
  height: 50px;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  margin: auto;
  z-index: 1;
}
.item-section::after{
  width: 100%;
  left: 0;
  top:4%;
  height:95%;
  content: '';
  background: url('../images/bg-banner.png') no-repeat;
  background-position: center center;
  position: absolute;
  background-size: cover;
}
.item-section .container{
  position: relative;
  z-index: 1;
}
.comment-section{
  background-color: #f2f5fc;
}
.box-item-com{
  color: #284258;
    border-radius: 15px;
  background-color:#fff;
  box-shadow: 0px 6px 40.29px 10.71px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.owl-commenet .item{
  margin-top: 40px;
  margin-bottom: 40px;
}
.n-user{
  color: #252525;
  font-weight: 600;
}
.rate .fas,.rate .fal{
  color: #fd9b00;
}

.desc-company {
  font-weight: 300;
}
.phone-icon{
background-position: -82px -31px;
	width: 15px;
	height: 15px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.map-icon{
  background-position: -55px -31px;
	width: 14px;
	height: 16px;
  display: inline-block;
  margin-left: 4px;
    vertical-align: middle;
}
.cal{
  color: #00d5fe !important;
  font-size: 18px;
}
.footer-m{
  background-color: #ffffff3b;
  padding: 30px;
  border-radius: 25px;
}
.list-logo li {
  display: inline-block;
  list-style: none;
}
.gap {
  color: #ffffff96;
  margin: 0 11px;
}
.info-list li {
  color: #ffffffc2;
}
.owl-news .item:hover .news-image  img{
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.more-check{
  background-color: rgb(5, 190, 234);
  box-shadow: 0px 9px 32.3px 5.7px rgba(4, 53, 95, 0.07);
    width: 180px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 999px;
}
.center-banner .layer-text{
  margin-top: 20px;
}
.more-view:hover{
  color: #fff;
}
.c-navi.js-navi.is-active{
  border-radius: 10px 10px 0 0;
}
#searchWrapper button{
background-color: rgb(5, 190, 234);
width: 45px;
height: 47px;
box-shadow: none !important;
color: #fff;
border-radius: 4px 0 0 4px;
}
#searchWrapper input{
  width: calc(100% - 42px);
}
#carousel2{
  direction: ltr !important;
  padding-bottom: 10px;
}
#carousel {
  padding-bottom: 10px;
}





















/* استایل‌های مخصوص بخش جستجو */
.search-wrapper {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    top: 100px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.search-wrapper.active {
    padding: 15px;
    max-height: 100px;
}

.frm-search {
    position: relative;
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.search-input {
    width: calc(100% - 42px);
    padding: 12px 15px;
    font-size: 15px;
    border: 2px solid #e3e3e3;
    border-radius: 0 4px 4px 0;
    background: #fff;
    color: #284258;
    font-family: "IRANSans";
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: #05beea;
    box-shadow: 0 0 0 3px rgba(5, 190, 234, 0.1);
}

.btn-search {
    width: 42px;
    height: 42px;
    background-color: #05beea;
    border: none;
    border-radius: 4px 0 0 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.btn-search:hover {
    background-color: #049cc9;
}

.btn-search i {
    font-size: 16px;
}

.search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1001;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.search-result-list {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.search-result-list li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    font-family: "IRANSans";
    font-size: 14px;
}

.search-result-list li:last-child {
    border-bottom: none;
}

.search-result-list li.text-danger {
    font-weight: bold;
    color: #dc3545 !important;
    background: #f8f9fa;
    padding: 10px 12px;
}

.search-result-list a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: color 0.2s ease;
}

.search-result-list a:hover {
    color: #05beea;
}

/* آیکون جستجو در هدر */
.search-icon {
    font-size: 18px !important;
    cursor: pointer;
    color: #284258 !important;
    transition: color 0.3s ease;
}

.search-icon:hover {
    color: #05beea !important;
}

/* رسپانسیو */
@media screen and (max-width: 991.99px) {
    .frm-search {
        width: 90%;
    }
    
    .search-input {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .search-wrapper.active {
        padding: 10px;
        max-height: 80px;
    }
}

@media screen and (max-width: 767.99px) {
    .frm-search {
        width: 95%;
    }
    
    .search-input {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .btn-search {
        width: 38px;
        height: 38px;
    }
    
    .btn-search i {
        font-size: 14px;
    }
    
    .search-result {
        max-height: 250px;
    }
}

/* انیمیشن برای نمایش نتایج */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-result {
    animation: fadeIn 0.3s ease;
}

/* اسکرول بار برای نتایج */
.search-result::-webkit-scrollbar {
    width: 6px;
}

.search-result::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.search-result::-webkit-scrollbar-thumb {
    background: #05beea;
    border-radius: 3px;
}

.search-result::-webkit-scrollbar-thumb:hover {
    background: #049cc9;
}





