@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf");
}

:root {
  --main-gray: #e9e8e8;
  --gray2: #bbbbbc;
  --gray3: #f0f1f1;
  --gray4: #f5f5f5;
  --main-blue: #6f94e6;
  --main-red: #c52934;
  --hover-red: #fb95ab;
}

html {
  font-family: "Montserrat";
}

a {
  color: inherit;
}

a:hover {
  color: var(--main-red);
  text-decoration: none;
}

/* go to admin - start */
.go-to-admin {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #303134;
  position: fixed;
  top: 200px;
  right: -36px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.go-to-admin:hover {
  right: 0;
}

.go-to-admin i {
  font-size: 30px;
  color: #abadb2;
  transform: translateX(-13px);
  transition: all 0.2s;
}

.go-to-admin:hover i {
  transform: translateX(0);
}
/* go to admin - end */

.dala-information-part img {
  max-width: 100%;
}

/* pagination - start */
#pagination .pagination {
  column-gap: 5px;
}

#pagination .pagination .page-item a {
  min-width: 45px !important;
  text-align: center;
}
#pagination .pagination .page-item a:hover {
  background-color: rgb(128, 128, 128);
  border-color: rgb(128, 128, 128);
  color: #fff;
}

#pagination .pagination .page-item.active a {
  background-color: var(--main-red);
  box-shadow: none;
  border-color: var(--main-red);
}
/* pagination - end */

/* post-content - start */
.post-content {
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
  text-align: inherit;
  text-transform: initial;
  color: #222222;
  padding-bottom: 20px;
  margin-top: 15px;
  text-align: justify;
}

.post-content p img,
.post-content img {
  max-width: 100% !important;
  height: auto !important;
}

.post-content table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}

.post-content table > tbody > tr > td,
.post-content table > tbody > tr > th,
.post-content table > tfoot > tr > td,
.post-content table > tfoot > tr > th,
.post-content table > thead > tr > td,
.post-content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0;
}

.post-content iframe {
  max-width: 100%;
}

/* post-content - end */

/* index - start */
.dala-news-site .page-index .latest-news,
.dala-news-site .news-view .latest-news {
  font-weight: 600;
  font-size: 1rem;
  color: black;
  /* margin-left: -15px; */
}

.dala-news-site .page-index .underLine {
  width: 100%;
  height: 5px;
  border-radius: 1px;
  background: rgb(255, 23, 71);
  background: linear-gradient(
    90deg,
    rgba(255, 23, 71, 1) 30%,
    rgba(177, 177, 177, 1) 30%
  );
}

.dala-news-site .page-index .news .newsTitle,
.dala-news-site .news-view .news .newsTitle {
  font-size: 1rem;
  font-weight: 500;
  text-align: start;
  color: black;
  /* margin-left: -15px; */
}

.dala-news-site .page-index .HeaderLeatestNews {
  margin: 1.5rem 0;
}

.scroll-body {
  max-height: 585px;
  overflow: auto;
}

.scroll-body::-webkit-scrollbar {
  width: 3px;
}

.scroll-body::-webkit-scrollbar-track {
  background-color: var(--gray2);
}

.scroll-body::-webkit-scrollbar-thumb {
  background: var(--main-red);
  border-radius: 1.5px;
}

.first-news .HeaderLeatestNews,
.news-view .HeaderLeatestNews {
  padding-inline-end: 0;
}

.scroll-body .news:first-child {
  margin-top: 0;
}

/* .first-news-box {
  position: relative;
}

.first-news-box .f-top {
  position: fixed;
  top: 0;
  left: 0;
} */

.dala-news-site .page-index .HeaderLeatestNews .progress_bar,
.dala-news-site .news-view .HeaderLeatestNews .progress_bar {
  height: 3px;
  background-color: #c52934;
  position: relative;
}

.dala-news-site .page-index .HeaderLeatestNews .progressed,
.dala-news-site .news-view .HeaderLeatestNews .progressed {
  background-color: #c52934 !important;
  position: absolute;
  left: 0;
  top: -15px;
  border-radius: 5px;
  color: #fff;
  padding: 4px 10px;
}

.dala-news-site .page-index .HeaderLeatestNews .progressed-2,
.dala-news-site .news-view .HeaderLeatestNews .progressed-2 {
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 5px;
  color: black;
  padding: 4px 10px;
}

