* {
  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");
}

body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #fcf6fb;
  font-weight: 300;
}

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

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

.header {
  background: url("../images/bg-header.png") no-repeat;
  background-size: cover;
  box-shadow: 0px 2px 24.94px 4.06px rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
}

.list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.list-category li {
  flex: 0 0 calc(24% - 10px);
  box-sizing: border-box;
}

.list-category a {
  display: block;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
}
.list-category a img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767.99px) {
    .person-title {
  min-height: 60px;
}
    .box-cart{
        padding-left:4px;
          padding-right:4px;
    }
  .social-link {
  margin: auto;
  display: inline-block;
}
  .text-center-xs{
    text-align: center;
  }
  #searchWrapper form{
    width: 100% !important;
  }
  .p-xs-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .title-blog {
  font-size: 11px !important;
}
  .list-category li {
  margin-bottom: 20px;
}
  .about-img::before {
    left: -5% !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .about-img li {
    width: 36% !important;
    height: 280px !important;
  }
  .about-img {
    text-align: center;
  }

  .owl-slider .owl-dots {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: auto;
    bottom: 0;
    position: absolute;
  }

  .list-category a {
    height: 150px;
  }
  .title-category {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .person-name {
  font-size: 1.1rem;
}  
  .slider {
    margin-top: -123px;
  }

  .list-category a {
    height: 193px;
  }
  .title-category {
    font-size: 18px;
    padding: 10px 15px;
  }
}
.list-category a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.list-category a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.list-category a:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.list-category a:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}

.justify-between {
  justify-content: space-between;
}

.align-item-center {
  align-items: center;
}

.owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -20px;
  top: 40%;
}
.owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 38px;
  height: 38px;
  transform: rotate(180deg);
  position: absolute;
  left: -20px;
  top: 40%;
}

.owl-slider .owl-next {
  left: 20px;
}
.owl-slider .owl-prev {
  right: 20px;
}
.about-img li {
  display: inline-block;
  width: 49%;
}
.footer {
  background-color: #1b1a1b;
  padding-top: 40px;
    padding-bottom: 40px;
  color: #fff;
}

