.page-template-archive {
    overflow-y: auto;
}
.section_box {
  font-family: "dana";
  direction: rtl;
}
.section_box a {
  text-decoration: none;
}
.section_box img {
  max-width: 100%;
}
.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;
}

/* ========================================= blog ========================================= */
#blog {
  padding: 0 0 234px;
}
#blog .section_title {
  color: #2c2b2c;
  font-size: 24px;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
  line-height: 170%;
  margin: 0 auto 8px;
}
#blog .caption {
  color: #2c2b2c;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  font-weight: 400;
  line-height: 170%;
  margin: 0 auto 24px;
}
#blog .nav-tabs {
  padding: 0;
  border-bottom: none !important;
  margin: 0 auto 36px;
  justify-content: center;
}
#blog .nav-link {
  background: #f5f5f5;
  color: #7c787c;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 9px 0 9px;
}
#blog .nav-link.active {
  background: #448077 !important;
  color: #fff !important;
}
#blog .nav-link:hover {
  color: #7c787c;
  border: none !important;
}
.section_box .bottom_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.section_box .bottom_line .read_more {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 170%;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  font-family: "dana";
}
.section_box .post_caption {
  margin-bottom: 40px;
}
.section_box .bottom_line .arrow_img {
  margin-right: 9px;
}
.section_box .bottom_line .time {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 170%;
}
.section_box .slide_content {
  background: #f5f5f5;
  margin-bottom: 24px;
  padding: 12px;
}
.section_box .slide_content .slide_img {
  margin-bottom: 0;
}
#blog .tab-pane {
  display: none;
}
#blog .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;
}

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

/* ========================================= table ========================================= .section_box  */
.table_title {
  color: #00194c;
  font-size: 16px;
  font-weight: 800;
}
.section_box .table_box {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}
.section_box .table_box tr:nth-child(even) {
  background-color: #e9efee;
}
.section_box .table_box tr th {
  padding: 15px 0;
  text-align: right;
  text-align-last: right;
}
.section_box .table_box tr td {
  padding: 14px 0;
}
.section_box .table_box tr td:first-child {
  padding-right: 15px;

  font-size: 16px;
  font-weight: 400;
  color: #919191;
}
.section_box .table_box tr td span {
  display: block;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 300;
}
/* ========================================= introduction ========================================= */
.introduction {
  padding: 70px 0;
}
.introduction .inner_content {
  padding-top: 50px;
}
.introduction .left .post_box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.introduction .left .post_img {
  margin-left: 11px;
}
.introduction .left .content .title {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  text-align-last: right;
  margin: 0 0 4px;
  color: #000;
}
.introduction.list_blog .left .content .title {
  margin: 0 0 16px;
  font-size: 20px;
}
.introduction .left .content .subtitle {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  text-align-last: right;
  margin: 0;
  color: #636363;
}
.introduction .left .title_list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  text-align-last: right;
  margin: 0 0 12px;
  cursor: pointer;
  color: #636363;
}
.introduction .left .title_list li.active {
  padding-right: 9px;
}
.introduction .left .title_list li a {
  color: #636363;
}
.introduction .left .title_list li.active::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #448077;
  border-radius: 1000px;
  position: absolute;
  right: 0;
  top: 0;
}
.introduction .left .title_list li.active a {
  font-weight: 600;
  color: #448077;
}

.introduction .right .blog_img {
  width: 100%;
  border-radius: 0px;
  max-height: 368px;
  object-fit: cover;
  margin-bottom: 14px;
}
.introduction .post_caption {
  max-width: 85%;
}
.section_box .property_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.section_box .property_box div {
  display: flex;
  align-items: center;
}
.section_box .property_box .property {
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  color: #636363;
  text-align: right;
  text-align-last: right;
  margin: 0 2px;
}
.section_box .post_title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 170%;
  margin: 0 0 4px;
}
.section_box .post_caption {
  font-size: 16px;
  font-weight: 300;
  color: #636363;
  line-height: 170%;
  margin: 0;
  text-align: justify;
  text-align-last: right;
}
.introduction .bottom_box {
  border-radius: 0px;
  background: #fafafa;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.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: #d1dede;
  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;
}
.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 .content_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 170%;
  margin: 0 0 5px;
}
.introduction .content_caption {
  font-size: 16px;
  font-weight: 300;
  color: #636363;
  line-height: 170%;
  margin: 0 0 5px;
  text-align: justify;
  text-align-last: right;
}
.introduction .inner_img {
  margin: 60px 0;
}
.introduction .content_list li:first-child {
  margin-top: 10px;
}
.introduction .content_list li {
  list-style: none;
  padding-right: 20px;
  color: #636363;
  position: relative;
  margin-bottom: 18px;
}
.introduction .content_list li::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #448077;
  border-radius: 1000px;
  position: absolute;
  top: 5px;
  right: 0;
}