.hotNewsSm1,
.hotNewsSm2 {
  height: 50%;
  padding-top: 24px;
}

.hotNewsSm1 img,
.hotNewsSm2 img {
  width: 100%;
  height: 100%;
}

.dala-news-site .page-index .news .newsTime,
.dala-news-site .news-view .news .newsTime {
  font-size: 1rem;
  font-weight: 500;
  text-align: start;
  color: #8f8f8f;
  font-size: 0.75rem;
  margin: 1rem 0;
}

.dala-news-site .page-index .main-news .news .newsTime {
  margin-left: 0;
}

.dala-news-site .page-index .HeaderLeatestNews .newsTitle {
  margin-left: 0;
}

.dala-news-site .page-index .news,
.dala-news-site .news-view .news {
  margin-top: 1rem;
  border-bottom: 1px solid #f3f3f3;
}

.dala-news-site .page-index .hotNews img,
.dala-news-site .page-index .hotNewsSm img {
  width: 100% !important;
  position: relative;
  object-fit: fill;
}

.dala-news-site .page-index .hotNews .hotNews-discription {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  top: calc((var(--top-percentage, 60%) * 2%) * var(--parent-height, 200px));
  padding: 0 1.5rem;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, transparent, black 85%);
}

.dala-news-site .page-index .hotNews .hotNews-discription .hotNews-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  align-items: start;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 设置行数限制为2 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 16px 8px 16px 8px;
  font-size: 15px;
  min-height: 45px;
}

