* {
  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: "kalame";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/alibaba-regular.woff2) format("woff2");
}

@font-face {
  font-family: "kalame";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/alibaba-bold.woff2) format("woff2");
}

@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: "kalame";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  color: #252525;
}

.img-slice {
  background: url("../images/slices.png") no-repeat;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-navi-new-list__inner-category--hovered {
  padding: 8px 10px;
  color: #a93393;
  transition: all 0.2s linear;
}

.c-navi-new-list__inner-category--hovered .ico-menu {
  transition: all 0.2s linear;
}

.c-navi-new-list__inner-category.js-mega-menu-category:hover {
  color: #a93393;
  transition: all 0.2s linear;
}
.c-navi-new-list {
  display: flex;
  width: 100%;
  align-items: center;
}
.c-navi-new-list__category-link .fa-home {
  font-size: 20px;
}

.ms-auto.right-toolbar {
  margin-bottom: 10px;
}

.c-navi.js-navi {
  transition: all 0.5s linear;
  position: relative;
}

.c-navi__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.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;
}

.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.is-fmcg > div:before {
  background-color: #9dc44d;
}

.c-navi-new-list__a-hover > div {
  width: 100%;
  height: 100%;
}

.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: #fff000;
}

.c-navi-new-list__category-item {
  font-size: 13px;
}

.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%;
}

.c-navi-new-list__category-item > li {
  line-height: 5 !important;
}

.c-navi-new-list > li {
  list-style: none;
}

.c-navi-new-list__categories > .c-navi-new-list__category-item > li:hover,
.c-navi-new-list__categories > .c-navi-new-list__promotion-item > li:hover,
.c-navi-new-list__promotions > .c-navi-new-list__category-item > li:hover,
.c-navi-new-list__promotions > .c-navi-new-list__promotion-item > li:hover {
  z-index: 3;
}

.c-navi-new-list__a {
  display: block;
  position: relative;
  height: 100%;
  padding: 8px 9px 7px;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 25px;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-navi-new-list__a--promotion {
  max-width: unset;
  background-color: #4f4f4f;
}

.c-navi-new-list__promotion-item--big .c-navi-new-list__a:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover {
  -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__promotion-item--big
  .c-navi-new-list__a:hover
  + .c-navi-categories__overlay,
.c-navi-new-list__promotion-item--small
  .c-navi-new-list__a:hover
  + .c-navi-categories__overlay {
  opacity: 1;
}

.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-navi-new-list__options-container {
  height: 100%;
  width: 100%;
  padding: 12px;
}

.c-navi-new-list__sublist {
  position: absolute;
  top: 98%;
  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;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
}

.c-navi-new-list__options-list ul li {
  display: block;
  list-style: none;
  text-align: right;
  margin-left: 15px;
}

.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: 13px !important;
  font-weight: 700 !important;
  position: relative;
}

.c-navi-new-list__sublist-option--title a i {
  vertical-align: middle;
  max-height: 10px;
  font-size: 12px;
}

.c-navi-new-list__sublist-option--title a:hover {
  color: #000;
}

.c-navi-new-list__sublist-option--item {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2.27;
  font-weight: 400;
  color: #81858b;
}

.c-navi-new-list__sublist-option--item a:hover {
  color: #000;
  font-weight: 600;
}

.c-navi-new-list__sublist-option--has-icon {
  direction: rtl;
  text-align: right;
}

.c-navi-new-list__sublist-option--has-icon:hover a,
.c-navi-new-list__sublist-option--has-icon:hover a:before {
  color: #284258;
}

.c-navi-new-list__sublist-option--has-icon a {
  color: #424750;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  text-decoration: none;
}

.c-navi-new-list__sublist-option--has-icon a:before {
  margin-left: 8px;
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 18px;
  color: #a1a3a8;
  cursor: pointer;
  vertical-align: middle;
}

.c-navi-new-list__sublist-option--has-circle {
  height: unset;
  min-height: 30px;
}

.c-navi-new-list__sublist-option--has-circle a {
  padding-right: 20px;
  white-space: normal !important;
}

.c-navi-new-list__sublist-option--has-circle a:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #a1a3a8;
  border-radius: 50%;
  display: inline-block;
  top: 11px;
  right: 8px;
  position: absolute;
}
.c-navi-new-list__sublist-option--has-circle a:hover:before {
  background-color: #fff000;
}
.c-navi-new-list__category.c-navi-new-list__category--main i {
  color: #252525;
}
.c-navi-new-list__category-link {
  display: block;
  color: #252525;
  font-size: 13px;
}
.c-navi-new-list__category-item > li > a:hover {
  color: #000;
}
.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: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #424750;
}

