#blogsWhole,
#singleBlogWhole,
#singleNewsWhole{
  display: none;
}

.section_box .section_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 40px;
  color: #000;
}
.section_box .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.section_box .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
}
.section_box .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.section_box ul {
  margin: 0;
  padding: 0;
}
.section_box *,
.section_box ::after,
.section_box ::before {
  box-sizing: border-box;
}
.section_box p {
  margin: 0;
}
/* ========================================= blogContainerWrapper ========================================= */
#blogContainerWrapper {
  padding: 50px 0 100px;
}
#blogContainerWrapper .content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 466px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  position: relative;
  padding: 26px 22px;
  border-radius: 18px;
}
#blogContainerWrapper .content .inner_content {
  background: rgba(255, 255, 255, 0.43);
  backdrop-filter: blur(24px);
  padding: 18px;
  text-align: right;
  text-align-last: right;
  border-radius: 18px;
}
#blogContainerWrapper .content .inner_content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: right;
  text-align-last: right;
  margin: 0 0 8px;
  color: #000;
}
#blogContainerWrapper .content .inner_content .caption {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  text-align: right;
  text-align-last: right;
  margin: 0;
  color: #585858;
}
#blogContainerWrapper .content .arrow_box {
  position: absolute;
  left: 21px;
  top: 21px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blogContainerWrapper .blogContainer .right .content {
  background-image: url(../images/blog_img1.png);
}
#blogContainerWrapper .blogContainer .left .content {
  background-image: url(../images/blog_img2.png);
}

/* ========================================= news_swiper_container ========================================= */
#news_swiper_container {
  padding: 0 0 100px;
}
#news_swiper_container .swiper_container {
  padding: 0 70px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.section_box .slide_content {
  text-align: right;
  width: 100%;
}
.section_box .slide_content .slide_img {
  border-radius: 18px;
  width: 100%;
    max-height: 300px;
}
.section_box .slide_content .slide_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: right;
  text-align-last: right;
  margin: 0 0 8px;
  color: #000;
}
.section_box .slide_content .slide_caption {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  text-align: right;
  text-align-last: right;
  margin: 0;
  color: #585858;
}
#news_swiper_container .swiper-button-prev,
#news_swiper_container .swiper-button-next {
  top: 40% !important;
  background-image: url(../images/arrow_img.png);
  background-repeat: no-repeat;
  content: "" !important;
}
#news_swiper_container .swiper-button-prev {
  rotate: 315deg;
}
#news_swiper_container .swiper-button-next {
  rotate: 132deg;
}

/* ========================================= types ========================================= */
#types .nav-tabs {
  padding: 0;
  border-bottom: none !important;
  margin: 0 auto 36px;
  justify-content: center;
}
#types .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  color: #575757;
  font-size: 22px;
  font-weight: 700;
  border-radius: 80px !important;
  border: none !important;
}
#types .nav-link.active {
  background: #ff8300 !important;
  color: #fff !important;
}
#types .nav-link:hover {
  color: #575757;
  border: none !important;
}
#types {
  padding: 0 0 100px;
}
#types .content {
  padding: 0 70px;
}
#types .slide_content {
  margin-bottom: 30px;
}
#types .tab-pane {
  display: none;
}
#types .tab-pane.active {
  display: block;
}
.section_box .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.section_box .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.section_box .see_more {
  display: none;
  cursor: pointer;
}

/* ========================================= similar ========================================= */
#similar .content {
  padding: 50px 0 120px;
  position: relative;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

/* ========================================= introduction ========================================= */
.introduction {
  padding: 50px 0 100px;
}
.introduction.blog .left .content {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 50px 27px;
  height: 433px;
  text-align: right;
}

.introduction .contentTable{
position: sticky;
  top: 50px;
  margin-right: auto;
  max-width: 365px;
}

.introduction .contentMain{
  margin-top: -433px;
}

