* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url("../fonts/63467b9cbd4a4d7eafb5e64946ecaa18.eot");
  src: url("../fonts/63467b9cbd4a4d7eafb5e64946ecaa18.eot?#iefix") format("embedded-opentype"), url("../fonts/") format("woff"), url("../fonts/63467b9cbd4a4d7eafb5e64946ecaa18.ttf") format("truetype"), url("../fonts/63467b9cbd4a4d7eafb5e64946ecaa18.svg#Maison Neue Mono") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  src: url("../fonts/Poppins-Regular.ttf");
}
:root {
  --main-color: #ff6b17;
  --primary-color: #0067da;
  --gray-color: #f0f0f0;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-dark {
  background-color: #17242c;
}

.container {
  width: 95%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1350px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.w-100 {
  width: 100%;
}

[class*=col-] {
  padding: 0 15px;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.navbar .logo {
  width: 146px;
}
.navbar .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .menu {
  display: flex;
  align-items: center;
}
.navbar .menu > ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.navbar .menu > ul > li > a {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  transition: 0.2s;
}
.navbar .menu > ul > li > a:hover {
  color: var(--main-color);
}
.navbar .menu > ul > li img {
  cursor: pointer;
}
.navbar .menu > ul > li:last-child {
  position: relative;
}
.navbar .menu > ul > li .dropdown {
  width: 749px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  right: 0;
  border-radius: 4px;
  display: none;
  grid-template-columns: 3fr 2fr 1.5fr;
  z-index: 5;
}
.navbar .menu > ul > li .dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.navbar .menu > ul > li .dropdown ul li {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.navbar .menu > ul > li .dropdown ul li a {
  color: #6f6f6f;
  transition: 0.2s;
}
.navbar .menu > ul > li .dropdown ul li a:hover {
  color: var(--main-color);
}
.navbar .menu > ul > li .dropdown ul li:first-child {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.navbar .menu > ul > li .dropdown ul:not(:first-child) {
  border-left: 1px solid #d6d6d6;
  padding-left: 40px;
  padding-right: 10px;
}
.navbar .menu > ul > li .dropdown.active {
  display: grid;
}

.navbar-mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.navbar-mobile .logo {
  width: 100px;
}
.navbar-mobile .logo img {
  width: 100%;
}
.navbar-mobile .menu img {
  width: 33px;
}
.navbar-mobile .mobile-menu {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 10px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.2s;
  z-index: 3;
}
.navbar-mobile .mobile-menu.active {
  transform: translateX(0%);
}
.navbar-mobile .mobile-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.navbar-mobile .mobile-menu > ul > li > a {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.navbar-mobile .mobile-menu .mobile-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.navbar-mobile .mobile-menu .mobile-dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.navbar-mobile .mobile-menu .mobile-dropdown ul li {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.navbar-mobile .mobile-menu .mobile-dropdown ul li a {
  color: #6f6f6f;
  transition: 0.2s;
}
.navbar-mobile .mobile-menu .mobile-dropdown ul li a:hover {
  color: var(--main-color);
}
.navbar-mobile .mobile-menu .mobile-dropdown ul li:first-child {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.navbar-mobile .mobile-menu .mobile-dropdown ul:not(:first-child) {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
}
.navbar-mobile .mobile-menu .mobile-dropdown ul:first-child {
  border-top: 1px soid #d6d6d6;
  padding-bottom: 20px;
}
.navbar-mobile .mobile-menu .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.subheader {
  max-width: 1000px;
  padding: 0 15px 40px;
  margin: 0 auto;
}
.subheader .subheader-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subheader .subheader-content h1 {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.subheader .subheader-content .subheader-content-item {
  width: 100%;
}
.subheader .subheader-content .horizontal-tab {
  width: 100%;
  overflow-y: visible;
  position: relative;
}
.subheader .subheader-content .horizontal-tab > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  gap: 10px;
}
.subheader .subheader-content .horizontal-tab > ul::-webkit-scrollbar {
  width: 0;
}
.subheader .subheader-content .horizontal-tab > ul::-moz-scrollbar {
  width: 0;
}
.subheader .subheader-content .horizontal-tab > ul::-ms-scrollbar {
  width: 0;
}
.subheader .subheader-content .horizontal-tab > ul::-webkit-scrollbar-thumb {
  background: transparent;
}
.subheader .subheader-content .horizontal-tab > ul::-webkit-scrollbar-track {
  background: transparent;
}
.subheader .subheader-content .horizontal-tab > ul > li {
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown {
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.2s;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown .list-item-header {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown ul li {
  text-align: left;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown ul li a {
  display: block;
  text-transform: none;
  color: #6f6f6f;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: underline;
  margin-bottom: 10px;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown ul li span {
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--main-color);
  text-transform: none;
}
.subheader .subheader-content .horizontal-tab > ul > li .dropdown .row .col-12:not(:first-child) {
  border-left: 1px solid #d6d6d6;
}
.subheader .subheader-content .horizontal-tab > ul > li:hover .dropdown {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.searchBox {
  width: 100%;
  display: grid;
}

.searchBoxInput {
  width: 100%;
  display: flex;
  height: 40px;
  border: 1px solid #707070;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 26px;
}
.searchBoxInput img {
  width: 20px;
  height: 20px;
}
.searchBoxInput input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.searchBoxButton {
  width: 100%;
  display: flex;
  height: 40px;
  border: 1px solid #707070;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  color: #707070;
}

.banner {
  width: 100% !important;
  height: 475px;
  background-image: url("../uploads/bannrt.png");
  background-color: rgba(52, 52, 52, 0.2);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner .banner-content {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.banner .banner-content .row {
  align-items: center;
}
.banner .banner-content img {
  width: 100%;
}
.banner .banner-content .banner-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner .banner-content .banner-content-inner h2 {
  color: #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  letter-spacing: 2.56px;
}
.banner .banner-content .banner-content-inner div:nth-child(2) {
  width: 100%;
  display: flex;
  gap: 10px;
}
.banner .banner-content .banner-content-inner div:nth-child(2) img {
  width: 20px;
  height: 20px;
}
.banner .banner-content .banner-content-inner div:nth-child(2) p {
  color: #fff;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.banner .banner-content .banner-content-inner div:nth-child(3) {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.banner .banner-content .banner-content-inner div:nth-child(3) a {
  border-color: #fff;
  color: #fff;
  width: auto;
  padding: 0 20px;
}

.section {
  width: 100%;
}
.section .section-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}
.section.bg-dark .section-title {
  color: #fff;
}

.editors {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.editors .editor {
  width: 100%;
}
.editors .editor .col-12 > img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editors .editor .col-12:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.editors .editor div.title {
  color: #020202;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.editors .editor div.content {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.72px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.editors .editor .date {
  color: #0067da;
  display: flex;
  gap: 10px;
  color: #0067da;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.editors .editor .date img {
  width: 20px;
  height: 20px;
}
.editors .editor a {
  color: var(--main-color);
  border-color: var(--main-color);
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.blogs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blogs .swiper-slide {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.13);
  padding: 20px 24px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-height: 300px;
}
.blogs .swiper-slide .icon {
  width: 96px;
  height: 96px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.blogs .swiper-slide .icon img {
  width: 48px;
  height: 48px;
  transition: 0.2s;
}
.blogs .swiper-slide:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
}
.blogs .swiper-slide:hover .icon {
  background-color: var(--main-color);
}
.blogs .swiper-slide:hover .icon img {
  filter: brightness(0) invert(1);
}
.blogs .swiper-slide span {
  display: block;
}
.blogs .swiper-slide span:nth-child(2) {
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.blogs .swiper-slide span:nth-child(3) {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.blogs .swiper-slide a {
  width: -moz-max-content;
  width: max-content;
  border-color: #0067da;
  color: #0067da;
}

.news {
  padding-top: 70px;
  padding-bottom: 10px;
  position: relative;
}
.news .swiper-navigation {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.news .swiper-navigation svg path {
  stroke: var(--main-color);
}
.news .swiper-navigation .swiper-button-disabled svg path {
  stroke: #b9b9b9;
}
.news .swiper-slide {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-height: 300px;
}
.news .swiper-slide .image {
  width: 100%;
}
.news .swiper-slide .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.news .swiper-slide .content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.news .swiper-slide .content span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.news .swiper-slide .content p {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.news .swiper-slide .content span.date {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  color: var(--primary-color);
}

.multi {
  padding-top: 70px;
  padding-bottom: 10px;
  position: relative;
}
.multi.multiPage {
  padding-top: 20px;
}
.multi.multiPage .col-12 {
  margin-top: 15px;
}
.multi .swiper-navigation {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.multi .swiper-navigation svg path {
  stroke: var(--main-color);
}
.multi .swiper-navigation .swiper-button-disabled svg path {
  stroke: #b9b9b9;
}
.multi .multimedia-card {
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-height: 300px;
  padding: 17px;
  background-color: #10181d;
}
.multi .multimedia-card .image {
  width: 100%;
  border-radius: 20px;
  position: relative;
  height: 230px;
}
.multi .multimedia-card .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi .multimedia-card .image .overlay img {
  width: 74px;
  height: 51.8px;
  cursor: pointer;
}
.multi .multimedia-card .image > img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.multi .multimedia-card .content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 10px;
}
.multi .multimedia-card .content span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.multi .multimedia-card .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}
.multi .multimedia-card .content span.date {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  color: var(--main-color);
}

.collection .image {
  width: 100%;
  height: 100%;
  background-image: url("../img/collection.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 30px;
}
.collection .image img {
  width: 150px;
}
.collection .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 85vh;
  overflow-y: scroll;
}
.collection .list .list-card {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  min-height: 200px;
  position: relative;
}
.collection .list .list-card .line {
  width: 345px;
  height: 3px;
  position: absolute;
  top: -1.5px;
  background-color: red;
  left: 35px;
}
.collection .list .list-card .title {
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.collection .list .list-card .open-access {
  color: #707070;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.collection .list .list-card p {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collection .list .list-card .card-foot {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.about .left-side img {
  width: 100%;
  border-radius: 18px;
}
.about .left-side .box {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  padding: 16px;
}
.about .left-side .box p {
  color: #000;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.about .left-side .box p a {
  color: #000;
  text-decoration: underline;
}
.about .left-side .col-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .left-side .name {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about .left-side .name p:first-child {
  color: #003f85;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.about .left-side .name p:last-child {
  color: #000;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.about .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.about .right-side p:first-child {
  color: #ff6b17;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.about .right-side p:not(:first-child) {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.counters {
  background-image: url("../img/counter.png");
  background-size: cover;
}
.counters .col-12 {
  display: flex;
  justify-content: center;
}
.counters .col-12 #counter-box {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.counters .col-12 #counter-box .circle {
  width: 108px;
  height: 108px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counters .col-12 #counter-box .circle span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.counters .col-12 #counter-box p {
  color: #fff;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.latestNewsSection {
  margin-top: 30px;
}

.latestNews {
  padding-top: 70px;
  padding-bottom: 10px;
  position: relative;
}
.latestNews.newsPage {
  padding-top: 20px;
}
.latestNews.newsPage .col-12 {
  margin-top: 15px;
}
.latestNews .swiper-navigation {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.latestNews .swiper-navigation svg path {
  stroke: var(--main-color);
}
.latestNews .swiper-navigation .swiper-button-disabled svg path {
  stroke: #b9b9b9;
}
.latestNews .latest-news-card {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-height: 300px;
}
.latestNews .latest-news-card .image {
  width: 100%;
}
.latestNews .latest-news-card .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.latestNews .latest-news-card .content {
  display: flex;
  flex-direction: column;
}
.latestNews .latest-news-card .content span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.latestNews .latest-news-card .content p,
.latestNews .latest-news-card .content p a {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.latestNews .latest-news-card .content span.date {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  color: var(--primary-color);
}

.share .shareContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.share .shareContent p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1.84px;
}
.share .shareContent h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 3.04px;
}
.share .shareContent a {
  width: -moz-max-content;
  width: max-content;
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

.journalSection .section-title {
  margin-bottom: 30px !important;
}
.journalSection .journal {
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}
.journalSection .journal .swiper-navigation {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.journalSection .journal .swiper-navigation svg path {
  stroke: var(--main-color);
}
.journalSection .journal .swiper-navigation .swiper-button-disabled svg path {
  stroke: #b9b9b9;
}
.journalSection .journal .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.journalSection .journal .swiper-slide .content {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  min-height: 180px;
}
.journalSection .journal .swiper-slide .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #585858;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.journalSection .journal .swiper-slide .content div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.journalSection .journal .swiper-slide .content div span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.journalSection .journal .swiper-slide .content div span.date {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  color: var(--primary-color);
  width: 150px;
}

footer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer ul li.title {
  color: #fff;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
footer ul li a {
  color: #fff;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
}

.article-banner {
  background-color: rgba(52, 52, 52, 0.95);
  background-blend-mode: multiply;
  height: auto;
  min-height: 250px;
  display: block;
  padding: 40px 0;
}
.article-banner .icon-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.article-banner .icon-list li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.article-banner .icon-list li a img {
  width: 28px;
  height: 28px;
}
.article-banner .download {
  margin-top: 30px;
}
.article-banner .download a {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-color: #fff;
  color: var(--main-color);
  gap: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.article-banner .article-banner-content {
  width: 100%;
}
.article-banner .article-banner-content .article-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-banner .article-banner-content .article-type p {
  color: #fff;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
}
.article-banner .article-banner-content .article-type p {
  display: flex;
  gap: 10px;
}
.article-banner .article-banner-content .article-type p a,
.article-banner .article-banner-content .article-type p span {
  color: #fff;
}
.article-banner .article-banner-content .article-type p a:not(:first-child),
.article-banner .article-banner-content .article-type p span:not(:first-child) {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.article-banner .article-banner-content .article-type p a {
  text-decoration: underline;
}
.article-banner .article-banner-body {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-banner .article-banner-body h1 {
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 1.6px;
}
.article-banner .article-banner-body p {
  color: #fff;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
}
.article-banner .article-banner-body ul {
  display: flex;
  gap: 10px;
}
.article-banner .article-banner-body ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.article-banner .article-banner-foot {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.article-banner .article-banner-foot p {
  color: #fff;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
}
.article-banner .article-banner-foot p a {
  color: #fff;
}

.article {
  position: relative;
}
.article .sidebar {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.11);
  padding: 20px;
  position: sticky;
  top: 10px;
}
.article .sidebar ul {
  display: flex;
  flex-direction: column;
}
.article .sidebar ul li {
  padding: 10px 0;
}
.article .sidebar ul li:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
.article .sidebar ul li a {
  color: #545454;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 36px;
}
.article .sidebar ul li a.active {
  color: var(--main-color);
}
.article .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article .content section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article .content section h3 {
  color: #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 1.76px;
}
.article .content section h3.subtitle {
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
.article .content section p {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.article .content section img {
  border-radius: 4px;
  width: 100%;
}
.article .content section .list {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.article .content section .list .list-card {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.article .content section .list .list-card .list-card-content {
  width: 100%;
  display: flex;
  gap: 10px;
}
.article .content section .list .list-card .list-card-content .list-card-image {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.article .content section .list .list-card .list-card-content .list-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .content section .list .list-card .list-card-content .list-card-image img.default {
  width: 50px;
  height: 50px;
}
.article .content section .list .list-card .list-card-content .list-card-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.article .content section .list .list-card .list-card-content .list-card-body p:nth-child(1) {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.article .content section .list .list-card .list-card-content .list-card-body p:nth-child(2) {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.article .content section .list .list-card .list-card-content .list-card-body p:nth-child(3) {
  color: #020202;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.article .content section .list .list-card .list-tags .tags li a {
  height: 30px;
}
.article .content section .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article .content section .tags li a {
  width: -moz-max-content;
  width: max-content;
  color: var(--main-color);
  border-color: var(--main-color);
}
.article .content section .abbreviations {
  margin-top: 10px;
  width: 100%;
  border-radius: 4px;
  background: #fbfdff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.article .content section .abbreviations .subtitle,
.article .content section .abbreviations .title {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.72px;
}
.article .content section .abbreviations .title {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.article .content section .abbreviations .row div {
  margin-top: 10px;
}
.article .content section .abbreviations .row a {
  width: -moz-max-content;
  width: max-content;
  min-width: 150px;
  margin-top: 10px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.article .content section .abbreviations ul {
  margin-top: 10px;
  padding-left: 16px;
}
.article .content section .abbreviations ul li {
  margin-top: 5px;
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.72px;
  list-style: disc;
}
.article .content section .abbreviations .subscribe {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}
.article .content section .abbreviations .subscribe > a {
  width: -moz-max-content;
  width: max-content;
  min-width: 150px;
  margin-top: 10px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.article .content section .abbreviations .subscribe .row a {
  background: none;
  color: #020202;
  text-decoration: underline;
}
.article .content section .info {
  margin-top: 10px;
  width: 100%;
  border-radius: 4px;
  background: #fbfdff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article .content section .info .info-title {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.article .content section .info .info-title img {
  width: 20px;
  height: 20px;
}
.article .content section .info .info-title p {
  color: #020202;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.72px;
}
.article .content section .info .info-title p a {
  color: var(--primary-color);
  word-break: break-all;
}
.article .content section .info .info-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article .content section .info .info-body p {
  color: #020202;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.72px;
}
.article .content section .info .info-body span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.72px;
}

.light-bg-title {
  width: 100%;
  padding: 30px 0;
  background-color: #f8faff;
}
.light-bg-title h2 {
  text-align: center;
  color: var(--main-color);
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 1.76px;
}

.contact .cards .col-12 {
  margin-top: 30px;
}
.contact .cards .contact-card {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .cards .contact-card p {
  color: #020202;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.contact .cards .contact-card .card-item {
  width: 100%;
  display: flex;
  gap: 10px;
}
.contact .cards .contact-card .card-item img {
  width: 20px;
  height: 20px;
}
.contact .cards .contact-card .card-item span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.contact .second-title {
  margin-top: 30px;
}
.contact .form {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
  margin-top: 30px;
}
.contact .form .row .col-12 {
  margin-top: 20px;
}
.contact .form .submit {
  display: flex;
  justify-content: flex-end;
}
.contact .form .submit button {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 8px 20px;
  color: #9f9f9f;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  resize: none;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--main-color);
}

.archives .card-list .col-12 {
  margin-top: 20px;
}
.archives .card {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.archives .card .card-img {
  width: 25%;
}
.archives .card .card-img img {
  width: 100%;
}
.archives .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}
.archives .card .card-body p {
  color: #3b3b3b;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archives .card .card-body span {
  color: var(--primary-color);
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.archives .right-side .col-12 {
  margin-top: 20px;
}
.archives .right-side .cme {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.archives .right-side .cme img {
  width: 70%;
  max-width: 240px;
}
.archives .right-side .cme p {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.archives .right-side .cme span {
  color: #020202;
  text-align: center;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.archives .right-side .confrence {
  display: flex;
  flex-direction: column;
}
.archives .right-side .confrence p {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.archives .right-side .confrence ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.archives .right-side .confrence ul li {
  display: flex;
  justify-content: center;
}
.archives .right-side .confrence ul li a {
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  color: var(--primary-color);
  border-color: var(--primary-color);
  font-size: 14px;
  padding: 10px;
}
.archives .right-side .video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.archives .right-side .video p {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.archives .right-side .video .image {
  width: 100%;
  border-radius: 20px;
  position: relative;
  height: 200px;
  max-width: 300px;
}
.archives .right-side .video .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.archives .right-side .video .image .overlay img {
  width: 74px;
  height: 51.8px;
  cursor: pointer;
}
.archives .right-side .video .image > img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.archives .right-side .information {
  display: flex;
  flex-direction: column;
}
.archives .right-side .information p {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.archives .right-side .information ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.archives .right-side .information ul li {
  display: flex;
  justify-content: center;
}
.archives .right-side .information ul li a {
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  color: var(--main-color);
  border-color: var(--main-color);
  font-size: 14px;
  padding: 10px;
}

.pagination {
  width: 100%;
}
.pagination ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pagination ul li:not(.arrows) a {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.82px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.pagination ul li:not(.arrows) span {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.82px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.pagination ul li:not(.arrows).active a {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}
.pagination ul .arrows a {
  color: #616161;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1.82px;
  display: flex;
  gap: 10px;
}
.pagination ul .arrows span {
  color: #616161;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.82px;
  display: flex;
  gap: 10px;
}

.issue-banner {
  background-color: rgba(52, 52, 52, 0.95);
  background-blend-mode: multiply;
}
.issue-banner .banner-content .banner-content-inner h2 {
  color: #fff;
}

.issue .content-header {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.issue .content-header .icons {
  padding: 30px 0;
  border-bottom: 1px solid #d3d3d3;
}
.issue .content-header .icons ul {
  display: flex;
  gap: 8px;
}
.issue .content-header .icons ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--main-color);
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.issue .content-header .buttons {
  width: 100%;
  padding: 30px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.issue .content-header .buttons a {
  width: -moz-max-content;
  width: max-content;
}
.issue .content-header .buttons a:first-child {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.issue .content-header .buttons a:last-child {
  background-color: #fff;
  border-color: var(--main-color);
  color: var(--main-color);
}
.issue .issue-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.issue .issue-list .issue-card {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.issue .issue-list .issue-card img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.issue .issue-list .issue-card .card-header {
  width: 100%;
  display: flex;
}
.issue .issue-list .issue-card .card-header a {
  color: var(--primary-color);
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.issue .issue-list .issue-card .card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.issue .issue-list .issue-card .card-body a {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.issue .issue-list .issue-card .card-body span {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.issue .issue-list .issue-card .card-body .tags a {
  font-size: 14px;
  height: 30px;
  color: var(--main-color);
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #6f6f6f;
}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark {
  background: #08c65b;
  outline: 1px solid #08c65b;
}

.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.guide .horizontal-tab {
  width: 100%;
  overflow-y: visible;
  position: relative;
}
.guide .horizontal-tab > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  gap: 8px;
}
.guide .horizontal-tab > ul::-webkit-scrollbar {
  width: 0;
}
.guide .horizontal-tab > ul::-moz-scrollbar {
  width: 0;
}
.guide .horizontal-tab > ul::-ms-scrollbar {
  width: 0;
}
.guide .horizontal-tab > ul::-webkit-scrollbar-thumb {
  background: transparent;
}
.guide .horizontal-tab > ul::-webkit-scrollbar-track {
  background: transparent;
}
.guide .horizontal-tab > ul > li {
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
  cursor: pointer;
}
.guide .horizontal-tab > ul > li a {
  border-color: var(--main-color);
  color: var(--main-color);
  transition: 0.2s;
}
.guide .horizontal-tab > ul > li a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.guide .horizontal-tab > ul > li a.active {
  background-color: var(--main-color);
  color: #fff;
}
.guide .light-bg-title {
  margin-top: 30px;
}
.guide .tabs-container {
  width: 100%;
  margin-top: 30px;
}
.guide .tabs-container .sidebar {
  width: 100%;
}
.guide .tabs-container .sidebar .tab-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guide .tabs-container .sidebar .tab-list li {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  color: #707070;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.guide .tabs-container .sidebar .tab-list li.active {
  color: var(--main-color);
}
.guide .tabs-container .tabpanel-container {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.guide .tabs-container .tabpanel-container .tabpanel {
  display: none;
}
.guide .tabs-container .tabpanel-container .tabpanel.active {
  display: block;
}
.guide .tabs-container .tabpanel-container .tabpanel p {
  color: #020202;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
  margin-bottom: 10px;
  word-break: break-word;
}
.guide .tabs-container .tabpanel-container .tabpanel ol {
  padding-left: 16px;
  margin-bottom: 10px;
}
.guide .tabs-container .tabpanel-container .tabpanel ol li {
  list-style-type: decimal;
  color: #0067da;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.guide .tabs-container .tabpanel-container .tabpanel ul {
  padding-left: 16px;
  margin-bottom: 10px;
}
.guide .tabs-container .tabpanel-container .tabpanel ul li {
  list-style-type: disc;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
}

.filter .sidebar {
  width: 100%;
}
.filter .filter-box {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid rgba(220, 224, 229, 0.5);
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.09);
  padding: 20px;
}
.filter .filter-box .filter-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.filter .filter-box .filter-top img {
  width: 24px;
  height: 24px;
}
.filter .filter-box .filter-top p {
  color: #000;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 120%;
}
.filter .filter-box .accordion .accordion-header {
  cursor: pointer;
  font-weight: bold;
  color: #6b6b6b;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 120%;
  position: relative;
}
.filter .filter-box .accordion .accordion-header::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../icon/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 12px;
  right: 0;
  transition: 0.2s;
}
.filter .filter-box .accordion .accordion-content {
  margin: 20px 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 2px;
  transition: 0.2s;
}
.filter .filter-box .accordion .accordion-content .chekbox-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter .filter-box .accordion .accordion-content .chekbox-list label {
  display: flex;
  gap: 10px;
}
.filter .filter-box .accordion .accordion-content .date-inputs {
  width: 100%;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.filter .filter-box .accordion .accordion-content .date-inputs label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #6f6f6f;
}
.filter .filter-box .accordion .accordion-content .date-inputs label input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 8px;
  color: #9f9f9f;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  resize: none;
}
.filter .filter-box .accordion .accordion-content .date-inputs label input:focus {
  outline: none;
}
.filter .filter-box .accordion.active .accordion-header::before {
  transform: rotate(-180deg);
}
.filter .filter-box .accordion.active .accordion-content {
  max-height: 100vh;
}
.filter .toggle-btn {
  display: none;
}
.filter .filter-content-header .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
}
.filter .filter-content-header .top h1 {
  color: var(--main-color);
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 1.76px;
}
.filter .filter-content-header .top span {
  color: #6f6f6f;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.76px;
}
.filter .filter-content-header .search {
  width: 100%;
  margin-top: 30px;
  display: grid;
}
.filter .filter-content-header .search select {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #616161;
  background-color: #fff;
}
.filter .filter-content-header .search select:focus {
  outline: none;
}
.filter .filter-content-header .search button {
  background-color: var(--main-color);
  border-color: var(--main-color);
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.filter .filter-content-header .export {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 30px 0;
}
.filter .filter-content-header .export a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: var(--main-color);
}

.edboard .editors-list h3 {
  margin-bottom: 20px;
}
.edboard .editors-list .col-12:not(:first-child) {
  margin-top: 20px;
}

.text-title-32 {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  letter-spacing: 0.64px;
}

.text-title-24 {
  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.64px;
}

.text-title-16 {
  color: #000;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
}

.text-gray {
  color: #6b6b6b;
}

.aims img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .navbar {
    display: none;
  }
  .subheader {
    width: 95%;
  }
  .subheader .subheader-content {
    padding: 20px 0;
    gap: 20px;
  }
  .subheader .subheader-content h1 {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .subheader .subheader-content .horizontal-tab .row .col-12 {
    border: none !important;
  }
  .subheader .subheader-content .horizontal-tab .row .col-12:not(:first-child) {
    margin-top: 20px;
  }
  .searchBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .banner .banner-content {
    width: 95%;
  }
  .section {
    padding: 30px 0;
  }
  .section .section-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .editors .editor div.title {
    margin-top: 10px;
    font-size: 20px;
  }
  .collection .image {
    display: none;
  }
  .collection .list .list-card {
    padding: 20px;
  }
  .collection .list .list-card .line {
    width: 200px;
    left: 20px;
  }
  .about .left-side img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about .left-side .box {
    padding: 10px;
  }
  .about .left-side .box p {
    font-size: 16px;
  }
  .about .left-side .col-7 {
    padding-left: 0;
  }
  .about .left-side .name {
    margin-top: 10px;
    gap: 0;
  }
  .about .left-side .name p:first-child {
    font-size: 18px;
  }
  .about .left-side .name p:last-child {
    font-size: 16px;
  }
  .about .right-side {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--main-color);
  }
  .about .right-side p:first-child {
    font-size: 18px;
    line-height: 26px;
  }
  .about .right-side p:last-child {
    font-size: 16px;
  }
  .counters .col-12 {
    justify-content: flex-start;
  }
  .counters .col-12:not(:first-child) {
    margin-top: 20px;
  }
  .counters .col-12 #counter-box .circle span {
    font-size: 18px;
  }
  .counters .col-12 #counter-box p {
    font-size: 16px;
  }
  .share {
    height: auto;
    padding: 40px 0;
  }
  .share .shareContent {
    gap: 30px;
  }
  .share .shareContent p {
    font-size: 18px;
  }
  .share .shareContent h3 {
    font-size: 24px;
  }
  .share .shareContent a {
    font-size: 20px;
  }
  footer .col-12:not(:first-child) {
    margin-top: 20px;
  }
  .article-banner .row .col-12:first-child {
    order: 2;
    margin-top: 30px;
  }
  .article-banner .row .col-12:last-child {
    order: 1;
  }
  .article {
    padding-top: 0;
  }
  .article .sidebar {
    width: calc(100% + 44px) !important;
    transform: translateX(-22px);
    width: 100%;
    overflow-y: visible;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
  .article .sidebar ul {
    width: 100%;
    display: flex;
    overflow-x: auto;
    flex-direction: row;
  }
  .article .sidebar ul::-webkit-scrollbar {
    width: 0;
  }
  .article .sidebar ul::-moz-scrollbar {
    width: 0;
  }
  .article .sidebar ul::-ms-scrollbar {
    width: 0;
  }
  .article .sidebar ul::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .article .sidebar ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .article .sidebar ul li {
    width: -moz-max-content !important;
    width: max-content !important;
    border: none !important;
    min-width: 200px;
    text-align: center;
  }
  .article .list .list-card-content {
    display: flex;
    flex-wrap: wrap;
  }
  .article .list .list-card-content .list-card-image {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  .light-bg-title h2 {
    font-size: 20px;
  }
  .contact .form {
    padding: 10px;
  }
  .issue .content-header .icons ul {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .issue .content-header .icons ul li:nth-child(1) {
    order: 1;
  }
  .issue .content-header .icons ul li:nth-child(2) {
    order: 3;
  }
  .issue .content-header .icons ul li:nth-child(3) {
    order: 4;
  }
  .issue .content-header .icons ul li:nth-child(4) {
    order: 2;
  }
  .issue .content-header .buttons {
    justify-content: flex-start;
  }
  .issue .card-header {
    margin-top: 20px;
    justify-content: space-between;
  }
  .guide .tabs-container .col-12:last-child {
    margin-top: 20px;
  }
  .guide .tabs-container .sidebar {
    width: 100%;
    overflow-y: visible;
    position: relative;
  }
  .guide .tabs-container .sidebar > .tab-list {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    overflow-x: auto;
    gap: 8px;
    padding: 5px 10px;
    flex-wrap: nowrap;
  }
  .guide .tabs-container .sidebar > .tab-list::-webkit-scrollbar {
    width: 0;
  }
  .guide .tabs-container .sidebar > .tab-list::-moz-scrollbar {
    width: 0;
  }
  .guide .tabs-container .sidebar > .tab-list::-ms-scrollbar {
    width: 0;
  }
  .guide .tabs-container .sidebar > .tab-list::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .guide .tabs-container .sidebar > .tab-list::-webkit-scrollbar-track {
    background: transparent;
  }
  .guide .tabs-container .sidebar > .tab-list > li {
    width: -moz-max-content;
    width: max-content;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .filter .toggle-btn {
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(220, 224, 229, 0.5);
    background: url("../icon/setting5.svg");
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.09);
    width: 40px;
    height: 40px;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .filter .filter-box {
    position: fixed;
    top: -10px;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #f0f0f0;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }
  .filter .filter-box.active {
    right: 0;
    z-index: 2;
  }
  .filter .filter-content-header .search {
    width: 100%;
    margin-top: 30px;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .filter .filter-content-header .export {
    justify-content: space-between;
  }
  .filter .issue-card .card-header {
    flex-direction: column;
    gap: 10px;
  }
  .aims .col-12:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .navbar {
    padding: 30px 0;
  }
  .navbar .menu > ul {
    gap: 20px;
  }
  .navbar-mobile {
    display: none;
  }
  .subheader {
    width: 95%;
  }
  .subheader .subheader-content {
    padding: 20px 0;
    gap: 20px;
  }
  .subheader .subheader-content h1 {
    font-size: 38px;
    letter-spacing: 0px;
  }
  .subheader .subheader-content .horizontal-tab .row .col-12 {
    border: none !important;
  }
  .subheader .subheader-content .horizontal-tab .row .col-12:not(:first-child) {
    margin-top: 20px;
  }
  .searchBox {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .banner .banner-content {
    width: 95%;
  }
  .section {
    padding: 35px 0;
  }
  .section .section-title {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .blogs .swiper-navigation {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 2;
    display: flex;
    gap: 10px;
  }
  .blogs .swiper-navigation svg path {
    stroke: var(--main-color);
  }
  .blogs .swiper-navigation .swiper-button-disabled svg path {
    stroke: #b9b9b9;
  }
  .blogs .swiper-slide span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .collection .image {
    display: none;
  }
  .about .right-side {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--main-color);
  }
  .about .right-side p:first-child {
    font-size: 26px;
    line-height: 36px;
  }
  .about .right-side p:last-child {
    font-size: 18px;
  }
  .counters .col-12 {
    justify-content: flex-start;
  }
  .counters .col-12:not(:first-child) {
    margin-top: 20px;
  }
  .counters .col-12 #counter-box .circle span {
    font-size: 18px;
  }
  .counters .col-12 #counter-box p {
    font-size: 16px;
  }
  .share {
    height: auto;
    padding: 50px 0;
  }
  .share .shareContent {
    gap: 30px;
  }
  .share .shareContent p {
    font-size: 18px;
  }
  .share .shareContent h3 {
    font-size: 24px;
  }
  .share .shareContent a {
    font-size: 20px;
  }
  footer .col-12:not(:first-child, :nth-child(2)) {
    margin-top: 20px;
  }
  .article-banner .row .col-12:first-child {
    order: 2;
    margin-top: 30px;
  }
  .article-banner .row .col-12:last-child {
    order: 1;
  }
  .article {
    padding-top: 0;
  }
  .article .sidebar {
    width: calc(100% + 50px) !important;
    transform: translateX(-25px);
    width: 100%;
    overflow-y: visible;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
  .article .sidebar ul {
    width: 100%;
    display: flex;
    overflow-x: auto;
    flex-direction: row;
  }
  .article .sidebar ul::-webkit-scrollbar {
    width: 0;
  }
  .article .sidebar ul::-moz-scrollbar {
    width: 0;
  }
  .article .sidebar ul::-ms-scrollbar {
    width: 0;
  }
  .article .sidebar ul::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .article .sidebar ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .article .sidebar ul li {
    width: -moz-max-content !important;
    width: max-content !important;
    border: none !important;
    min-width: 200px;
    text-align: center;
  }
  .article .list .list-card-image {
    width: 108px !important;
    height: 108px !important;
    min-width: 108px;
  }
  .contact .form {
    padding: 20px;
  }
  .issue .content-header .icons ul {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .issue .content-header .icons ul li:nth-child(1) {
    order: 1;
  }
  .issue .content-header .icons ul li:nth-child(2) {
    order: 3;
  }
  .issue .content-header .icons ul li:nth-child(3) {
    order: 4;
  }
  .issue .content-header .icons ul li:nth-child(4) {
    order: 2;
  }
  .issue .content-header .buttons {
    justify-content: flex-start;
  }
  .issue .card-header {
    justify-content: flex-end;
    gap: 20px;
  }
  .filter-content-header .search {
    width: 100%;
    margin-top: 30px;
    gap: 10px;
    grid-template-columns: 2fr 1.5fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .navbar-mobile {
    display: none;
  }
  .subheader {
    width: 70%;
  }
  .subheader .subheader-content {
    padding: 40px 0;
    gap: 40px;
  }
  .subheader .subheader-content h1 {
    font-size: 55px;
    letter-spacing: 0px;
  }
  .searchBox {
    grid-template-columns: 4fr 3fr;
    gap: 50px;
  }
  .banner .banner-content {
    width: 70%;
  }
  .section {
    padding: 50px 0;
  }
  .section .section-title {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .editors .editor:nth-child(even) .row div:nth-child(1) {
    order: 2;
  }
  .editors .editor:nth-child(even) .row div:nth-child(2) {
    order: 1;
  }
  .blogs {
    width: calc(100% + 100px);
  }
  .about .right-side {
    border-left: 2px solid var(--main-color);
  }
  .about .right-side p:first-child {
    font-size: 26px;
    line-height: 36px;
  }
  .about .right-side p:last-child {
    font-size: 18px;
  }
  .counters {
    height: 250px;
  }
  .share {
    height: auto;
    padding: 80px 0;
  }
  .share .shareContent {
    gap: 40px;
  }
  .share .shareContent p {
    font-size: 23px;
  }
  .share .shareContent h3 {
    font-size: 38px;
  }
  .share .shareContent a {
    font-size: 20px;
  }
  .article-banner .download {
    display: flex;
    justify-content: flex-end;
  }
  .article .list .list-card-image {
    width: 108px;
    height: 108px;
  }
  .contact .form {
    padding: 30px 100px 40px;
  }
  .issue .content-header .icons ul {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .issue .card-header {
    justify-content: flex-end;
    gap: 20px;
  }
  .filter-content-header .search {
    width: 100%;
    margin-top: 30px;
    gap: 10px;
    grid-template-columns: 2fr 1.5fr 1fr;
  }
}/*# sourceMappingURL=style.css.map */