.c-navi-new-list__inner-category {
  padding: 8px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 2;
}

.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;
}
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);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background: #fff;
}

li.has-sub ul li a:hover {
  color: #252525;
  background-color: #fff000;
}

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: #333;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #9f9f9f;
  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 i,
.c-navi-new-list__category-item > li i {
  font-size: 7px;
  vertical-align: middle;
  color: #252525;
}
.c-navi-new-list__category-item > li {
  text-align: center;
  color: #252525;
  font-size: 14px;
  margin-left: 35px;

  font-weight: 700;
}
.c-navi-new-list__category-item > li > a {
  color: #252525;
  font-size: 14px;
}
.c-navi-new-list__category-item > li:hover {
  cursor: pointer;
  color: #252525;
}
.has-sub > a {
  padding: 0;
  display: block;
  color: #252525;
  font-size: 15px;
}
.c-navi-new-list__options-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 400px;
  padding-right: 0 !important;
  flex-direction: column;
  overflow-y: auto;
}
.c-navi-new-list__sublist-option--title {
  direction: rtl;
  text-align: right;
  position: relative;
}
.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;
}
.header {
  background-color: #fff;
  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: #000 !important;
  background-color: #85220d;
  border-color: #85220d;
  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 {
  font-size: 20px;
  color: #252522;
  font-weight: bold;
  line-height: 1.2;
  font-weight: 700;
  font-family: "alibaba-bold";
}

@media screen and (max-width: 767.99px) {
  .group-pro {
  background-size: cover !important;
}
  .flex-link {
  justify-content: center;
}
  .d-xs-end{
    text-align: left;
  }
  .copy::before {
  top: -43px;
  height: 44px;

  background-size: 100% 100% !important;
}
  .chat img  {
  width: 70px;
}
 .chat2 img  {
  width: 50px;
}
  .hidden-xs{
    display: none !important;
  }
  .text-center-xs{
    text-align: center;
  }
  .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;
  }
}
  .news-image {
    height: 201px;
  }
@media screen and (min-width: 768px) {
  .owl-service .owl-stage,.owl-blog .owl-stage,.owl-news .owl-stage{
    padding-right: 0 !important;
  }
  .slider {
  background: url("../images/bg-slider.jpg") no-repeat;
  background-position: top left;
}
  .flex-copy {
    justify-content: flex-end;
  }
  .img-bx {
    height: 500px;
  }


  .flex-panel {
    font-size: 20px;
  }
 

  .flex-panel {
    justify-content: space-around;
  }
  .main-img-swiper {
    width: 406px;
    height: 405px;
  }
  .row-detail {
    flex-wrap: nowrap;
  }
  .inf-footer {
    gap: 15px;
  }


  .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-slider .owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.jpg") !important;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 12%;
  bottom: 0;
  top: auto !important;
  border-radius: 0 !important;
}
.owl-slider .owl-next {
  margin: 0 !important;
  background: url("../images/arrow.jpg") !important;
  width: 47px;
  height: 47px;
  transform: rotate(180deg);
  position: absolute;
  left: auto;
  right: 12%;
  bottom: 48px;
  top: auto !important;
  border-radius: 0 !important;
}
.footer-top {
  background: #2e2e2e;
  position: relative;
}
.blog-section{
  position: relative;
  z-index: 2;
}
.footer-top::before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  width: 100%;
  background: url('../images/bg-top-footer.png');
  background-position: top center;
  z-index: 1;
  background-size: 100% 100% !important;
}
.footer {
  background-color: #252525;

  color: #fff;
}

.copy {
  position: relative;
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: 300;
  background-color: #fff000;
  color: #252525;
}
.copy::before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  width: 100%;
  background: url('../images/bg-copy.png');
  z-index: 1;
}
.copy .bld {
  font-weight: 600;

}

@media screen and (min-width: 768px) {
  .footer-top::before {
  top: -125px;
  height: 154px;

}
  .copy::before {
  top: -152px;
  height: 154px;
 background-size: 100% 100% !important;

}
  .owl-service .owl-next {
    top: -60px;
  }
  .owl-service .owl-prev {
    left: 30px !important;
    top: -60px;
    right: auto !important;
  }
  .blog-col {
    gap: 20px;
  }
  .blog-col li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 767.99px) {
  .footer-top::before {
  top: -48px;
  height: 50px;
  background-size: 100% 100% !important;
}
  .sotial-footer ul li {
  margin: 0 10px;
}
  .img-bx {
    height: 300px;
  }

  .flex-panel {
    justify-content: space-between;
  }
  .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;
  }
}