.introduction.blog .left .content .title_box {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.introduction.blog .left .content .title_box .title {
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  text-align-last: right;
  margin: 0 11px 0 0;
  color: #000;
}
.introduction .title_list li {
  padding-right: 18px;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  text-align-last: right;
  margin: 0 0 17px;
  cursor: pointer;
  color: #585858;
}
.introduction .title_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 1000px;
  position: absolute;
  right: 0;
  top: 8px;
}
.introduction .title_list li.active {
  font-weight: 600;
}
.introduction .title_list li.active::before {
  background: #ff8300;
}
.introduction .img_box {
  margin-bottom: 24px;
}
.introduction .img_box .blog_img {
  width: 100%;
  border-radius: 12px;
  max-height: 433px;
  min-height: 433px;
  object-fit: cover;
}
.introduction .property_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.introduction .property_box .property {
  margin-left: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.introduction .property_box .property:nth-child(1),
.introduction .property_box .property:nth-child(3) {
  cursor: pointer;
}


.introduction .property_box .property .property_img {
  margin-left: 6px;
}
.introduction .property_box .property .property_title {
  color: #585858;
  font-size: 16px;
  font-weight: 300;
}
.introduction .right .content .main_title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #000;
}
.introduction .right .content .title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #000;
}
.introduction .right .content .caption {
  color: #585858;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
  text-align: justify;
  text-align-last: right;
}