/* ========================================= 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) {
  .section_box .post_title {
    font-size: 14px;
    font-weight: 600;
  }
  .section_box .post_caption {
    font-size: 12px;
    font-weight: 400;
  }
  .section_box .section_title {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .section_box .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* ========================================= blog ========================================= */
  #blog .container {
    padding: 0;
  }
  #blog .section_title {
    padding: 0 15px;
    font-size: 16px;
    text-align: right;
    text-align-last: right;
  }
  #blog .caption {
    padding: 0 15px;
    font-size: 12px;
    text-align: justify;
    text-align-last: right;
    margin: 0 0 17px 0;
  }
  #blog .nav-link {
    font-size: 14px;
    white-space: nowrap;
    margin: 0 6px 0 6px;
  }
  #blog .nav-tabs {
    margin: 0 0 18px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  #blog .nav-tabs::-webkit-scrollbar {
    display: none; /* ŲØŲ±Ų§Ū ChromeŲ Safari Ł Edge Ų¬ŲÆŪŲÆ */
  }
  #blog .content {
    padding: 0;
  }
  #blog .content .col-md-4 {
    display: none;
    justify-content: center;
  }
  #blog .content .col-md-4:nth-child(-n + 5) {
    display: flex;
  }
  #blog .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);
  }
  #blog .slide_content {
    margin-bottom: 6px;
  }

  .section_box .bottom_line .time {
    font-size: 12px;
  }
  .section_box .bottom_line .read_more {
    font-size: 12px;
  }
  .section_box .bottom_line .arrow_img {
    max-width: 16px;
  }

  /* ========================================= introduction ========================================= */
  .introduction {
    padding: 30px 0 50px;
  }
  .introduction.section_box .row .right,
  .introduction.section_box .row .left {
    padding: 0;
  }
  .introduction .right .blog_img {
    margin-bottom: 8px;
  }
  /* .introduction.section_box .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .introduction.section_box .row .right {
    margin-left: 8px;
  }
  .introduction.section_box .row .left {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .introduction .left .post_box {
    margin-left: 8px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .introduction .left .post_img {
    margin: 0 0 14px 0px;
  } */
  .introduction .left {
    display: none;
  }
  .introduction.list_blog .left {
    display: block;
  }
  .introduction .left .content .title {
    font-size: 18px;
  }
  .introduction .left .content .subtitle {
    font-size: 16px;
  }
  .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 .title_list li {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .introduction .title_list li::before {
    top: 6px;
  }
  .introduction .post_caption {
    max-width: 95%;
  }

  .introduction .left .title_list li {
    font-size: 12px;
  }
  .introduction.list_blog .left .content {
    padding-top: 25px;
    margin-top: 25px;
    background: #fafafa;
    padding: 6px 12px;
  }
  .introduction .left .content .title_box .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  /* ========================================= 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 {
    font-size: 20px;
    margin: 0;
    text-align: right;
    text-align-last: right;
  }
  .section_box .slide_content .slide_img {
    border-radius: 0px;
    height: 252px;
    object-fit: cover;
    object-position: top;
  }
  .section_box .slide_content .slide_title {
    font-size: 16px;
  }
  .section_box .slide_content .slide_caption {
    font-size: 12px;
  }
  #similar .col-md-4 {
    width: 95%;
    padding-left: 5px;
    padding-right: 0;
  }
  #similar .col-md-4:first-child {
    padding-right: 0;
  }

  .section_box .property_box .property {
    font-size: 12px;
  }
  .introduction .inner_content {
    padding-top: 30px;
  }
  .introduction .content_title {
    font-size: 16px;
  }
  .introduction .content_caption {
    font-size: 12px;
  }
  .introduction .content_list li {
    font-size: 12px;

    padding-right: 18px;
    margin-bottom: 8px;
  }
  .introduction .content_list li::after {
    width: 8px;
    height: 8px;
  }
  .introduction .inner_img {
    margin: 40px 0 20px;
  }

  .section_box .table_title {
    font-size: 12px;
  }
  .section_box .table_box tr td {
    font-size: 12px;
  }
  .section_box .table_box tr td:first-child {
    font-size: 12px;
  }
}