.chat2 {
  position: fixed;
  left: 12px;
  bottom: 0;
  z-index: 1;
}
.chat {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 1;
}
.sticky-menu {
  box-shadow: 0px 0px 8px #737373;
}
.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: 4px;
  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;
}
@media screen and (min-width: 768px) {
  .search-input {
    width: 60%;
  }
}
.search-wrapper.active {
  padding: 15px;
  max-height: 100px;
}
.search-icon {
  font-size: 18px !important;
  cursor: pointer;
  color: #252525 !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: #fff000 !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) {
  .flex-top-header {
  border: 1px solid #c1c1c1;
  border: 1px solid #c1c1c1;
  padding: 5px 13px;
}
  .menuTrigger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .mt-md-15 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991.99px) {
  .owl-blog .owl-stage,
  .owl-news .owl-stage {
    padding-right: 0 !important;
  }
  .container,
  .container-sm {
    max-width: 100% !important;
  }
  .header {
    padding-bottom: 10px;
    padding-top: 10px !important;
  }

  .logo img {
    width: 130px;
  }

  .c-navi-new-list__categories {
    display: none !important;
  }
  .menuTrigger i {
    font-size: 35px;
    color: #252525;
  }
  .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;
}
.owl-service .owl-stage {
  padding-right: 0 !important;
}

.service-name {
  color: #363636;
  font-weight: 700;
  font-size: 17px;
  background-color: #fff000;
  padding: 10px 10px;
}

.img-item {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.img-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  -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 .img-item img {
  transform: scale(1.2);
}
.owl-service .item:hover .service-name {
  color: #000;
}
.owl-service .item {
  display: block;
}
.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 .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: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 5px;
  z-index: 2;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff000;
  width: 20px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff000;
}
.logo img {
  transition: all 0.2s linear;
}

.pro-name {
  color: #252525;
  text-transform: capitalize;
}
.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;
}

.about-section {
  /*background: url("../images/bg-about.jpg") no-repeat;*/
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-attachment: fixed;
  background-position: right center;
}
.title-about {
  font-weight: 700;
  font-size: 25px;
  font-family: "alibaba-bold";
}

.about-text {
  text-align: justify;
}
.img-pro {
  height: 263px;
}
.img-pro img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.owl-theme .owl-dots .owl-dot span {
margin: 5px 3px;
  width: 21px;
  height: 4px;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .more {
    padding: 5px 12px;
  }
  .pro-name {
    font-size: 18px;
  }
  .title-about {
    color: #fff000;
  }

  .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 {
  line-height: 2;
  position: relative;
  list-style-type: none !important;
  text-align: right;
}
.lnk-footers li a {
  color: #828188;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.2s linear;
}
.lnk-footers li a:hover{
  color: #fff000;
}
.title-footer.lnk-footer.un-link {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}


.flex-copy {
  align-items: center;
}



.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) {
  .more {
    padding: 10px 39px;
  }
  .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;
  }
  .pro-name {
    font-size: 15px;
  }
  .title-about {
    color: #fff000;
  }

  #element_to_scroll .container {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  #element_to_scroll {
    position: relative;
  }

  #element_to_scroll::before {
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    background-color: #262525de;
  }
}
.main-text-box {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.875;
  font-family: "alibaba-bold";
}
.sub-text-box {
  font-size: 13px;
  font-family: "alibaba-bold";
  color: rgb(255, 255, 255);
  font-weight: 300;
  line-height: 1.923;
}
.flex-panel {
  width: 100%;
  height: 100%;
  align-items: center;
}
.arrow-panel {
  width: 46px;
  height: 46px;
  display: flex;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.panel.active .arrow-panel {
  background-color: #fff000;
  color: #fff;
}
.arrow-panel i {
  transform: rotate(-40deg);
  font-size: 20px;
}
.panel.active {
  color: #fff000;
}
.flex-header {
  justify-content: space-between;
}
.more {
  border: 1px solid #2e2e2e;
 background-color: #2e2e2e;
  color: #fff000;
  transition: all 0.2s linear;
}
.more:hover{
  border-color:#2e2e2e ;
  color: #2e2e2e;
  background-color: #fff;
}
.title-blog {
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  color: #0e283d;
  position: relative;
  padding-right: 25px;
  display: -webkit-box;
  overflow: hidden;
}
.title-blog::before{
 content: '';
  position: absolute;
  right: 0;
  top: 7px;
  height: 6px;
  width: 22px;
  background-color: #fff000;
}
.date-blog {
 font-weight: 300;
  margin-bottom: 5px;
  color: #7d7d7d;
  background: url('../images/bg-date-news.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  min-height: 17px;
  margin-top: -17px;
  position: relative;
  background-position: top center;
  text-align: center;
  padding: 5px;
}
.short-desc-news {
 display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
color: #7d7d7d;
  font-weight: 300;
  
  transition: all 0.2s linear;
}



.news-image {
  overflow: hidden;
}
.news-image img,
.img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.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);
}
.owl-logo .item a {
  height: 100px;
  overflow: hidden;
}
.owl-logo .item a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s linear;
}
.owl-logo .item a:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}