.introduction .right .content .inner_content,
.introduction .right .content .inner_img {
  margin-bottom: 45px;
}
.introduction .right .content .inner_img {
  width: 100%;
}
.introduction .bottom_box {
  border-radius: 18px;
  background: #fafafa;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduction .bottom_box .social_box img {
  margin-left: 6px;
}
.introduction .bottom_box .social_box a {
  height: 28px;
  display: inline-block;
}
.introduction .bottom_box .share_box,
.introduction .bottom_box .social_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.introduction .bottom_box .share_box .share_link {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
}
.introduction .bottom_box .share_box .share_btn {
  width: 70px;
  height: 38px;
  background: #faeee1;
  border-radius: 1000px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.introduction .bottom_box .share_box .share_btn .clipboard {
  height: 18px;
  width: 18px;
}
.introduction .bottom_box .share_box .share_btn .clipboard img{
width: 100%;
}
.introduction .bottom_box .share_box .share_btn .copyMsg {
  display: none;
  color: green;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  white-space: nowrap;
  font-size: 14px;
}

/* ========================================= introduction news ========================================= */
.introduction.news .property_box {
  margin-bottom: 24px;
}
.images_swiper {
  margin-bottom: 45px;
}
.images_swiper .slide_img {
  width: 100%;
}
.swiper_assets {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
}
.images_swiper .swiper-button-next {
  width: 20px;
  height: 20px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);

  position: absolute;
  right: 50px !important;
  left: unset !important;
  top: 0;
  margin: 0;
}
.images_swiper .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0 !important;
  left: unset !important;
  top: 0;
  margin: 0;
}
.images_swiper .swiper-pagination {
  width: fit-content !important;
  top: 0;
}
.category.most_viewed_news {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
.category.latest_news {
  padding-top: 34px;
}
.introduction.news .category .main_title {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  text-align-last: right;
  margin-bottom: 12px;
}

.introduction.news .post_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.introduction.news .post_box .post_img {
  margin-left: 14px;
}

.introduction.news .post_box .content {
  padding: 15px 0;
}
.introduction.news .post_box .content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}
.introduction.news .post_box .content .subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #585858;
}
@media (min-width: 1400px) {
  .section_box .container {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .section_box .col-md-7 {
    flex: 0 0 auto;
    width: 59%;
  }

  .section_box .col-md-5 {
    flex: 0 0 auto;
    width: 39%;
  }

  .section_box .col-md-4 {
    flex: 0 0 auto;
    width: 32%;
  }
  .section_box .col-md-8 {
    flex: 0 0 auto;
    width: 66%;
  }
}
@media screen and (max-width: 768px) {

  .introduction .contentTable{
position: initial;
  /* top: 50px;
  margin-right: auto;
  max-width: 365px; */
}

.introduction .contentMain{
  margin-top: 0px;
}

  .section_box .section_title {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .section_box .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* ========================================= blogContainerWrapper ========================================= */

  #blogContainerWrapper {
    padding: 18px 0 30px;
  }
  #blogContainerWrapper .content {
    min-height: 234px;
    position: relative;
    padding: 11px;
    border-radius: 9px;
  }
  #blogContainerWrapper .content .inner_content {
    padding: 12px 9px;
    border-radius: 9px;
  }
  #blogContainerWrapper .content .inner_content .title {
    font-size: 14px;
  }
  #blogContainerWrapper .content .inner_content .caption {
    font-size: 10px;
  }
  #blogContainerWrapper .content .arrow_box {
    left: 10px;
    top: 10px;
    width: 27px;
    height: 27px;
  }
  #blogContainerWrapper .right {
    margin-bottom: 10px;
  }
  #blogContainerWrapper .arrow_img {
    max-width: 12px;
  }

  /* ========================================= news_swiper_container ========================================= */

  #news_swiper_container {
    padding: 0 0 70px;
  }
  #news_swiper_container .swiper-button-prev,
  #news_swiper_container .swiper-button-next {
    display: none !important;
  }
  #news_swiper_container .swiper_container {
    padding: 0;
  }
  .section_box .slide_content .slide_img {
    border-radius: 12px;
    height: 188px;
    object-fit: cover;
    object-position: top;
  }
  .section_box .slide_content .slide_title {
    font-size: 12px;
  }
  .section_box .slide_content .slide_caption {
    font-size: 10px;
  }

  /* ========================================= types ========================================= */
  #types .nav-link {
    font-size: 14px;
  }
  #types .nav-tabs {
    margin: 0 auto 24px;
  }
  #types .content {
    padding: 0;
  }
  #types .content .col-md-4 {
    display: none;
    justify-content: center;
  }
  #types .content .col-md-4:nth-child(-n + 5) {
    display: flex;
  }
  #types .row {
    justify-content: center;
  }
  .section_box .see_more {
    color: #3c3c3c;
    font-size: 12px;
    display: flex;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    max-width: 35%;
    margin: 0 auto;
  }
  .section_box .see_more .arrow_img {
    margin-right: 10px;
    max-width: 10px;
    transform: rotate(225deg);
  }

  /* ========================================= introduction ========================================= */
  .introduction {
    padding: 10px 0 50px;
  }
  .introduction .bottom_box {
    flex-direction: column-reverse;

    justify-content: center;
  }
  .introduction .bottom_box .share_box .share_btn {
    width: 50px;
  }
  .introduction .bottom_box .share_box {
    margin-bottom: 10px;
  }
  .introduction .img_box {
    margin-bottom: 13px;
  }
  .introduction .property_box .property {
    margin-left: 20px;
  }
  .introduction .property_box .property .property_title {
    font-size: 12px;
  }
  .introduction .property_box .property .property_img {
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }
  .introduction .property_box {
    margin-bottom: 30px;
  }
  .introduction .right .content .main_title {
    font-size: 18px;
    margin-bottom: 18px;
    color: #000;
  }
  .introduction .right .content .caption {
    font-size: 14px;
  }
  .introduction .right .content .inner_content,
  .introduction .right .content .inner_img {
    margin-bottom: 25px;
  }
  .introduction.blog .left .content {
    padding: 20px 15px;
    height: auto;
    margin-bottom: 30px;
  }
  .introduction.blog .left .content .title_box {
    margin-bottom: 20px;
  }
  .introduction.blog .left .content .title_box .title {
    font-size: 16px;
  }

  .introduction .title_list li {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .introduction .title_list li::before {
    top: 6px;
  }

  .introduction.news .left {
    display: none;
  }

  .introduction.news .property_box {
    margin-bottom: 13px;
  }
  .introduction .img_box .blog_img {
    border-radius: 5px;
  }
  /* ========================================= similar ========================================= */
  #similar .row {
    overflow-x: scroll;
    scrollbar-width: none; /* برای فایرفاکس */
    -ms-overflow-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #similar .row::-webkit-scrollbar {
    display: none; /* برای Chrome، Safari و Edge جدید */
  }
  #similar .section_title {
    text-align: right;
    text-align-last: right;
  }
  #similar .slide_content .slide_img {
    border-radius: 12px;
    height: 252px;
    object-fit: cover;
    object-position: top;
  }
  #similar .slide_content .slide_title {
    font-size: 16px;
  }
  #similar .slide_content .slide_caption {
    font-size: 12px;
  }
  #similar .col-md-4 {
    width: 70%;
  }
  #similar .col-md-4:first-child {
    padding-right: 0;
  }
}