.copy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  background-color: #8eb742;
  color: #647448;
  font-size: 12px;
}
.copy .bld {
  font-weight: 600;
}
.layer-news {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(32, 32, 32) 0%,
    rgba(109, 107, 107, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(32, 32, 32) 0%,
    rgba(109, 107, 107, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(32, 32, 32) 0%,
    rgba(109, 107, 107, 0) 100%
  );
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px 15px;
}
.title-blog {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  line-height: 1.7;
}

.blog-col {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.blog-col li {
  box-sizing: border-box;
}
.img-blog {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .blog-col {
    gap: 20px;
  }
  .blog-col li {
    flex: 0 0 calc(50% - 10px);
  }
  .img-blog {
    height: 186px;
  }
}
@media screen and (max-width: 767.99px) {
     .person-name {
  font-size: 14px;
}  
  .copy {
    text-align: center;
  }
  .blog-col {
    gap: 10px;
  }
  .blog-col li {
    flex: 0 0 calc(50% - 5px);
  }
  .img-blog {
    height: 160px;
  }
}
.img-blog img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 20px;
}
.blog-col li:hover .img-blog img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.s-title-blog {
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  line-height: 1.5;
}

.news-text {
  width: 100%;
}
.date-news-row {
  color: #595959;
}
.news-list li:hover .imd-news img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.search-wrapper {
  width: 100%;
  background: #fff;
  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;
}

.search-input {
  width: 100%;
  padding: 6px 10px;
  font-size: 15px;
  border-radius: 4px;
  border: none;

  transition: all 0.3s ease;
}
#searchWrapper form {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
#searchWrapper form button {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#searchWrapper form input {
  width: calc(100% - 30px);
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.logo img,
.logo2 img {
  object-fit: contain;
  transition: all 0.2s linear;
}
.header.sticky-menu .logo img {
  width: 120px;
}
.header.sticky-menu .logo2 img {
  width: 100px;
}
.header.sticky-menu .date-now {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search-input {
    width: 60%;
  }
}
.search-wrapper.active {
  padding: 15px;
  max-height: 100px;
}
.search-icon {
  font-size: 22px !important;
  cursor: pointer;
  color: #284258 !important;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.logo {
  display: inline-block;
}
.logo img {
  object-fit: contain;
}
.c-navi-new__big-display-title i {
  color: #f47a21 !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) {
  .date-now {
  line-height: 1;
  font-size: 10px;
}
.logo2 img {
  width: 100px;
}
.logo img {
  width: 120px;
}
  .c-navi-new-list__category-item{
    display: none !important;
  }
  .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 {
    padding: 0 15px !important;
    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-tour .owl-stage {
  padding-right: 0 !important;
}
.c-navi-new-list__category-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
  align-items: center;
}
.c-navi-new-list__category-item > li {
  margin-left: 18px;
}
.c-navi-new-list li {
  list-style: none;
  position: relative;
  line-height: 3;
}
.main-menu a,
.main-menu {
  color: #284258;
  font-size: 14px;
  font-weight: 600;
}
.has-sub > ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 380;
  margin-left: 0;
  background-color: #fff;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  padding-right: 0 !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
 padding: 10px 0 5px 0 !important;
}

.nav-link {
 padding: 0 15px;
    width: 200px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 2.7;
    box-shadow: 0px 0px 4px #d7d7d7;
    margin: 0 10px 10px 10px;
    border-radius: 9px;
    text-align: right;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-link:hover {
  background-color: #9bcc47;
  color: #000;
}
.has-sub:hover > ul > li > ul {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  margin-left: 0;
  background-color: #fff;
  background-position: bottom left;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
 padding: 10px 0 5px 0 !important;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;

}
.has-sub:hover > ul > li:hover > ul {
  visibility: visible;
  pointer-events: visible;
  pointer-events: unset;
  opacity: 1;
}
.has-sub:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: visible;
  pointer-events: unset;
}
.has-sub:hover > ul li .far.fa-chevron-left {
  position: absolute;
  left: 13px;
  font-size: 12px;
top: 12px;
}
.c-navi-new-list.ps-0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.sticky-menu {
  background-color: #fff !important;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.date-now {
  color: #252525;
  font-weight: 600;
}
.title-category {
  color: #4e622c;
  font-weight: 600;
}
.bg-icon {
  background: url("../images/bg-icon.png") no-repeat;
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
}
.title-section {
  font-size: 25px;
  color: rgb(54, 54, 54);
  font-weight: 500;
  line-height: 1.15;
  position: relative;
  margin-bottom: 20px;
}
.title-section::before {
  position: absolute;
  bottom: -30px;
  width: 23%;
  height: 6px;
  right: 0;
  content: "";
  background-color: #8eb742;
  border-radius: 999px;
}
.title-section::after {
  position: absolute;
  bottom: -30px;
  width: 6px;
  height: 6px;
  right: 24%;
  content: "";
  background-color: #8eb742;
  border-radius: 100%;
}
.desc-section {
  font-size: 15px;
  color: rgb(54, 54, 54);
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  -moz-box-orient: vertical;
  -moz-line-clamp: 8;
  display: -webkit-box;
  overflow: hidden;
}
.desc-section2 {
  font-size: 15px;
  color: rgb(54, 54, 54);
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
.more {
  color: #252525;
  font-weight: 300;
  transition: all 0.2s linear;
}
.more:hover {
  color: #8eb742;
  font-weight: 500;
}
.more .img-slice {
  background-position: -8px -4px;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.blog-section {
  background-color: #ece7ec;
}
.h-blog {
  font-size: 24px;
  color: rgb(37, 37, 37);
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #a9a5a9;
  padding-bottom: 20px;
  position: relative;
}
.h-blog::after {
  position: absolute;
  right: 0;
  width: 10%;
  height: 2px;
  background-color: #8eb742;
  bottom: -1px;
  content: "";
}
.cat-blog span {
  color: #fff;
  font-size: 12px;
  background-color: #8eb742;
  padding: 2px 15px;
  display: inline-block;
  border-radius: 999px;
}
.more-news {
  color: #8eb742;
}
.support-icon {
  background-position: -9px -55px;
  width: 17px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.tel-icon {
  background-position: -38px -55px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
}
.mail-icon {
  background-position: -63px -60px;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.flex-info {
  width: calc(100% - 40px);
  margin-right: 10px;
}
.cal {
  display: inline-block;
  direction: ltr;
  color: #fff;
  font-size: 15px;
  transition: all 0.2s linear;
}
.cal:hover,
.link-footer li a:hover {
  color: #8eb742;
}
.address {
  font-size: 17px;
  font-weight: 300;
}
.link-footer li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.link-footer li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: -9px;
  width: 1px;
  height: 10px;
  top: 10px;
  background-color: #6f6c6c;
}
.link-footer li a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  transition: all 0.2s linear;
}
.copy-text {
  color: #707070;
  font-size: 15px;
  font-weight: 600;
}
.copy-text .color {
  color: #8eb742;
  font-size: 15px;
  font-weight: 600;
}
.social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #8eb742;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.progress-track {
  width: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-right: -7px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}

.progress-bar {
  width: 6px;
  background: #8eb742;
  border-radius: 3px;
  position: absolute;
  top: 0;
  height: 0;
  transition: height 0.3s ease;
}

.carousel-container {
  height: 392px;
  overflow: hidden;
  border-radius: 12px;
  background: #fcf6fb;

  position: relative;
  flex: 1;
}

.carousel-items {
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 0.6s ease-in-out;
}

.carousel-item2 {
  padding: 5px 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.8;
  box-sizing: border-box;
  cursor: default;
}

.gallery-section{
  background-color: #ded9de;
}
.img-gallery {
  display: block;
  height: 220px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.img-gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.owl-gallery .item:hover .img-gallery img{
-webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.title-gallery{
  position:absolute;
  width: 100%;
  right: 0;
  background-color: #8eb742;
  z-index: 1;
  bottom: 0;
  color: #252525;
  border-radius:  0 0 15px 15px;
  padding: 4px 10px;
  font-weight: 600;
}
.owl-slider .owl-next {
  margin: 0 !important;
  background: url("../images/arrow-slider.png") !important;
  width:21px;
  height: 39px;
  top: 48%;
  right: 30px;
  left: auto !important;
  transform: none !important;
  border-radius: 0 !important;
}
.owl-slider .owl-prev {
  margin: 0 !important;
  background: url("../images/arrow-slider.png") !important;
  width:21px;
  height: 39px;
  top: 48%;
  transform: rotate(-180deg) !important;
  border-radius: 0 !important;
  left: 30px;
  right: auto !important;
  line-height: 0 !important;
}
.back-to-top {
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 5px;
  z-index: 2;
}
.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;
}
.icon-user {

  margin-right: 10px;
  font-size: 20px;

}
.chart-header-section {
  background-color: #8eb742;
  text-align: center;
}
.title-chart {
  font-size: 1.5rem;
  font-weight: 600;
}
.org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.level {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.person-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  border: 3px solid transparent;
}
.ceo-card {
  border: 3px solid #8bb440;
  background: linear-gradient(135deg, rgba(74, 155, 142, 0.1), rgba(44, 95, 111, 0.1));
}
.person-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(45deg, #4a9b8e, #2c5f6f);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 32px;
}
.person-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.person-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.person-title {
  color: #8eb742;
  font-weight: 500;
  margin-bottom: 10px;
}
.person-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(74, 155, 142, 0.3);
  border-color: #8eb742;
}
.person-contact {
  font-size: 0.9rem;
  color: #666;
}
.department-title {
  text-align: center;
  color: #8eb742;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #8eb742;
  font-weight: 600;
}
.person-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.level .person-card, .ceo-card {
  width: 240px;
}