.flex-top-header a {
  color: #252525 !important;
}

.reg-link {
  border-right: 1px solid #8e8a8a;
  padding-right: 13px;
}

.show-all-pro {
  background-color: #2e2e2e;
  padding: 8px 15px;
  color: #fff000;
  transition: all 0.2s linear;
  display: inline-block;
}
.show-all-pro:hover {
  background-color: #fff;
  color: #2e2e2e;
}
.owl-logo .item a {
  display: block;
  height: 50px;
  text-align: center;
}
.owl-logo .item a img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  width: auto;
  margin: auto;
}
.group-pro {
  background: url("../images/bg-logo.png") no-repeat;
  background-position: top right;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.about-text {
  color: #ccc;
  font-size: 14px;
}
.more-about {
  background-color: #fff000;
  color: #252525;
  display: inline-block;
  padding: 7px 16px;
  font-weight: 600;
}
.show-video {
  border: 1px solid #fff000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  font-weight: 600;
  background-color: transparent !important;
  gap: 5px;
}
.icon-play {
  display: inline-block;
  background-position: -9px -51px;
  width: 17px;
  height: 23px;
}
.pro-model {
  color: #a1a1a1;
}
.conect-me {
  color: #252525;
  font-weight: 600;
}
.owl-blog .item {
  border:0.75px solid #b9b9b9;
  margin: 10px 10px;
  position: relative;
  transition: all 0.3s linear;
 
}
.owl-blog .item::before{
  position: absolute;
  content: '';
  background-color: #e2d500;
  width: 0;
  margin: auto;
  height: 8px;
  left: 0;
  right: 0;
  top: -8px;
   transition: all 0.3s linear;
}
.owl-blog .item::after{
  position: absolute;
  content: '';
  background-color: #e2d500;
  width: 0;
  margin: auto;
  height: 8px;
  left: 0;
  right: 0;
  bottom: -8px;
   transition: all 0.3s linear;
}
.owl-blog .item:hover::after,
.owl-blog .item:hover::before{
    width: 90%;
}
.owl-blog .item:hover {
  border-color: rgb(255, 240, 0);
  box-shadow: 0px 0px 36.8px 3.2px rgba(0, 0, 0, 0.22);

}

.owl-next {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  width:19px;
  height: 35px;
  position: absolute;
  right: -35px;
  top: 40%;
}
.owl-prev {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  transform: rotate(180deg);
 width:19px;
  height: 35px;
  position: absolute;
  left: -35px;
  top: 40%;
}
.sub-title-section{
  color: #0e0d24;
}
.title-caption{
  color: #fff000;
}
.sotial-footer img {
  object-fit: contain;
  display: inline-block;
}
.contact-info li {
  list-style: none;
  margin-bottom: 10px;
}
.ss01 {
  font-family: "IRANSans";
}
footer a{
 color: #828188;
 direction: ltr;
 display: inline-block;
 font-size: 15px;
 transition: all 0.2s linear;
}
footer a:hover{
    color: #fff000;
}
.icon-time{
  display: inline-block;
  background-position: -46px -31px;

  width: 27px;
  height: 29px;
}
.tel-link-icon{
 display: inline-block;
  background-position: -39px 0px;
  width: 27px;
  height: 29px;
}
.accordion-container{
  position: relative;
  z-index: 2;
}
.d-inline-block{
  display: inline-block;
}
.body-content {
  position: relative;
  z-index: 2;
}