.dala-news-site .page-index .hotNews .hotNews-discription .hotNews-time {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

.dala-news-site .page-index .hotNews .hotNews-discription .hotNews-views {
  color: #ffffff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-inline-start: 12px;
}

.dala-news-site .page-index .hotNewsSm {
  margin-top: 1.5rem;
}

.dala-news-site .page-index .hotNewsSm img {
  width: 100% !important;
  position: relative;
  height: 100% !important;
}

.dala-news-site .page-index .hotNewsSm .hotNewsSm-discription {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  top: calc((var(--top-percentage, 60%) * 2%) * var(--parent-height, 200px));
  padding: 0 1rem;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  /* background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(177, 177, 177, 0) 70%,
    rgba(177, 177, 177, 0) 73%
  ); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.5) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.dala-news-site .page-index .hotNewsSm .hotNewsSm-discription .hotNewsSm-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1rem;
  align-items: start;
  flex-wrap: wrap;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}

.dala-news-site .page-index .hotNewsSm .hotNewsSm-discription .hotNewsSm-time {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

.dala-news-site .page-index .hotNewsSm .hotNewsSm-discription .hotNewsSm-views {
  color: #ffffff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-inline-start: 8px;
}

.dala-news-site .page-index .news a:hover {
  cursor: pointer;
  color: rgb(255, 23, 71) !important;
}

.dala-news-site .page-index .card a:hover {
  cursor: pointer;
  color: rgb(255, 23, 71) !important;
}

.dala-news-site
  .page-index
  .hotNewsSm
  .hotNewsSm-discription
  .hotNewsSm-title:hover,
.dala-news-site .page-index .hotNews .hotNews-discription .hotNews-title:hover {
  cursor: pointer;
  opacity: 0.7 !important;
}

* a:active {
  transform: scale(0.95);
}

.dala-news-site .page-index .site-add > img {
  width: 100%;
}

.dala-news-site .page-index .ourMediList {
  margin-top: 2rem;
  margin-left: 0;
}

.dala-news-site .page-index .ourMediList :first-child {
  background-color: 74C0FC !important;
  border-radius: 1%;
}

.dala-news-site .page-index .vertical-addverstment > img {
  width: 100%;
}

.dala-news-site .page-index .ourMediList a {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.dala-news-site .page-index .ourMediList a:hover {
  transform: scale(1.2);
}

.dala-news-site .page-index .full-width-add > img {
  width: 100%;
}

.dala-news-site .page-index .card {
  margin-top: 2rem;
}

.dala-news-site .page-index .card {
  -webkit-box-shadow: 0px 3px 16px -6px rgba(34, 60, 80, 0.32);
  -moz-box-shadow: 0px 3px 16px -6px rgba(34, 60, 80, 0.32);
  box-shadow: 0px 3px 16px -6px rgba(34, 60, 80, 0.32);
}

.dala-news-site .page-index .card .overlay img {
  height: 190px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.dala-news-site .page-index .card .card-body {
  padding: 0 !important;
}

.dala-news-site .page-index .card .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 16px 8px 16px 8px;
  font-size: 15px;
  min-height: 45px;
  color: black;
}

.dala-news-site .page-index .category-card-data {
  display: block;
  padding: 0 8px 16px 8px;
  color: #8f8f8f;
  font-size: 12px;
}

.dala-news-site .page-index .category-h1 {
  font-size: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .dala-news-site .page-index .now-reads .news .newsTime,
  .dala-news-site .news-view .now-reads .news .newsTime {
    margin: 1rem 0;
  }

  .dala-news-site .page-index .category-h1 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .dala-news-site .news-view .news .newsTitle {
    margin-left: 0;
  }

  .dala-news-site .news-view .news .newsTime {
    margin-left: 0;
  }

  .dala-news-site .page-index .now-reads .news .newsTitle {
    margin: 0;
  }

  .dala-news-site .page-index .hotNews .hotNews-discription .hotNews-title {
    font-size: 16px !important;
    font-weight: 500;
  }

  .dala-news-site .page-index .hotNews .hotNews-discription .hotNews-title {
    margin-bottom: 0.5rem;
  }

  /* .dala-news-site .page-index .hotNews .hotNews-discription {
        top: 60%;
    } */
  .font-weight-bold {
    font-size: 18px;
  }

  .sharespan {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .dala-news-site .page-index .category-h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* index - end */

/* header - start */
.dala-news-site.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

.dala-news-site header .img-fluid {
  max-height: 100%;
  height: 100%;
}

.dala-news-site header .navbar-h {
  height: 165px;
}

.dala-news-site header .navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dala-news-site header .navbar.top-nav-collapse {
  padding-top: 12px;
  padding-bottom: 0;
}

.dala-news-site header .navbar:not(.top-nav-collapse) {
  box-shadow: none;
  transition: 0.3s;
}

.dala-news-site header .navbar .d-site-logo img {
  height: 60px;
}

.dala-news-site header .navbar .d-menu-btn {
  color: #000;
  border: 1px var(--main-gray, #e9e8e8) solid;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 18px;
}

.dala-news-site header .navbar .d-rek {
  height: 32px;
}

.dala-news-site header .navbar .d-info {
  background-color: var(--gray4, #f5f5f5);
}

.dala-news-site header .navbar .d-info .d-weather {
  background-color: var(--main-red, #c52934);
  color: #fff;
}

.dala-news-site header .navbar .d-info .d-weather .telegram:hover {
  color: #ffffffdd;
}

.dala-news-site header .navbar .d-info .d-weather .telegram i {
  margin-inline-end: 8px;
}

.dala-news-site header .navbar .d-info .d-home-links a {
  color: #000;
  font-weight: 400;
}

.dala-news-site header .navbar .d-info .d-home-links .active a {
  color: var(--main-red);
}

.dala-news-site header .navbar .d-info .d-home-links a:hover {
  color: var(--main-red, #c52934);
}

.dala-news-site header .navbar .d-info li {
  list-style-type: none;
  margin-inline-end: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dala-news-site header .d-search-box:focus-within {
  border-color: var(--main-red);
}

.dala-news-site header .dropdown-menu {
  max-height: 220px;
  overflow: scroll;
}

.dala-news-site header .dropdown a *,
.dala-news-site header .dropdown.show a * {
  transition: 0.1s;
}

.dala-news-site header .dropdown.show a i,
.dala-news-site header .dropdown.show.show a i {
  transform: rotateZ(-180deg);
}

.dala-news-site header .dropdown .dropdown-menu,
.dala-news-site header .dropdown.show .dropdown-menu {
  min-width: 120px;
}

.dala-news-site header .dropdown .dropdown-menu .dropdown-item,
.dala-news-site header .dropdown.show .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  color: #000 !important;
  box-shadow: none;
}

.dala-news-site header .dropdown .dropdown-menu .dropdown-item:hover,
.dala-news-site header .dropdown.show .dropdown-menu .dropdown-item:hover {
  background-color: var(--gray3, #f0f1f1);
}

.dala-news-site header .dropdown .dropdown-menu .dropdown-item.active,
.dala-news-site header .dropdown.show .dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: var(--main-red, #c52934);
}

.dala-news-site header .d-search-box {
  overflow: auto;
  width: 30%;
  border: 1px var(--main-gray, #e9e8e8) solid;
  border-radius: 8px;
  background-color: #fff;
}

.dala-news-site header .d-search-box input,
.dala-news-site header .d-search-box input:focus {
  border: none;
  box-shadow: none;
}

.dala-news-site header .d-search-box input::placeholder {
  color: var(--gray2, #bbbbbc);
}

.dala-news-site header .d-search-box .d-search-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.fa-regular.fa-eye {
  margin-inline-end: 5px;
}

.dala-news-site .d-main-page-modal {
  background-color: #000;
}

.dala-news-site .d-main-page-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100vh;
}

.dala-news-site .d-main-page-modal .modal-dialog .modal-content {
  height: 100%;
  background-color: #000;
}

.dala-news-site .d-main-page-modal .modal-dialog .modal-content .modal-header {
  border: none;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-header
  i {
  color: #fff;
}

.dala-news-site .d-main-page-modal .modal-dialog .modal-content .modal-body {
  font-size: 20px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-rek {
  height: 64px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  > .row
  img {
  max-height: 100%;
  margin-bottom: 18px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-exchange-rate {
  margin-bottom: 20px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-exchange-rate
  .d-weather {
  background-color: var(--main-red, #c52934);
  color: #fff;
  border-radius: 8px;
  padding: 4px;
  font-size: 20px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-exchange-rate
  li {
  list-style-type: none;
  color: #9ca3af;
  margin-right: 16px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-exchange-rate
  li
  span,
.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-exchange-rate
  li
  div {
  color: #fff;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-search-box {
  width: 100%;
  margin-bottom: 12px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-home-links {
  font-size: 20px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-home-links
  li {
  list-style-type: none;
  margin-top: 16px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-home-links
  li
  a {
  color: #f3f4f6;
  font-size: 24px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-home-links
  li
  a:hover {
  color: var(--main-red, #c52934);
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-info-links {
  font-size: 24px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-info-links
  li {
  list-style-type: none;
  margin-top: 16px;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-info-links
  li
  a {
  color: #f3f4f680;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .d-info-links
  li
  a:hover {
  color: #ffffffcc;
}

.dala-news-site
  .d-main-page-modal
  .modal-dialog
  .modal-content
  .modal-body
  .divider {
  height: 30px;
  width: 100%;
  margin-top: 31px;
  border-top: 1px solid #f3f4f680;
}

/* header - end */

/* footer - start */

.dala-news-site .dala-news-footer .footer-img {
  width: 140px;
  height: 72px;
}

.dala-news-site .dala-news-footer .top-footer-color {
  background-color: #808080 !important;
}

.dala-news-site .dala-news-footer .connect-icon-footr a i {
  font-size: 22px;
}

.dala-news-site .dala-news-footer .dala-news-connect label a {
  color: #4f4f4f !important;
}

.dala-news-site .dala-news-footer .dala-news-connect label a:hover {
  color: #c52934 !important;
}

.dala-news-site .dala-news-footer * a:hover,
.dala-news-site .dala-news-footer a i:hover {
  color: #c52934 !important;
}

.dala-news-site .dala-news-footer .dala-news-footer-h6 {
  font-size: 20px;
}

.dala-news-site
  .dala-news-footer
  .dala-news-footer-str:hover
  ~ .cyan.scale-up-hor-center {
  -webkit-animation: scale-up-hor-center 0.8s
    cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-hor-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: name duration timing-function delay iteration-count direction
    fill-mode;
}

.dala-news-site .dala-news-footer .dark-grey-text .cyan {
  background-color: rgb(181, 56, 58) !important;
  height: 2px;
  border-radius: 2px;
}
.dala-news-site .dala-news-footer .footer-social-links a {
  color: #fff !important;
}

.footer-copyright {
  background-color: #000 !important;
  text-align: center;
  /* color: #4f4f4f !important; */
}

.footer-copyright a {
  color: inherit !important;
}
/* footer - end */
/* category - start */
.dala-news-site .category {
  /* nav */
  .progress_bar {
    height: 3px;
    background-color: #c52934;
    position: relative;
  }

  .progressed {
    background-color: #c52934 !important;
    position: absolute;
    start: 0;
    top: -15px;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
  }

  * a:hover {
    cursor: pointer;
    color: #c52934 !important;
  }

  .card .overlay {
    overflow: hidden;
    border-radius: 4px;
  }

  * a .overlay img:hover {
    transform: scale(1.1);
    transition: 0.5s all;
    border-radius: 4px;
    opacity: 1;
  }

  * a:active {
    transform: scale(0.95);
  }

  .pagination li a:hover {
    color: #ffff !important;
  }

  .card {
    -webkit-box-shadow: 0px 3px 16px -6px rgba(34, 60, 80, 0.32);
    -moz-box-shadow: 0px 3px 16px -6px rgba(34, 60, 80, 0.32);
    box-shadow: 0px 3px 16px -6px rgba(34, 60, 80, 0.32);
  }

  .card .overlay img {
    height: 190px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.2s linear;
  }

  .card .card-body {
    padding: 0 !important;
  }

  .card .card-body .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    flex-direction: column;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    margin: 16px 8px 16px 8px;
    font-size: 15px;
    min-height: 45px;
    line-height: 1.5em;
  }

  .category-card-data {
    display: block;
    padding: 0 8px 16px 8px;
    color: #8f8f8f;
    font-size: 12px;
  }

  .pagination .page-item .page-link {
    min-width: 28px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
  }

  .pagination.pg-blue .page-item.active .page-link {
    color: #fff;
    background-color: #c52934 !important;
    border-radius: 3px;
    box-shadow: none !important;
  }

  .pagination.pagination-circle .page-link-point {
    font-size: 24px !important;
    color: rgb(33, 37, 41);
  }

  .pagination.pagination-circle .page-item .page-link:hover {
    background-color: rgb(128, 128, 128);
    border-radius: 3px;
  }
}

.dala-news-site .category {
  .category-h1 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .category-card-row {
    margin-top: 36px;
  }
}

/* category - end */

/* contacts - start */
.dala-news-site .contacts-page .our-contacts {
  background-color: rgb(242, 243, 245);
  padding: 1rem;
}

.dala-news-site .contacts-page .our-contacts .main-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2.25rem;
}

.dala-news-site .contacts-page .our-contacts .contact-numbers {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}

.dala-news-site .contacts-page .our-contacts .contact-numbers span {
  text-align: start;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.dala-news-site .contacts-page .our-contacts .dala-email {
  justify-content: start;
  margin-bottom: 1.25rem;
}

.dala-news-site .contacts-page .our-contacts .dala-email .info-emails {
  margin-left: 1rem;
}

.dala-news-site .contacts-page .our-contacts .dala-email .info-emails p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.dala-news-site .contacts-page .our-contacts .dala-email .info-emails a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: rgb(113, 107, 107);
}

.dala-news-site .contacts-page .our-contacts .dala-email .info-emails a:hover {
  color: #ff1747;
}

.dala-news-site .contacts-page .our-contacts .dala-email .info-emails span {
  font-size: 1rem;
  color: rgb(113, 107, 107);
  font-weight: 500;
}

.dala-news-site .contacts-page .our-contacts .dala-email i {
  font-weight: 500;
  font-size: 1.25rem;
  color: #ff1747;
  line-height: 1.75rem;
}

.dala-news-site .contacts-page .our-contacts .contact-numbers a {
  font-size: 14px;
  color: rgb(113, 107, 107);
  font-weight: 500;
  margin-bottom: 1rem;
}

.dala-news-site .contacts-page .our-contacts .contact-numbers a:hover {
  color: #ff1747;
}

#map {
  width: 100%;
  height: 100%;
}

#map iframe {
  width: 100%;
}

/* contacts - end */

/* news-view - start */
.dala-news-site .news-view p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dala-news-site .news-view .time-and-view {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #888;
  font-size: 14px;
}

.dala-news-site .news-view .view-quantity {
  margin-left: 0.4rem;
  text-align: center;
}

.dala-news-site .news-view .title-us {
  padding-bottom: 1.25rem;
}

.dala-news-site .news-view hr {
  border-top: 2px solid rgb(197, 41, 52);
}

.dala-news-site .news-view .content blockquote {
  border-inline-start: 0.25rem solid rgb(197, 41, 52);
  padding-inline-start: 0.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dala-news-site .news-view .content blockquote p {
  color: #555;
  font-family: "Georgia", serif;
  font-style: italic;
}

.dala-news-site .news-view .card.card-body.mb-5 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.dala-news-site .news-view .card h2 {
  font-weight: bold;
  color: #333;
}

.dala-news-site .news-view .card h4 {
  font-weight: bold;
  color: #333;
}

.dala-news-site .news-view img {
  width: 100%;
  height: auto;
}

.dala-news-site .news-view video {
  max-width: 100% !important;
  height: auto;
}
.dala-news-site .news-view .card .content table {
  height: auto;
  max-width: 100%;
}
.dala-news-site .news-view .card .content table td {
  padding: 24px;
  border: 1px solid var(--gray2);
}

.dala-news-site .news-view .card .content {
  font-size: 1rem;
  color: #444;
}
.dala-news-site .news-view .card .content iframe {
  max-width: 100%;
}
/* 
.dala-news-site .news-view .card .content p {
  text-indent: 32px;
}

.dala-news-site .news-view .card .content p:has(div),
.dala-news-site .news-view .card .content p:has(video),
.dala-news-site .news-view .card .content p:has(audio),
.dala-news-site .news-view .card .content p:has(img),
.dala-news-site .news-view .card .content p:has(iframe) {
  text-indent: 0;
} */
.dala-news-site .news-view .card .content a {
  text-decoration: underline;
}
.dala-news-site .news-view .card .content .article-tag-list a {
  text-decoration: none !important;
}
.dala-news-site .news-view .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dala-news-site .news-view .share .fa-vk {
  background-color: #3778f7;
}

.dala-news-site
  .news-view
  .share
  .social-icons
  .dala-news-site
  .news-view
  .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dala-news-site .news-view .social-icons a {
  margin: 0 2px;
}

.dala-news-site .news-view .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}

.dala-news-site .news-view .fa {
  display: inline-block;
  font: normal normal normal 14px/2 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.dala-news-site .news-view .fa-whatsapp {
  background-color: #25d366;
}

.dala-news-site .news-view .fa-telegram {
  background-color: #0088cc;
}

.dala-news-site .news-view .fa-facebook {
  background-color: #3b5998;
}

.dala-news-site .news-view .fa-instagram {
  background-color: #e4405f;
}

.dala-news-site .news-view .fa-twitter {
  background-color: #1da1f2;
}

.dala-news-site .news-view .fa-google {
  background-color: #db4437;
}

.dala-news-site .news-view .social-icons a:hover {
  color: #f0f0f0;
  transform: scale(1.1);
}

.dala-news-site .news-view #scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: rgb(197, 41, 52);
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.7;
}

.dala-news-site .news-view #scrollToTopBtn:hover {
  opacity: 1;
}

.dala-news-site .news-view .watermark-container {
  position: relative;
  display: inline-block;
}

.dala-news-site .news-view .watermark-text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: white;
  font-size: 11px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  border-radius: 4px;
}

.dala-news-site .news-view .copyright-icon {
  font-size: 11px;
  margin-right: 3px;
}

/* news-view - end */

/* about-us - start */
.dala-news-site .page-about-us .titles .main-title {
  font-size: 2rem;
  font-weight: 600;
  color: black;
  margin-bottom: 2rem;
}

.dala-news-site .page-about-us .titles .subtitle {
  font-size: 1rem;
  color: #464646d4;
  font-weight: 500;
}

.dala-news-site .page-about-us .dala-main-part .dala-img-part > img {
  width: 100%;
}

.dala-news-site .page-about-us .dala-main-part {
  margin-top: 2rem;
}

.dala-news-site .page-about-us .dala-main-part .dala-information-part > p,
.dala-news-site .page-about-us .dala-main-part .dala-information-part a {
  color: rgb(102, 102, 102);
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.dala-news-site .page-about-us a:hover {
  color: #ff1747 !important;
}

.dala-news-site
  .page-about-us
  .dala-main-part
  .dala-information-part
  > p
  > span {
  display: block;
}

/* about-us - end */

/* backtotop - start */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--main-red);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--main-red);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* backtotop - end */

.article-tag-list .badge {
  box-shadow: none;
  color: inherit;
  background-color: var(--gray2);
  padding: 4px 8px;
}

.the-latest-news .pb-4 {
  padding-bottom: 0 !important;
}

.breadcrumb-article .breadcrumb {
  background-color: transparent !important;
  padding: 0.75rem 0rem;
}
.breadcrumb-article .breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}

#partner-logo path{
  /* 白色 + 60% 透明度 */
  fill: rgba(255,255,255,.6);
}

@media screen and (max-width: 1199px) {
  .scroll-body {
    max-height: 969px;
    overflow: auto;
  }
  .dala-news-site header .navbar-h {
    height: 100px;
  }

  /* index - start */
  .dala-news-site .page-index .category-h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* index - end */

  /* category - start */
  .dala-news-site .category .category-h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .dala-news-site .category .category-card-row {
    margin-top: 28px;
  }

  /* category - end */

  /* contacts - start */
  .dala-news-site .contacts-page .our-contacts .contact-numbers {
    padding: 0rem;
  }

  .dala-news-site .contacts-page .our-contacts .dala-email .info-emails {
    margin-left: 0rem;
  }

  /* contacts - end */

  /* header - start */
  .dala-news-site
    .d-main-page-modal
    .modal-dialog
    .modal-content
    .modal-body
    .d-exchange-rate,
  .dala-news-site
    .d-main-page-modal
    .modal-dialog
    .modal-content
    .modal-body
    .d-exchange-rate
    .d-weather {
    font-size: 20px;
  }
  /* header - end */
}

@media screen and (max-width: 767.98px) {
  .first-news .HeaderLeatestNews,
  .news-view .HeaderLeatestNews {
    padding-inline-end: 1rem;
  }

  .scroll-body {
    max-height: 100%;
    overflow: auto;
  }
  /* index - start */

  .dala-news-site .page-index .now-reads .news .newsTime,
  .dala-news-site .news-view .now-reads .news .newsTime {
    margin: 1rem 0;
  }

  .dala-news-site .page-index .category-h1 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .dala-news-site .news-view .news .newsTitle {
    margin-left: 0;
  }

  .dala-news-site .news-view .news .newsTime {
    margin-left: 0;
  }

  .dala-news-site .page-index .now-reads .news .newsTitle {
    margin: 0;
  }

  .dala-news-site .page-index .hotNews .hotNews-discription .hotNews-title {
    font-size: 16px !important;
    font-weight: 500;
  }

  .dala-news-site .page-index .hotNews .hotNews-discription .hotNews-title {
    margin-bottom: 0.5rem;
  }

  /* index - end */

  /* header - start */
  .dala-news-site header .navbar-h {
    height: 85px;
  }

  .dala-news-site header .navbar .d-site-logo img {
    height: 45px;
  }

  .dala-news-site header .navbar .collapse .dropdown-menu {
    min-width: 80px;
  }

  .dala-news-site header .navbar.top-nav-collapse {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dala-news-site
    .d-main-page-modal
    .modal-dialog
    .modal-content
    .modal-body
    .d-exchange-rate,
  .dala-news-site
    .d-main-page-modal
    .modal-dialog
    .modal-content
    .modal-body
    .d-exchange-rate
    .d-weather {
    font-size: 12px;
  }

  .dala-news-site
    .d-main-page-modal
    .modal-dialog
    .modal-content
    .modal-body
    .d-exchange-rate
    li {
    margin-right: 12px;
  }

  /* header - end */

  /* category - start */
  .dala-news-site .category .category-h1 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .dala-news-site .category .category-card-row {
    margin-top: 24px;
  }

  .dala-news-site .category .card .card-body .card-title {
    font-size: 16px;
  }

  /* category - end */

  /* contacts - start */
  .dala-news-site .contacts-page .our-contacts {
    background-color: #fff;
  }

  /* contacts - end */

  /* about-us - start */
  .dala-news-site .page-about-us .dala-main-part {
    margin-top: 3rem;
  }

  /* about-us - end */

  .iii {
    margin-right: 2px;
  }
  .sharespan {
    margin-left: 5px;
    font-weight: 600;
  }
}
