* {
  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" !important;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background: url("../images/bg-body.jpg") repeat;
}

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

.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: 100%;
  display: none;
  right:220px;
  /*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: calc(100% - 350px);
}

.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: #ef394e;
}
.c-navi-new-list__category.c-navi-new-list__category--main i {
  color: #fff;
}
.c-navi-new-list__category-link {
  display: block;
  color: #fff;
  font-size: 13px;
}
.c-navi-new-list__category-item > li > a:hover {
  color: #fff;
}
.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: #fff;
  background-color: #f47a21;
}

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: #fff;
}
.c-navi-new-list__category-item > li {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
}
.c-navi-new-list__category-item > li > a {
  color: #fff;
  font-size: 15px;
}
.c-navi-new-list__category-item > li:hover {
  cursor: pointer;
  color: #fff;
}
.has-sub > a {
  padding: 0;
  display: block;
  color: #fff;
  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: 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: #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) {
  .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) {
  .flex-copy {
    justify-content: flex-end;
  }
  .img-bx {
    height: 350px;
  }
  .accordion-slider .accordion {
    display: flex;
    flex-direction: row;
    height: 500px;
    overflow: hidden;
    padding: 30px 0;
  }
  .news-image {
    height: 382px;
  }
  .flex-panel {
    font-size: 20px;
  }
  .lnk-footers li {
    border-top: 1px solid #585b5d;
  }
  .accordion-slider .panel {
    border-right: 1px solid #a0a0a0;
  }
  .flex-panel {
    justify-content:space-between;
    padding:20px 8px !important
  }
  .panel.active .flex-panel{
       justify-content:space-between;
     padding: 10px 10px 20px 10px  !important
       
  }
  .main-img-swiper {
    width: 406px;
    height: 405px;
  }
  .row-detail {
    flex-wrap: nowrap;
  }
  .inf-footer {
    gap: 15px;
  }
  .namd li {
    margin-left: 10px;
  }

  .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;
}
.top-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.copy {
  border-top: 1px dashed #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.copy .bld {
  font-weight: 600;
  color: #ff7518;
}
 .main-category-section .container{
      margin-top:-25px;
  }
@media screen and (min-width: 768px) {
  .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) {
  .img-bx {
    height: 300px;
  }
  .news-image {
    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;
  }
}

.chat {
  position: fixed;
  right: 0;
  bottom: -20px;
  z-index: 1;
}
.sticky-menu {
  background-color: #111;
}
.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: #fff !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: #ff7518 !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) {
  .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) {
  .flex-top-header {
    padding-left: 15px;
  }
  .owl-blog .owl-stage,
  .owl-news .owl-stage {
    padding-right: 0 !important;
  }
  .container,
  .container-sm {
    max-width: 100% !important;
  }
  .header {
    background-color: #111;
    padding-bottom: 10px;
    padding-top: 10px !important;
  }
  .logo-left img {
    width: 80px;
  }
  .logo img {
    width: 130px;
  }

  .c-navi-new-list__categories {
    display: none !important;
  }
  .menuTrigger i {
    font-size: 35px;
    color: #fff;
  }
  .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: #252525;
  font-weight: 500;
  margin-top: 20px;
}
.short-desc-service {
  color: #363636;
  font-weight: 300;
  font-size: 12px;
}
.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;
}
.owl-service .item:hover .img-item img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.owl-service .item:hover .service-name {
  color: #000;
}
.owl-service .item {
  border-radius: 20px;
  background-color: #fff;
  display: block;
  padding: 20px 0;
}
.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: 1150px;
  }
}
@media (min-width:1300px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1250px}
    
}
@media (min-width:1400px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1378px}
    
}
@media (min-width:1800px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1678px}
    
}
.namd li {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  border: 1px solid #666461;
  width: 64px;
  height: 73px;
  padding: 10px;
}
.namd li img {
  object-fit: contain;
  max-height: 100% !important;
}

.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: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 5px;
  z-index: 2;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ff7518;
  width: 20px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff7518;
}
.logo img {
  transition: all 0.2s linear;
}

.pro-name {
  color: #000;
  text-align: center;
  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;
}

.c-navi.js-navi {
  border-radius: 15px;
  background-color: rgb(17, 17, 17);
  padding: 0 20px;
  margin-top: 10px;
}
.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";
}
.sub-title-about {
  font-weight: 700;
  font-size: 18px;
  font-family: "alibaba-bold";
}
.about-text {
  text-align: justify;
}
.img-pro {
  height: 85px;
}
.img-pro img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .more {
    padding: 4px 8px;
  }
  .pro-name {
    font-size: 18px;
  }
  .title-about {
    color: #252525;
  }
  .sub-title-about {
    color: #252525;
  }
  .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;
  padding: 10px 0;
}
.lnk-footers li a {
  color: #a7a7a7;
  font-size: 14px;
  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;
}
.flex-copy {
  align-items: center;
}
.top-footer {
  background-color: #1d1d1b;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.main-title-top-footer {
  color: #ff7518;
  font-weight: 600;
  font-size: 15px;
}
.sub-title-top-footer {
  font-size: 12px;
}
.tel-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f0f0;
}
.tel-info li:not(:last-child) {
  border-left: 1px solid #f0f0f0;
}
.tel-info li a {
  color: #ff7518;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  justify-content: center;
  text-align: right;
}
.tel-info li {
  list-style: none;
  width: 33%;
  text-align: right;
  padding: 5px;
}

.img-bx {
  width: 100%;
  border-radius: 20px;
}

.img-bx img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.accordion-slider {
  background-color: #363636;
}
.accordion-slider .panel {
  position: relative;
  flex: 1;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
}

.accordion-slider .panel.active {
  flex: 5;
  writing-mode: initial;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}

.accordion-slider .panel.active .content {
  display: block;
  width: 100%;
  position: relative;
}

.accordion-slider .panel .content {
  display: none;
  color: white;
  text-align: right;
}

.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: 4px 5px;
  }
  .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: #fff;
  }
  .sub-title-about {
    color: #fff;
  }
  #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: #26252585;
  }
  .accordion-slider .panel {
    border-bottom: 1px solid #a0a0a0;
  }
  .accordion-slider .accordion {
    flex-direction: column;
    height: auto;
  }

  .accordion-slider .panel {
    writing-mode: initial;
    flex: none;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
  }

  .accordion-slider .panel:not(.active) .content {
    display: none;
  }

  .accordion-slider .panel.active {
    background: #444;
  }

  .accordion-slider .panel.active .content {
    display: block;
    margin-top: 10px;
  }
}
.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: #ff7518;
  color: #fff;
}
.arrow-panel i {
  transform: rotate(-40deg);
  font-size: 20px;
}
.panel.active {
  color: #ff7518;
}
.flex-header {
  justify-content: space-between;
}
.more {
  border: 1px solid #000;
  color: #000;
  border-radius: 999px;
}
.layer-news {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7c6363+0,ff7518+100&0+34,1+79 */
  background: linear-gradient(
    to bottom,
    rgba(124, 99, 99, 0) 0%,
    rgba(169, 105, 73, 0) 34%,
    rgba(228, 113, 40, 1) 79%,
    rgba(255, 117, 24, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color: #fff !important;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px 15px;
}
.title-blog {
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
}
.date-blog {
  font-weight: 300;
  margin-bottom: 5px;
}
.short-desc-news {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  margin-top: 10px;
  font-weight: 300;
  font-size: 0;
  transition: all 0.2s linear;
}
.link-more-news {
  font-size: 0;
  transition: all 0.2s linear;
}
.owl-news .item:hover .short-desc-news {
  display: block !important;
  transition: all 0.2s linear;
  font-size: 12px;
}
.owl-news .item:hover .link-more-news {
  transition: all 0.2s linear;
  font-size: 12px;
}
.owl-news .item:hover .layer-news {
  background: rgba(255, 117, 24, 0.8);
}
.blog-section {
  background: rgb(235, 235, 235) url("../images/bg-news.jpg") repeat;
}
.news-image {
  overflow: hidden;
  border-radius: 10px;
}
.news-image img,
.img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -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;
}
.login-link {
  border-radius: 8px;
  background-color: rgba(17, 17, 17, 0.729);
  width: 66px;
  height: 28px;
  text-align: center;
  color: #fff !important;
  display: inline-block;
}
.icon-reg {
  background-position: -125px -2px;
  width: 15px;
  height: 17px;
  display: inline-block;
}
.reg-link {
  border-radius: 8px;
  background-color: rgba(255, 117, 24, 0.961);
  width: 76px;
  height: 27px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.shop-link {
  border-radius: 8px;
  background-color: rgba(255, 117, 24, 0.961);
  width: 86px;
  height: 27px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.icon-shop {
  background-position: -94px -5px;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.flex-top-header {
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width:991px){
    .product-baner{
    margin-top:-125px;
}
}
 .product-baner img{
            max-width: 100%;
              transition: filter .7s;
        }
        .product-baner img:hover{
             filter: grayscale(100%);
             transition: filter .7s;

        }

        .page-title {
            font-weight: 700;
            color: #333;
        }

        .title-decorator {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 1.5rem 0 3rem 0;
        }

        .title-decorator .line {
            flex-grow: 1;
            height: 1px;
            background-color: #ddd;
            max-width: 100px;
        }

        .title-decorator .icon-wrapper {
            margin: 0 15px;
        }
        
        .contact-section {
            margin-bottom: 2rem;
        }

        .section-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 10px;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 2px;
            background-color: #bda272; 
        }

        .info-row {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
        }

        .info-icon {
            flex-shrink: 0;
            width: 55px;
            height: 55px;
            border: 1px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
        }

        .info-icon svg {
            color: #6c757d;
        }

        .info-details {
            flex-grow: 1;
        }

        .info-details strong {
            display: block;
            margin-bottom: 5px;
            font-weight: 500;
            color: #444;
        }

        .info-details p {
            margin-bottom: 5px;
            line-height: 1.8;
            color: #6c757d;
        }
        
        .section-divider {
            border-top: 1px solid #eee;
            margin: 2rem 0;
        }
        .contact-icon{
            width: 24px;

        }
        .breadcrumbs li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin-left: 10px;
}
.breadcrumbs li a {
    color: #333;
}
.breadcrumbs li:last-child a {
    color: #ff7518;
}
.breadcrumbs li:hover a {
    color: #ff7518;
}
.breadcrumbs li:not(:last-child):after {
    content: '/';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.js-mega-menu-main-item{
    padding-right:50px;
}
.other-site a {
    background-color:#fff;
    color:  rgb(255 117 24 / 96%);
    padding: 5px 10px;
    border-radius: 10px;
    transition: 0.3s;
}
.other-site a:hover {
    background-color: rgb(255 117 24 / 96%);
   
    color: #fff;
    transition: 0.3s;
   
}