@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Semibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Semibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf");
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

button {
  outline: none;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
}

.btn-plain {
  background: transparent;
  border: none;
}

.icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.dark-mode {
  background: #000 !important;
}

body.dark-mode .bg-white {
  background: #000 !important;
}

body.dark-mode .icon-bar {
  background: #7AC943;
}

body.dark-mode .header-logo {
  display: none;
}

body.dark-mode .header-logo-white {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body.dark-mode .header-nav a {
  background: #1A1A1A;
}

body.dark-mode .header-nav a span {
  color: rgba(255, 255, 255, 0.7);
}

body.dark-mode .switch-mode svg path {
  stroke: rgba(255, 255, 255, 0.1) !important;
  fill: rgba(255, 255, 255, 0.7);
}

body.dark-mode .search-btn svg path {
  stroke: #FFFFFF !important;
}

body.dark-mode .slider-section {
  background: #000 !important;
}

body.dark-mode .slider-section-inner {
  background: #000;
}

body.dark-mode .article-title {
  color: #7AC943;
}

body.dark-mode .today-news-title:before {
  content: url(../img/icon/paper-light-green.svg);
}

body.dark-mode .day-news-item h6 {
  color: #FFFFFF;
}

body.dark-mode .bg-green {
  background: #1A1A1A !important;
}

body.dark-mode .news-item-title {
  color: #FFFFFF;
}

body.dark-mode .newsCard-title {
  color: #fff;
}

body.dark-mode .rubric-icon-mini {
  background: #116444;
  color: #fff;
}

body.dark-mode .line-arrow:before {
  background: #7AC943;
}

body.dark-mode .arrow-right-green {
  background: url("../img/icon/arrow-right-light-green.svg");
}

body.dark-mode .poster-3-slider .slick-dots li button:before {
  background: #778E18;
}

body.dark-mode .poster-3-slider .slick-dots li.slick-active button:before {
  background: #7AC943;
}

body.dark-mode .newsCard-lg-title {
  color: #fff;
}

body.dark-mode .videoNews-title {
  color: #fff;
}

body.dark-mode .arrow-down-green {
  background: url("../img/icon/arrow-down-light-green.svg");
}

body.dark-mode .podcast.type-4 .podcast-content {
  background: rgba(26, 26, 26, 0.7);
}

body.dark-mode .podcast-slider .slick-dots li button:before {
  background: #778E18;
}

body.dark-mode .podcast-slider .slick-dots li.slick-active button:before {
  background: #7AC943;
}

body.dark-mode .extra-news {
  background: url("../img/main/extra-news-dark-bg.png") no-repeat right/contain #1A1A1A !important;
}

body.dark-mode footer {
  background: #000;
}

body.dark-mode .footer-logo {
  display: none;
}

body.dark-mode .footer-logo-dark {
  display: block;
}

body.dark-mode .scroll-top {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.03);
}

body.dark-mode .scroll-top svg path {
  stroke: #fff;
}

body.dark-mode .day-news-bg {
  background: #1A1A1A;
}

body.dark-mode .page-title {
  color: #fff;
}

body.dark-mode .show-more {
  background: #1A1A1A;
}

body.dark-mode .show-more span {
  color: rgba(255, 255, 255, 0.3);
}

body.dark-mode .icon-refresh {
  background: url("../img/icon/refresh-dark.svg");
}

body.dark-mode .publication-head h1 {
  color: #fff;
}

body.dark-mode .publication-head p {
  color: #fff;
}

body.dark-mode .publication-body p {
  color: #fff;
}

body.dark-mode blockquote {
  color: #fff;
}

body.dark-mode .citation figcaption {
  color: rgba(255, 255, 255, 0.3);
}

body.dark-mode .publication-body h6 {
  color: #fff;
}

body.dark-mode .publication-body p a {
  color: #7AC943;
}

body.dark-mode .tag {
  border-color: #7AC943;
  color: #7AC943;
}

body.dark-mode .similar-news-box {
  background: #1A1A1A;
  -webkit-box-shadow: inset 0px 30px 30px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 30px 30px rgba(0, 0, 0, 0.05);
}

body.dark-mode .similar-news-caption p {
  color: #fff;
}

body.dark-mode .special {
  background: #000;
}

body.dark-mode .special-text {
  color: #fff;
}

body.dark-mode .special .news-item-wrapper {
  background: #1A1A1A;
}

body.dark-mode .about-page {
  background: #000;
}

body.dark-mode .about-text {
  color: #fff;
}

body.dark-mode .contact {
  background: #000;
}

body.dark-mode .contact-text {
  color: #fff;
}

body.dark-mode .contact-link span {
  color: #7AC943;
}

body.dark-mode .contact-link svg path {
  stroke: #7AC943;
}

body.dark-mode .wrapper {
  background: #000;
}

body.dark-mode .section-heading .arrow-down-green {
  background: url("../img/icon/arrow-right-light-green.svg") no-repeat center/contain !important;
  width: 8px;
  height: 16px;
}

body.dark-mode .header-share-btn svg path {
  stroke: rgba(255, 255, 255, 0.7);
}

body.dark-mode .podcast-caption-xs .podcast-text {
  color: #fff;
}

body.dark-mode .icon-quote {
  background: url("../img/icon/quote-light.svg");
}

body.dark-mode .collapse-menu.show {
  background: #1A1A1A;
}

body.dark-mode .collapse-menu.show .icon-bar {
  background: #7AC943;
}

body.dark-mode .collapse-menu.show .menu-logo {
  display: none;
}

body.dark-mode .collapse-menu.show .menu-logo-white {
  display: block;
}

body.dark-mode .collapse-menu-nav a {
  color: #fff;
}

body.dark-mode .collapse-menu-nav a.active, body.dark-mode .collapse-menu-nav a:hover {
  color: #7AC943 !important;
}

body.dark-mode .about-nav a {
  color: #fff;
}

body.dark-mode .day-news-item:hover h6 {
  color: #7AC943 !important;
}

body.dark-mode .newsCard-wrapper .newsCard-text {
  color: #878787;
}

body.dark-mode .newsCard-lg-text {
  color: #878787;
}

body.dark-mode header {
  background: #000;
}

body.dark-mode .footer-social-link:hover svg path {
  stroke: #7AC943;
}

body.dark-mode .scroll-top:hover svg path {
  stroke: #7AC943;
}

body.dark-mode .news-item:hover .news-item-title {
  color: #7AC943;
}

body.dark-mode .contact-link:hover span {
  color: #116444;
}

body.dark-mode .contact-link:hover svg path {
  stroke: #116444;
}

body.dark-mode .publication-body p a:hover {
  color: #116444;
}

body.dark-mode .dropdown-toggle::after {
  background: url(../img/icon/arrow-down-white.svg) no-repeat center/contain;
}

body.dark-mode .dropdown-menu {
  background: #1A1A1A;
}

body.dark-mode .dropdown-menu a {
  color: rgba(255, 255, 255, 0.7);
}

body.dark-mode .dropdown-menu a:hover, body.dark-mode .dropdown-menu a:focus {
  background: #116444 !important;
  color: rgba(255, 255, 255, 0.7);
}

body.dark-mode blockquote:before {
  background: #000;
}

body.dark-mode .p-link p {
  color: #fff !important;
}

body.dark-mode .mixNews {
  background: #1A1A1A;
}

body.dark-mode .mixNews-header h5 {
  color: #7AC943;
}

body.dark-mode .mixNews-caption h6 {
  color: #fff;
}

*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "SF Pro Display";
  font-weight: 400;
  overflow-x: hidden;
}

.green-bg {
  background: url("../img/main/green-line.png") no-repeat top/contain;
}

.green-bg .wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 219, 219, 0)), color-stop(40%, white));
  background: -o-linear-gradient(top, rgba(219, 219, 219, 0) 0%, white 40%);
  background: linear-gradient(180deg, rgba(219, 219, 219, 0) 0%, white 40%);
}

.wrapper {
  margin-bottom: 90px;
  position: relative;
  z-index: 5;
  background: #fff;
  min-height: calc(100vh - 90px);
  padding-top: 90px !important;
}

header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

header.out {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  position: relative;
}

.call-menu {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.icon-bar {
  width: 30px;
  height: 1px;
  background: #116444;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.call-menu .icon-bar + .icon-bar {
  margin-top: 6px;
}

.call-menu.active .icon-bar {
  position: absolute;
}

.call-menu.active .icon-bar + .icon-bar {
  margin-top: 0;
}

.call-menu.active .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.call-menu.active .icon-bar:nth-child(2) {
  display: none;
}

.call-menu.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header.menu-open {
  padding-left: 30px;
}

.collapse-menu {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.collapse-menu.show {
  top: -30px;
  left: -30px;
  width: 330px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 5px 10px rgba(0, 0, 0, 0.02), 0px 15px 30px rgba(0, 0, 0, 0.02), 0px 20px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 5px 10px rgba(0, 0, 0, 0.02), 0px 15px 30px rgba(0, 0, 0, 0.02), 0px 20px 40px rgba(0, 0, 0, 0.03);
  border-radius: 0px 0px 6px 6px;
  background: #fff;
  z-index: 99;
  padding: 45px 30px 30px 30px;
  position: absolute;
}

.collapse-menu.show .menu-logo {
  display: block;
}

.collapse-menu.show .collapse-menu-body {
  display: block;
}

.collapse-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu-logo {
  width: 110px;
  height: 40px;
  min-width: 85px;
  min-height: 30px;
  margin-left: 25px;
  display: none;
  margin-top: -5px;
}

.menu-logo-white {
  width: 110px;
  height: 40px;
  min-width: 85px;
  min-height: 30px;
  margin-left: 25px;
  display: none;
  margin-top: -5px;
}

.menu-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-logo-white img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.collapse-menu-body {
  margin-top: 35px;
  display: none;
  max-height: 630px;
  height: 635px;
  overflow-y: auto;
  margin-right: -25px;
}

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

.collapse-menu-body::-webkit-scrollbar-track {
  background: #F5F5F5;
}

.collapse-menu-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}

.collapse-menu-nav a {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  width: 100%;
}

.collapse-menu-nav a.active, .collapse-menu-nav a:hover {
  color: #116444 !important;
}

.collapse-menu-nav li + li {
  margin-top: 18px;
}

.special-rubric {
  margin-top: 30px;
}

.title-grey {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #878787;
}

.special-rubric-nav {
  margin-top: 15px;
}

.special-rubric-nav li + li {
  margin-top: 8px;
}

.special-rubric-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 18px 8px 10px;
}

.special-rubric-img {
  width: 24px;
  height: 24px;
  border: 2px solid #FFFFFF;
  background: transparent;
  border-radius: 5px;
}

.special-rubric-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: initial;
}

.special-rubric-text {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-left: 8px;
}

.special-rubric-nav a.warning {
  background: #FFE4BC;
}

.special-rubric-nav a.warning .special-rubric-text {
  color: #3C2606;
}

.special-rubric-nav a.info {
  background: #CDEDFF;
}

.special-rubric-nav a.info .special-rubric-text {
  color: #15618B;
}

.special-rubric-nav a.danger {
  background: #FFCDCD;
}

.special-rubric-nav a.danger .special-rubric-text {
  color: #9F1D1D;
}

.special-rubric-nav a.success {
  background: #DAE5AC;
}

.special-rubric-nav a.success .special-rubric-text {
  color: #116444;
}

.about {
  margin-top: 30px;
}

.about-nav a {
  font-family: "SF Pro Text";
  font-size: 16px;
  line-height: 100%;
  color: #1A1A1A;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-nav li {
  margin-top: 15px;
}

.header-logo {
  display: block;
  width: 110px;
  height: 40px;
  min-width: 85px;
  min-height: 30px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -5px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-logo-white {
  width: 110px;
  height: 40px;
  min-width: 85px;
  min-height: 30px;
  margin-left: 25px;
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -5px;
}

.header-logo-white img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.header-nav li + li {
  margin-left: 10px;
}

.header-nav a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 7px 15px;
  background: #F5F5F5;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav a span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #1A1A1A;
  display: block;
  white-space: nowrap;
}

.header-nav a:hover, .header-nav a.active {
  background: #116444 !important;
}

.header-nav a:hover span, .header-nav a.active span {
  color: #fff;
}

.with-icon i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}

.icon-abai {
  background: url("../img/content/abai.png");
}

.switch-mode {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.search-form {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.search-box {
  position: relative;
}

.search-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}

.search-input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
}

.search-input::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
}

.search-input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
}

.search-input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
}

.search-input::placeholder {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
}

.search-input {
  margin: 0 10px;
  padding: 0;
  width: 150px;
  border: none;
  display: none;
}

.search-input:focus {
  outline: none;
}

.header-search.open {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 13px 6px 8px;
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.02);
  background: #FFFFFF;
}

.header-search.open .search-input {
  display: block;
}

.header-search.open .search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search.open .search-btn {
  width: 22px;
  height: 22px;
  margin-left: 0;
}

.header-search.open .search-btn svg {
  width: 17px;
  height: 17px;
}

.header-search.open .search-btn svg path {
  stroke: #878787 !important;
}

.search-close {
  width: 16px;
  height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.slider-section {
  padding-top: 30px;
}

.main-slider-item {
  position: relative;
  border-radius: 6px 6px 0 6px;
  overflow: hidden;
  height: 500px;
}

.main-slider a:focus {
  outline: none;
  border: none;
}

.main-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.slider-rubric {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.news-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #FFFFFF;
  margin-top: 15px;
  max-width: 90%;
}

.news-large .news-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.news-time {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
  margin-top: 15px;
  display: block;
}

.main-slider .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}

.main-slider .slick-dots li + li {
  margin-left: 10px;
}

.main-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .slick-dots li button:before {
  content: '';
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-slider .slick-dots li.slick-active button:before {
  background: #FFFFFF;
  width: 10px;
  height: 10px;
}

.main-slider .slick-dots {
  bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-title {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #116444;
  white-space: nowrap;
}

.day-news {
  height: 500px;
}

.day-news .section-heading i {
  display: none;
}

.today-news-title {
  padding-left: 34px;
  position: relative;
}

.today-news-title:before {
  content: url("../img/icon/paper-green.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.day-news-body {
  margin-top: 11px;
  margin-left: -30px;
  max-height: calc(100% - 25px);
  overflow-y: auto;
}

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

.day-news-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.day-news-body::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}

.day-news-item {
  padding: 15px 20px 15px 30px;
  position: relative;
}

.day-news-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #e6f2eb;
  -webkit-transition: 0.5s cubic-bezier(0.75, 0.34, 0.44, 0.9);
  -o-transition: 0.5s cubic-bezier(0.75, 0.34, 0.44, 0.9);
  transition: 0.5s cubic-bezier(0.75, 0.34, 0.44, 0.9);
}

.day-news-item:hover .day-news-bg {
  width: 100%;
}

.day-news-item:hover h6 {
  color: #116444 !important;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.day-news-inner {
  position: relative;
}

.day-news-item h6 {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1A1A1A;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
/*  display: -moz-box;*/
/*  display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  display: block;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meta li + li {
  margin-left: 15px;
}

.icon-watch {
  background: url("../img/icon/watch.svg");
  width: 20px;
  height: 20px;
}

.icon-eye {
  background: url("../img/icon/eye.svg");
  width: 20px;
  height: 20px;
}

.meta span {
  font-size: 16px;
  line-height: 100%;
  color: #878787;
  display: block;
  margin-left: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.day-news-item .meta {
  margin-top: 10px;
}

.slider-section-inner {
  -webkit-box-shadow: 0px 15px 30px rgba(8, 36, 3, 0.05);
          box-shadow: 0px 15px 30px rgba(8, 36, 3, 0.05);
  border-radius: 6px;
  background: #fff;
  position: relative;
}

.slider-section-inner .slick-slider {
  margin-bottom: 0;
}

.bg-green {
  background: #F4FFF9;
}

.popular-news {
  margin-top: -30px;
  padding: 60px 0 32px 0;
  display: none;
}

.news-item {
  margin-top: 30px;
}

.rubric-icon {
  display: block;
  padding: 6px 10px;
  background: #116444;
  border-radius: 30px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news-item-title {
  margin-top: 10px;
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1A1A1A;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.news-item:hover .news-item-title {
  color: #116444;
}

.news-item .meta {
  margin-top: 10px;
}

.bg-white {
  background: #fff;
}

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.arrow-down-green {
  background: url("../img/icon/arrow-down-green.svg");
  width: 16px;
  height: 8px;
}

.poster-1 {
  padding-top: 30px;
}

.poster-1-slider {
  margin-top: 30px;
}

.newsCard {
  width: 270px !important;
  margin: 0 15px;
  position: relative;
}

.newsCard:hover .newsCard-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.newsCard:focus {
  outline: none;
}

.newsCard-img {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}

.newsCard-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.newsCard-caption {
  margin-top: 20px;
}

.newsCard-title {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

.rubric-icon-mini {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  background: rgba(17, 100, 68, 0.1);
  border-radius: 30px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: #116444;
  margin-top: 10px;
}

.newsCard-text {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
  margin-top: 10px;
}

.newsCard .meta {
  margin-top: 10px;
}

.poster-2 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.arrow-right-green {
  background: url("../img/icon/arrow-right-green.svg");
  width: 8px;
  height: 14px;
}

.line-arrow {
  width: 82%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.line-arrow i {
  position: relative;
}

.line-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1px;
  height: 1px;
  width: 100%;
  background: #116444;
}

.poster-2-inner {
  margin-top: 30px;
}

.news-large {
  position: relative;
  height: 300px;
}

.news-large:hover .news-large-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news-large-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.news-large-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-large-caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.news-large-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news-large-caption .meta {
  margin-top: 15px;
}

.meta.text-light span {
  color: rgba(255, 255, 255, 0.7);
}

.meta.text-light svg path {
  stroke: rgba(255, 255, 255, 0.7);
}

.subscribe {
  background: #E4FBEF;
  border-radius: 6px;
  padding: 30px 15px 15px 15px;
  text-align: center;
}

.subscribe-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #1A1A1A;
  margin-top: 13px;
}

.subscribe-img {
  height: 250px;
}

.subscribe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
}

.input-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.03), 0px 6px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.03), 0px 6px 15px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 15px;
}

.icon-mail {
  background: url("../img/icon/mail.svg");
  width: 30px;
  height: 30px;
}

.input-form input {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
}

.input-form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
}

.input-form input::-moz-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
}

.input-form input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
}

.input-form input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
}

.input-form input::placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
}

.poster-3 {
  padding-top: 30px;
  padding-bottom: 117px;
}

.poster-3-slider {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.poster-3-slider .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}

.poster-3-slider .slick-dots li + li {
  margin-left: 10px;
}

.poster-3-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.poster-3-slider .slick-dots li button:before {
  content: '';
  width: 6px;
  height: 6px;
  background: rgba(17, 100, 68, 0.3);
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.poster-3-slider .slick-dots li.slick-active button:before {
  background: #116444;
  width: 10px;
  height: 10px;
}

.poster-3-slider .slick-dots {
  bottom: -56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsCard-lg {
  position: relative;
}

.newsCard-lg:hover .newsCard-lg-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.newsCard-lg-img {
  height: 390px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.newsCard-lg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.newsCard-lg-caption {
  margin-top: 30px;
}

.newsCard-lg-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #1A1A1A;
}

.newsCard-lg .rubric-icon-mini {
  margin-top: 15px;
}

.newsCard-lg-text {
  font-size: 16px;
  line-height: 130%;
  color: #878787;
  margin-top: 15px;
}

.newsCard-lg .meta {
  margin-top: 15px;
}

.poster-4 {
  padding: 30px 0 50px 0;
}

.newsCard-lg-wrapper {
  margin-top: 30px;
}

.poster-5 {
  padding: 30px 0 70px 0;
}

.videoNews-slider {
  margin-top: 35px;
}

.videoNews {
  width: 270px !important;
  margin: 0 15px;
  position: relative;
}

.videoNews-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 160px;
}

.time-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px 0px;
}

.icon-alarm {
  background: url("../img/icon/alarm.svg");
  width: 20px;
  height: 20px;
}

.time-icon span {
  margin-left: 6px;
  display: block;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
}

.videoNews-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-btn {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 5px 10px rgba(0, 0, 0, 0.02), 0px 15px 30px rgba(0, 0, 0, 0.02), 0px 20px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03), 0px 5px 10px rgba(0, 0, 0, 0.02), 0px 15px 30px rgba(0, 0, 0, 0.02), 0px 20px 40px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.play-black {
  background: url("../img/icon/play.svg");
  width: 30px;
  height: 30px;
}

.videoNews:hover .play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.videoNews-caption {
  margin-top: 15px;
}

.videoNews-title {
  font-family: "SF Pro Text";
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000000;
}

.videoNews .meta {
  margin-top: 15px;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.extra-news {
  padding: 40px 0 105px 0;
  background: url("../img/main/extra-news-bg.png") no-repeat right/contain;
  background-size: 800px 600px;
}

.extra-news .special-rubric-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px -4px -4px -4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.extra-news .special-rubric-nav li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px;
}

footer {
  height: 90px;
  background: #F0F0F0;
  -webkit-box-shadow: inset 0px 30px 30px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 30px 30px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  width: 85px;
  height: 30px;
  display: block;
  margin-bottom: 8px;
}

.footer-logo-dark {
  width: 85px;
  height: 30px;
  margin-bottom: 8px;
  display: none;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-logo-dark img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #878787;
  margin-left: 15px;
  margin-right: auto;
}

.contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-phone:hover i {
  -webkit-animation-name: call-circle;
          animation-name: call-circle;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes call-circle {
  0% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(1.3) rotateY(-360deg);
            transform: scale(1.3) rotateY(-360deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
}

@keyframes call-circle {
  0% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(1.3) rotateY(-360deg);
            transform: scale(1.3) rotateY(-360deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
}

.icon-phone-green {
  background: url("../img/icon/phone-green.svg");
  width: 24px;
  height: 24px;
}

.contact-phone span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #778E18;
  margin-left: 8px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 65px;
  margin-left: auto;
}

.footer-social li + li {
  margin-left: 15px;
}

.footer-social-link {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social-link svg path {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-social-link:hover svg path {
  stroke: #116444;
}

.scroll-top {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.03);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scroll-top:hover svg path {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.scroll-top:hover svg path {
  stroke: #116444;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.arrow-up {
  background: url("../img/icon/arrow-up.svg");
  width: 22px;
  height: 10px;
}

.podcast-box {
  width: 270px;
}

.podcast-caption-xs {
  display: none;
}

.podcast {
  width: 270px;
  height: 270px;
  border-radius: 6px;
  position: relative;
}

.podcast-lottie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.podcast-lottie-equa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  display: none;
}

.podcast.active .podcast-lottie {
  display: none;
}

.podcast.active .podcast-lottie-equa {
  display: block;
}

.podcast-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 30px rgba(145, 56, 187, 0.15);
          box-shadow: 0px 15px 30px rgba(145, 56, 187, 0.15);
}

.podcast.type-1 .podcast-content {
  background: rgba(80, 136, 37, 0.7);
}

.podcast.type-2 .podcast-content {
  background: rgba(203, 161, 13, 0.7);
}

.podcast.type-3 .podcast-content {
  background: rgba(20, 104, 202, 0.7);
}

.podcast.type-4 .podcast-content {
  background: rgba(0, 0, 0, 0.7);
}

.podcast.type-5 .podcast-content {
  background: rgba(17, 100, 68, 0.7);
}

.podcast.type-6 .podcast-content {
  background: rgba(123, 97, 255, 0.7);
}

.podcast.type-7 .podcast-content {
  background: rgba(8, 174, 210, 0.7);
}

.podcast.type-8 .podcast-content {
  background: rgba(189, 0, 45, 0.7);
}

.podcast-text {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.podcast-caption {
  position: relative;
}

.podcast-text-title {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute;
  top: 35px;
  right: 0;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s ease opacity;
  -o-transition: 0.6s ease opacity;
  transition: 0.6s ease opacity;
  pointer-events: none;
}

.podcast-text-title:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
}

.podcast-text-title.show {
  opacity: 1;
  visibility: visible;
}

.podcast-text-title span {
  font-family: "SF Pro Text";
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
  display: block;
}

.podcast-hash {
  margin-top: 5px;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
}

.audio-player .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 69px;
}

.audio-backward {
  margin-right: 30px;
  width: 40px;
  height: 40px;
  background: url(../img/icon/back.svg) no-repeat center/contain;
}

.audio-player .controls .toggle-play.play {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(../img/icon/play-white.svg) no-repeat center/contain;
}

.audio-player .controls .toggle-play.pause {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(../img/icon/pause.svg) no-repeat center/contain;
}

.audio-forward {
  margin-left: 30px;
  width: 40px;
  height: 40px;
  background: url(../img/icon/next.svg) no-repeat center/contain;
}

.timeline {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  height: 2px;
  margin-bottom: 8px;
}

.timeline .progress {
  background: #FFFFFF;
  border-radius: 10px;
  width: 0%;
  height: 100%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  overflow: visible;
}

.timeline .progress:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.audio-player .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.audio-player .time > * {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.podcast-wrapper {
  padding: 30px 0 60px 0;
}

.podcast-slider {
  margin-top: 30px;
}

.podcast-bg {
  width: 100%;
  height: 250px;
  margin-top: 30px;
}

.podcast-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.podcast-slider .podcast-box + .podcast-box {
  margin-left: 30px;
}

.podcast-slider .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}

.podcast-slider .slick-dots li + li {
  margin-left: 10px;
}

.podcast-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.podcast-slider .slick-dots li button:before {
  content: '';
  width: 6px;
  height: 6px;
  background: rgba(17, 100, 68, 0.3);
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.podcast-slider .slick-dots li.slick-active button:before {
  background: #116444;
  width: 10px;
  height: 10px;
}

.podcast-slider .slick-dots {
  bottom: -80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.poster-1-slider .slick-list, .poster-3-slider .slick-list, .videoNews-slider .slick-list, .podcast-slider .slick-list {
  width: 100vw;
}

.catalog {
  padding: 40px 0 58px 0;
}

.page-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #000000;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-title.with-icon:after {
  content: '';
  background: url("../img/icon/kz.png") no-repeat center/contain;
  width: 43px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -58px;
}

.newsCard-wrapper {
  margin: 30px -15px 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsCard-wrapper .newsCard {
  margin: 15px;
}

.show-more {
  padding: 15px 40px 15px 30px;
  background: #F4FFF9;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-refresh {
  background: url("../img/icon/refresh.svg");
  width: 30px;
  height: 30px;
}

.show-more span {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #116444;
  margin-left: 16px;
}

.catalog .show-more {
  margin: 65px auto 0 auto;
}

.show-more.active i {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.publication {
  padding: 50px 0 90px 0;
}

.publication-head h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #1A1A1A;
}

.publication-head p {
  font-size: 20px;
  line-height: 130%;
  color: #1A1A1A;
  margin-top: 30px;
}

.publication-head-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.publication-head-tools .footer-social {
  margin: 0;
}

.publication-body {
  margin-top: 30px;
}

.publication-img, .publication-text img {
  width: 100%;
  height: 500px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.publication-text img{
	width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media screen and (max-width: 768px){
	.publication-text img{
		margin-bottom: 20px !important;
	}
}

.publication-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84.9%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 84.9%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 84.9%, rgba(0, 0, 0, 0.5) 100%);
}

.publication-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publication-body p {
  font-size: 20px;
  line-height: 130%;
  color: #1A1A1A;
  margin-top: 30px;
  text-align: left;
}

.citation {
  margin-top: 30px;
}

.icon-quote {
  background: url("../img/icon/quote.svg");
  width: 30px;
  height: 30px;
}

blockquote {
  font-family: "SF Pro Text";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 0;
  margin-top: 50px;
  position: relative;
  padding-top: 25px;
  text-align: center;
  border-top: 1px dashed #7AC943;
}

blockquote:before {
  content: url("../img/icon/blockquote.svg");
  width: 72px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 0 14px;
}

.citation figcaption {
  display: block;
  font-family: "SF Pro Text";
  font-size: 12px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 15px;
}

.publication-body h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #1A1A1A;
  margin-top: 30px;
}

.video-iframe {
  margin-top: 30px;
  width: 100%;
  min-height: 500px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.video-iframe iframe {
  width: 100% !important;
  min-height: 100% !important;
  height: 500px;
}

.publication-body p a {
  color: #810220;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline;
}

.publication-body p a:hover {
  color: #96233e;
}

.similar-news-wrapper {
  margin-top: 30px;
}

.tag-wrapper {
  margin: 30px -2.5px 0 -2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag {
  padding: 10px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 15px;
  line-height: 100%;
  color: #116444;
  margin: 2.5px;
}

.tag:hover {
  color: #116444;
}

.publication-bottom {
  margin-top: 30px;
}

.similar-news-box {
  padding: 20px 15px;
  background: #F5F5F5;
  border-radius: 12px;
  margin-top: 15px;
  position: relative;
}

.similar-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.similar-news-img {
  width: 75px;
  height: 45px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
  border-radius: 6px;
  overflow: hidden;
  margin-right: 15px;
}

.similar-news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar-news-caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.similar-news-caption p {
  font-size: 16px;
  line-height: 130%;
  color: #1A1A1A;
}

.similar-news-caption span {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: #878787;
  display: block;
  margin-top: 5px;
}

.similar-news-box .similar-news + .similar-news {
  margin-top: 20px;
}

.similar-news-box:before {
  content: '';
  position: absolute;
  left: 52px;
  border-right: 1px dashed #778E18;
  height: 100%;
  top: 0;
  bottom: 0;
}

.collapse-menu .switch-mode svg path {
  stroke: #1A1A1A !important;
}

.collapse-menu .switch-mode {
  display: none;
}

.collapse-menu .search-btn svg path {
  stroke: #1A1A1A !important;
}

.collapse-menu .search-btn {
  display: none;
}

.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popular-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular-news-head .collapse-btn {
  display: none;
}

.accordion {
  position: relative;
    cursor: pointer;
    


}

.accordion::after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    color: #7ac943;
    top: -6px;
    right: 5px;
}


.accordion_active::after {
    content: "\2212";
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    color: #7ac943;
    line-height: 1;
    top: 1px;
    right: 5px;
/*    transform: translate(0, -50%);*/
/*    top: 50%*/
}

.accordion div:first-child {
/*  background: rgba(122, 201, 67, 0.2);*/
  padding: 5px 10px;
  margin-top: 30px;
  border-left: 2px solid #7ac943;
  border-bottom: 2px solid #7ac943;
}

.accordion div:first-child p{
  margin: 0;
}


.accordion div:last-child {
/*  max-height: 0;*/
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: .3s;
}

.accordion .active_box {
/*    max-height: 100px !important;*/
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
     transition: .3s;
     background: rgba(122, 201, 67, 0.2);
}

.accordion .active_box p {
  margin-top: 0;
  padding-top: 10px;
} 

.active_panel {
  max-height: 100px;
}

.newsCard .news-time {
  display: none;
}

.section-heading.with-line .arrow-down-green {
  display: none;
}

.special {
  padding: 50px 0 30px 0;
}

.special-top {
  position: relative;
  text-align: center;
}

.special-top-left {
  position: absolute;
  width: 170px;
  height: 170px;
  left: -200px;
  top: 0;
}

.special-top-right {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -200px;
  top: 0;
}

.special-gif {
  width: 100%;
  height: 100%;
}

.special-gif img {
  width: 100%;
  height: 100%;
}

.special-gif-dark {
  display: none;
}

.special-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #9F1D1D;
}

.special-icon {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 8px 16px;
  margin: 14px auto 0 auto;
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.special-text {
  margin-top: 27px;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #1A1A1A;
}

.special-news-wrapper {
  margin-top: 27px;
}

.special .news-item-wrapper {
  margin: 30px -30px 0 -30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.02), 0px 5px 10px rgba(0, 0, 0, 0.02), 0px 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.02), 0px 5px 10px rgba(0, 0, 0, 0.02), 0px 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 0 30px 30px 30px;
}

.special .news-item .rubric-icon {
  display: none;
}

.special .newsCard-lg-img {
  height: 220px;
}

.special .newsCard-lg-caption {
  margin-top: 20px;
}

.special .newsCard-lg-title {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}

.special .newsCard-lg .rubric-icon-mini {
  margin-top: 10px;
}

.special .newsCard-lg-text {
  font-family: "SF Pro Display";
}

.special .newsCard-lg .meta {
  margin-top: 10px;
}

.special .newsCard-lg {
  margin-bottom: 30px;
}

.about-page {
  padding-top: 50px;
  padding-bottom: 90px;
}

.about-text {
  font-size: 17px;
  line-height: 130%;
  color: #1A1A1A;
  margin-top: 30px;
}

.about-img {
  margin-top: 30px;
  width: 126%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-author-wrapper {
  margin-top: 90px;
}

.about-author {
  opacity: 1;
}

.about-author-title {
  margin-top: 10px;
  font-family: "SF Pro Text";
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #116444;
}

.about-author-text {
  margin-top: 10px;
  font-family: "SF Pro Text";
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #878787;
}

.about-author-text span {
  color: #778E18;
}

.about-author-text a:hover {
  color: #778E18;
}

.contact {
  padding-top: 50px;
  padding-bottom: 60px;
}

.contact-content {
  margin-top: 44px;
}

.contact-content .contact-item + .contact-item {
  margin-top: 20px;
}

.contact-text {
  font-size: 17px;
  line-height: 130%;
  color: #1A1A1A;
}

.contact-link-wrapper {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-link:hover span {
  color: #7AC943;
}

.contact-link:hover svg path {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contact-link:hover svg path {
  stroke: #7AC943;
}

.icon-dog {
  background: url("../img/icon/dog.svg");
  width: 24px;
  height: 24px;
}

.contact-link span {
  font-size: 17px;
  line-height: 130%;
  color: #116444;
  margin-left: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contact-link-wrapper .contact-link + .contact-link {
  margin-right: 15px;
  margin-bottom: 10px;
}

.contact-link-wrapper .contact-link:first-child {
  margin-right: 15px;
  margin-bottom: 10px;
}

.icon-iphone {
  background: url("../img/icon/phone-full.svg");
  width: 24px;
  height: 24px;
}

.icon-map {
  background: url("../img/icon/map.svg");
  width: 24px;
  height: 24px;
}

.contact-lottie {
  width: 100%;
  height: 210px;
  margin-top: -40px;
}

.podcast-page .podcast-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.podcast-page .podcast-box {
  margin: 15px;
}

.podcast-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.podcast-page .show-more {
  margin: 0 auto;
}

.video-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -15px 0 -15px;
}

.video-page .show-more {
  margin: 45px auto 0 auto;
}

.video-page .videoNews {
  margin: 30px 15px;
}

.show-more {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  background: #116444;
  color: #fff;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 6px;
  padding: 16px 15px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 15px rgba(17, 100, 68, 0.1);
          box-shadow: 0px 6px 15px rgba(17, 100, 68, 0.1);
  margin-top: 10px;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn svg {
  display: block;
  width: 105%;
  height: 120%;
  position: absolute;
  left: -10px;
  top: -5px;
  fill: #7AC943;
  border-radius: 0 !important;
}

.btn svg circle {
  -webkit-transition: -webkit-transform var(--duration, 0.25s) ease-out;
  transition: -webkit-transform var(--duration, 0.25s) ease-out;
  -o-transition: transform var(--duration, 0.25s) ease-out;
  transition: transform var(--duration, 0.25s) ease-out;
  transition: transform var(--duration, 0.25s) ease-out, -webkit-transform var(--duration, 0.25s) ease-out;
}

.btn svg circle.top-left {
  -webkit-transform: translate(var(--spacing, -16px), var(--spacing, -40px));
      -ms-transform: translate(var(--spacing, -16px), var(--spacing, -40px));
          transform: translate(var(--spacing, -16px), var(--spacing, -40px));
}

.btn svg circle.middle-bottom {
  -webkit-transform: translate(var(--spacing, 8px), var(--spacing, 40px));
      -ms-transform: translate(var(--spacing, 8px), var(--spacing, 40px));
          transform: translate(var(--spacing, 8px), var(--spacing, 40px));
}

.btn svg circle.top-right {
  -webkit-transform: translate(var(--spacing, 40px), var(--spacing, -40px));
      -ms-transform: translate(var(--spacing, 40px), var(--spacing, -40px));
          transform: translate(var(--spacing, 40px), var(--spacing, -40px));
}

.btn svg circle.right-bottom {
  -webkit-transform: translate(var(--spacing, 4px), var(--spacing, 40px));
      -ms-transform: translate(var(--spacing, 4px), var(--spacing, 40px));
          transform: translate(var(--spacing, 4px), var(--spacing, 40px));
}

.btn svg circle.left-bottom {
  -webkit-transform: translate(var(--spacing, -40px), var(--spacing, 40px));
      -ms-transform: translate(var(--spacing, -40px), var(--spacing, 40px));
          transform: translate(var(--spacing, -40px), var(--spacing, 40px));
}

.btn:hover {
  --spacing: 0;
  --duration: .45s;
}

.btn:hover {
  color: #fff;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hover-svg {
  display: none;
}

.header-nav a.with-icon i {
  margin-left: -8px;
}

.search-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-gray {
  color: #C0C0C0;
}

.search-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.not-found {
  margin: 0;
}

.not-found .search-logo {
  margin-top: 60px;
  margin-left: 0;
}

.lottie-404 {
  width: 600px;
  height: 560px;
  margin: 30px auto 0 auto;
}

.notFound-caption {
  text-align: center;
}

.notFound-caption .page-title {
  margin: 0 auto;
}

.not-found-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #000000;
}

.not-found-text a {
  margin-left: 5px;
  color: #116444;
}

.dropdown-menu {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 5px 10px rgba(0, 0, 0, 0.02), 0 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 5px 10px rgba(0, 0, 0, 0.02), 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 5px;
  border: none;
  top: 27px !important;
}

.dropdown-menu li + li {
  margin-left: 0;
}

.dropdown-menu a {
  font-family: SF Pro Display;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #1A1A1A;
  padding: 7px 10px;
  background: transparent;
  border-radius: 6px;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
  background: #F5F5F5 !important;
  color: #116444;
}

.dropdown-toggle::after {
  content: '';
  position: absolute;
  background: url("../img/icon/arrow-down-black.svg") no-repeat center/contain;
  width: 13px;
  height: 7px;
  margin: 0;
  vertical-align: initial;
  border: none;
  right: 7px;
}

.dropdown-toggle {
  padding-right: 25px !important;
  position: relative;
}

.dropdown-toggle:hover:after {
  background: url("../img/icon/arrow-down-white.svg") no-repeat center/contain;
}

.mixNews {
  background: #ECF6E5;
  border-radius: 8px;
  padding: 20px 30px;
  width: calc(100% - 40px);
  margin-left: auto;
}

.mixNews-header h5 {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #116444;
}

.mixNews-body {
  margin-top: 5px;
}

.mixNews-item {
  padding: 15px 0;
}

.mix-news-body .mixNews-item + .mixNews-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mixNews-img {
  width: 100%;
  height: 160px;
  max-height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.mixNews-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mixNews-caption {
  position: relative;
}

.mixNews-caption h6 {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

.mixNews-caption p {
  font-family: "SF Pro Display";
  font-size: 16px;
  line-height: 130%;
  color: #878787;
  margin-top: 10px;
}

.main-slider .slick-prev, .main-slider .slick-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.main-slider .slick-prev {
  left: 20px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev:before {
  content: '';
  background: url("../img/icon/left.svg") no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-slider .slick-next:before {
  content: '';
  background: url("../img/icon/right.svg") no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.publication-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.publication-social .nav-link {
  padding: 0 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.publication-social .nav-link svg {
  max-height: 18px;
  max-width: 20px;
}

.publication-social .nav-link span {
  margin: 0 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
}

.publication-social .nav-link p {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
}

.publication-social li + li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.publication-social li:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}

.p-facebook {
  background: #3B5998;
}

.p-vk {
  background: #4C6C91;
}

.p-telegram {
  background: -o-linear-gradient(246.8deg, #37AEE2 21.67%, #1E96C8 70%), #C4C4C4;
  background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%), #C4C4C4;
}

.p-twitter {
  background: #55ACEE;
}

.p-whatsapp {
  background: #0FB34C;
}

.p-link {
  border: 1px dashed #DEDFE6;
}

.p-link p {
  color: #131315 !important;
}

.publication-author {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.publication-author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.publication-author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publication-author-caption {
  margin-left: 10px;
}

.publication-author-caption p {
  margin-top: 0 !important;
  font-size: 17px;
}

.comment-box {
  margin-top: 30px;
}

.comment-write h6 {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.3px;
  color: #000000;
}

.comment-form {
  margin-top: 10px;
}

.form-label textarea {
  padding: 0;
  margin: 0;
  width: 100%;
  resize: none;
  border: none;
}

.form-label textarea::-webkit-scrollbar {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}

.form-label {
  position: relative;
  min-height: 50px;
  width: 100%;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.form-label span {
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "SF Pro Display";
  font-size: 17px;
  line-height: 120%;
  color: #878787;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: text;
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), font-size 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.form-label input {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.half-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.half-form .form-label {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

.form-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #162F71;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.form-label-focus:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.form-label-focus span {
  -webkit-transform: translateY(-22px) translateX(0) scale(0.75) translateZ(0);
          transform: translateY(-22px) translateX(0) scale(0.75) translateZ(0);
}

.form-label-done span {
  -webkit-transform: translateY(-22px) translateX(0) scale(0.75) translateZ(0);
          transform: translateY(-22px) translateX(0) scale(0.75) translateZ(0);
}

.submit-btn {
  margin-top: 10px;
  background: #116444;
  -webkit-box-shadow: 0 6px 15px rgba(17, 100, 68, 0.1);
          box-shadow: 0 6px 15px rgba(17, 100, 68, 0.1);
  border-radius: 6px;
  padding: 16px 15px;
  min-height: 50px;
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  width: 100%;
}

.comment-wrapper {
  margin-top: 30px;
}

.comment {
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-author-img {
  background: url("../img/icon/profile.svg") #F5F5F5 no-repeat center/contain;
  background-size: 30px 30px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-author-caption {
  margin-left: 20px;
}

.comment-author-name p {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #1A1A1A;
}

.comment-detail {
  margin-top: 6px;
}

.comment-time p {
  font-family: "SF Pro Display";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: #878787;
}

.comment-content {
  margin-top: 8px;
}

.comment-content p {
  font-family: "SF Pro Display";
  font-size: 16px;
  line-height: 130%;
  color: #1A1A1A;
}

.newsCard-banner {
  width: 270px;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #FFE4BC;
  margin: 0 15px;
}

.newsCard-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsCard-wrapper .newsCard-banner {
  margin: 15px;
}

.publication-banner {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #FFE4BC;
  margin-top: 30px;
}

.publication-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mix-news-banner {
  width: calc(100% - 40px);
  /*height: 450px;*/
  border-radius: 12px;
  overflow: hidden;
  /*background: #FFE4BC;*/
  margin-top: 20px;
  margin-left: auto;
}

.mix-news-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-banner {
  width: 100%;
  /*height: 90px;*/
  overflow: hidden;
  /*background: #FFE4BC;*/
  margin-top: -15px;
}

@media (min-width: 768px) {
	.header-banner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background: no-repeat;
	}
	
	.header-banner img{
		height: 100%;
	}
}

.wrapper.is-banner {
  padding-top: 290px !important;
}

.comment-authorize {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-authorize p {
  font-family: "SF Pro Display";
  font-size: 16px;
  line-height: 130%;
  color: #878787;
}

.comment-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.comment-social li + li {
  margin-left: 10px;
}

.comment-social li a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-authorCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.authorCard-img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  background: url("../img/icon/profile.svg") #F5F5F5 no-repeat center/contain;
  background-size: 32px 32px;
  border-radius: 12px;
  overflow: hidden;
}

.authorCard-caption {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.authorCard-caption h6 {
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #1A1A1A;
}

.authorCard-detail {
  margin-top: 7px;
}

.authorCard-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authorCard-detail-meta li + li {
  margin-left: 10px;
}

.authorCard-detail-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authorCard-detail-meta li span {
  font-family: SF Pro Display;
  font-size: 16px;
  line-height: 130%;
  color: #1A1A1A;
  margin-left: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.authorCard-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .header-nav {
    overflow-x: auto;
    margin-left: 35px;
    overflow-y: hidden;
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
  .podcast-text-title {
    display: none;
  }
  .line-arrow {
    width: 75%;
  }
  .mixNews {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .main-slider-item {
    height: 300px;
  }
  .main-slider .slider-rubric {
    padding: 4px 9px;
    letter-spacing: 1px;
    font-size: 10px;
  }
  .main-slider .news-title {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
  }
  .main-slider .news-time {
    font-size: 10px;
    margin-top: 10px;
  }
  .day-news-item {
    padding: 10px 15px 10px 30px;
  }
  .day-news-item h6 {
    font-size: 14px;
    line-height: 120%;
  }
  .meta span {
    font-size: 12px;
    margin-left: 3px;
  }
  .meta svg {
    width: 16px;
    height: 16px;
  }
  .day-news-item .meta {
    margin-top: 7px;
  }
  .day-news {
    height: 300px;
  }
  .day-news-body {
    max-height: calc(100% - 39px);
  }
  .news-item-title {
    font-size: 16px;
    margin-top: 7px;
  }
  .news-item .meta {
    margin-top: 7px;
  }
  .newsCard-wrapper .newsCard {
    width: 45% !important;
    margin: 15px;
  }
  .newsCard-wrapper .newsCard-banner {
    width: 45% !important;
  }
  .newsCard-img {
    height: 170px;
  }
  .newsCard-caption {
    margin-top: 10px;
  }
  .newsCard-title {
    font-size: 16px;
  }
  .rubric-icon-mini {
    margin-top: 7px;
  }
  .newsCard-text {
    font-size: 14px;
    margin-top: 7px;
  }
  .news-large {
    height: 175px;
  }
  .subscribe {
    padding: 15px 10px 10px 10px;
  }
  .subscribe-text {
    margin-top: 8px;
    font-size: 14px;
  }
  .subscribe-img {
    height: 120px;
  }
  .input-form {
    padding: 7px 10px;
  }
  .input-form i {
    display: none;
  }
  .input-form input {
    margin-left: 0;
    width: 100%;
  }
  .newsCard-lg-img {
    height: 225px;
  }
  .newsCard-lg-caption {
    margin-top: 15px;
  }
  .newsCard-lg-title {
    font-size: 28px;
    line-height: 30px;
  }
  .newsCard-lg .rubric-icon-mini {
    margin-top: 7px;
  }
  .newsCard-lg-text {
    font-size: 14px;
    margin-top: 7px;
  }
  .newsCard-lg .meta {
    margin-top: 7px;
  }
  .podcast-box {
    width: 200px;
  }
  .podcast {
    width: 200px;
    height: 200px;
  }
  .podcast-text {
    font-size: 16px;
    line-height: 18px;
  }
  .podcast-hash {
    font-size: 14px;
  }
  .audio-backward {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
  .audio-forward {
    margin-left: 15px;
    width: 45px;
    height: 45px;
  }
  .audio-player .controls {
    margin-bottom: 30px;
  }
  .podcast-bg {
    margin-top: 15px;
    height: 170px;
  }
  .podcast-slider {
    margin-bottom: 0 !important;
  }
  .podcast-slider .slick-dots {
    bottom: -50px;
  }
  .podcast-wrapper {
    padding-bottom: 30px;
  }
  .extra-news {
    padding: 30px 0 60px 0;
  }
  .extra-news .news-item {
    margin-top: 15px;
  }
  .copyright {
    margin: 0 10px;
  }
  .contact-phone {
    margin: 0 10px;
  }
  .footer-social {
    margin: 0 10px;
  }
  .collapse-menu-body {
    margin-top: 20px;
    height: 590px;
    max-height: 595px;
  }
  .collapse-menu-nav a {
    font-size: 20px;
  }
  .collapse-menu-nav li + li {
    margin-top: 10px;
  }
  .collapse-menu.show {
    width: 300px;
  }
  .special-top {
    padding-top: 160px;
  }
  .special-top-left {
    width: 150px;
    height: 150px;
    left: 30px;
  }
  .special-top-right {
    width: 150px;
    height: 150px;
    right: 30px;
  }
  .special {
    padding-top: 20px;
  }
  .about-page {
    padding: 30px 0 40px 0;
  }
  .contact-lottie {
    margin-top: -70px;
  }
  .podcast-page {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .video-page .show-more {
    margin-top: 30px;
  }
  .news-large-caption {
    padding: 20px;
  }
  .news-large .news-title {
    font-size: 28px;
    line-height: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
  }
  .line-arrow {
    width: 70%;
  }
  .catalog {
    padding: 20px 0 40px 0;
  }
  .newsCard-wrapper {
    margin-top: 15px;
  }
  .catalog .show-more {
    margin-top: 30px;
  }
  .publication-img {
    width: initial;
    left: initial;
    height: 300px;
  }
  .video-iframe {
    min-height: 300px;
  }
  .publication {
    padding: 30px 0 60px 0;
  }
  .video-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .video-page .videoNews {
    width: 45% !important;
  }
  .mixNews {
    padding: 10px 15px;
  }
  .publication-banner {
    height: 70px;
  }
  .mix-news-banner {
	width: 100%;
    /*height: 320px;*/
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header .collapse-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .header-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .switch-mode {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
  .header .search-form {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header .header-nav {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin: 20px -30px 0 -15px;
    display: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .dark-header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dark-header .icon-bar {
    background: #fff;
  }
  header.dark-header {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .dark-header .header-logo {
    display: none;
  }
  .dark-header .header-logo-white {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dark-header .switch-mode svg path {
    stroke: #FFFFFF;
  }
  .dark-header .search-btn svg path {
    stroke: #FFFFFF;
  }
  .slider-section {
    padding-top: 0;
    background: #f5f5f5 !important;
  }
  .main-slider-item {
    border-radius: 0;
    height: 470px;
  }
  .main-slider {
    margin: 0 -15px;
  }
  .dark-header .header-nav a {
    background: #fff;
  }
  .collapse-menu.show {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 30px 30px 30px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
  }
  .collapse-menu.show .icon-bar {
    background: #1A1A1A;
  }
  .main-slider .slick-dots {
    bottom: 15px;
  }
  .main-slider-caption {
    padding: 120px 15px 40px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-slider .news-time {
    font-size: 16px;
    line-height: 100%;
    margin-top: 15px;
  }
  .main-slider .news-title {
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
  .main-slider .slider-rubric {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 100%;
  }
  .day-news {
    padding-top: 23px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .day-news .section-heading i {
    display: block;
  }
  .today-news-title {
    padding-left: 0;
  }
  .today-news-title:before {
    content: none;
  }
  .day-news-body {
    max-height: initial;
    overflow-y: initial;
    margin-left: 0;
    margin-top: 5px;
    height: 464px;
    overflow-y: scroll;
  }
  .slider-section-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: initial;
    background: transparent;
  }
  .day-news-item {
    padding: 15px 0;
  }
  .day-news-item h6 {
    font-size: 22px;
    line-height: 120%;
    display: block;
  }
  .meta span {
    font-size: 16px;
    line-height: 100%;
    margin-left: 6px;
  }
  .meta svg {
    width: 20px;
    height: 20px;
  }
  .day-news-item .meta {
    margin-top: 10px;
  }
  .day-news-item:hover {
    background: initial;
  }
  .day-news-item:hover h6 {
    color: #1A1A1A;
    text-shadow: none;
  }
  .day-news-item:hover .meta svg path {
    stroke: #878787;
  }
  .day-news-item:hover .meta span {
    color: #878787;
  }
  .section-heading .arrow-down-green {
    background: url("../img/icon/arrow-right-8.svg") no-repeat center/contain !important;
    width: 8px;
    height: 16px;
  }
  .popular-news {
    margin-top: initial;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-item {
    margin-top: 15px;
  }
  .collapse-menu.show .collapse-menu-top {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    left: 0;
    padding: 0 30px;
  }
  .collapse-menu.show .switch-mode {
    display: block;
  }
  .collapse-menu.show .search-btn {
    display: block;
  }
  .collapse-menu-body {
    margin-top: 60px;
    max-height: calc(100% - 60px);
    height: initial;
  }
  .collapse-menu-nav li + li {
    margin-top: 18px;
  }
  .collapse-menu-body::-webkit-scrollbar {
    width: 3px;
  }
  .popular-news-head .collapse-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popular-news .news-item-wrapper {
    display: none;
  }
  .collapse-btn i {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .popular-news-head.active i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .poster-1 {
    padding-top: 20px;
  }
  .poster-1-slider {
    margin-top: 20px;
  }
  .slick-slide .newsCard-img {
    border-radius: 0;
    height: 150px;
  }
  .slick-slide .newsCard-title {
    font-size: 22px;
    line-height: 120%;
  }
  .rubric-icon-mini {
    display: none;
  }
  .slick-slide .newsCard-text {
    display: none;
  }
  .slick-slide .newsCard-caption {
    margin-top: 15px;
  }
  .newsCard .news-time {
    display: block;
    margin-top: 15px;
  }
  .slick-slide.newsCard .meta {
    display: none;
  }
  .poster-2 .section-heading {
    display: none;
  }
  .mix-news {
    display: none;
  }
  .subscribe {
    border-radius: 0;
    margin: 0 -15px;
    padding: 30px 15px 15px 15px;
    text-align: left;
  }
  .subscribe-text {
    margin-top: 10px;
    text-align: left;
  }
  .subscribe-img {
    display: none;
  }
  .subscribe-img img {
    border-radius: initial;
  }
  .subscribe-bottom {
    margin-top: 15px;
  }
  .input-form {
    padding: 10px 15px;
  }
  .input-form i {
    display: block;
  }
  .input-form input {
    margin-left: 10px;
  }
  .poster-2 {
    padding: 0;
  }
  .poster-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff !important;
  }
  .poster-3-slider {
    margin-top: 20px;
  }
  .poster-3-slider .slick-dots {
    display: none;
  }
  .section-heading.with-line .line-arrow {
    display: none;
  }
  .section-heading.with-line .arrow-down-green {
    display: block;
  }
  .newsCard-lg-wrapper {
    margin-top: 24px;
  }
  .newsCard-lg-img {
    margin: 0 -15px;
    height: 210px;
    border-radius: 0;
    width: initial;
  }
  .newsCard-lg-title {
    font-size: 22px;
    line-height: 120%;
  }
  .newsCard-lg-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #3C3C3C;
    font-family: "SF Pro Display";
  }
  .newsCard-lg {
    margin-bottom: 30px;
  }
  .poster-4 {
    padding-bottom: 0;
  }
  .poster-5 {
    padding: 23px 0 19px 0;
  }
  .videoNews-slider {
    margin-top: 30px;
  }
  .videoNews {
    width: 150px !important;
    margin: 0 7px;
  }
  .videoNews-img {
    height: 90px;
  }
  .time-icon {
    padding: 2px 6px;
  }
  .time-icon i {
    display: none;
  }
  .time-icon span {
    font-size: 12px;
    line-height: 100%;
    margin-left: 0;
  }
  .play-btn {
    width: 50px;
    height: 50px;
  }
  .videoNews-caption {
    margin-top: 10px;
  }
  .videoNews-title {
    font-size: 14px;
    line-height: 130%;
  }
  .videoNews .meta li:not(:first-child) {
    display: none;
  }
  .videoNews .meta {
    margin-top: 10px;
  }
  .podcast-slider {
    margin-top: 25px;
  }
  .podcast-caption {
    display: none;
  }
  .podcast-caption-xs {
    display: block;
    margin-top: 15px;
  }
  .podcast-slider .slick-dots {
    display: none;
  }
  .podcast-box {
    width: 150px;
  }
  .podcast {
    width: 150px;
    height: 150px;
  }
  .audio-backward {
    display: none;
  }
  .audio-forward {
    display: none;
  }
  .timeline {
    display: none;
  }
  .audio-player .time {
    display: none;
  }
  .audio-player .controls {
    margin-bottom: 0;
  }
  .audio-player {
    margin: auto;
  }
  .podcast-slider .podcast-box + .podcast-box {
    margin-left: 15px;
  }
  .podcast-text {
    font-size: 14px;
    line-height: 130%;
    color: #1A1A1A;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .podcast-text-title {
    display: none;
  }
  .podcast-hash {
    color: #878787;
  }
  .podcast-wrapper {
    padding: 23px 0 16px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer {
    display: none;
  }
  .podcast-bg {
    display: none;
  }
  .extra-news-rubric {
    margin-top: 30px;
  }
  .extra-news {
    padding: 0 0 30px 0;
  }
  .newsCard-wrapper {
    margin: 15px 0 0 0;
  }
  .newsCard-wrapper .newsCard {
    margin: 15px 0;
    width: 100% !important;
  }
  .newsCard-wrapper .newsCard-banner {
    width: 100% !important;
  }
  .newsCard-wrapper .newsCard-img {
    border-radius: 0;
    height: 210px !important;
    margin: 0 -15px;
    width: initial;
  }
  .newsCard-wrapper .newsCard-caption {
    margin-top: 15px;
  }
  .newsCard-wrapper .newsCard-title {
    font-size: 22px;
    line-height: 120%;
  }
  .newsCard-wrapper .newsCard-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #3C3C3C;
  }
  .catalog .show-more {
    margin-top: 15px;
  }
  .catalog {
    padding: 20px 0 30px 0;
  }
  .publication {
    padding: 20px 15px;
  }
  .publication-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .publication-head h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .publication-head .publication-head-tools {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .publication-head p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    font-size: 18px;
  }
  .publication-head-tools .footer-social {
    display: none;
  }
  .publication-body {
    margin-top: 20px;
  }
  .publication-img, .publication-text img {
    width: initial;
    border-radius: 0;
    height: 200px;
    margin: 0 -30px;
    left: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: auto;
  }
  .publication-body p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 130%;
  }
  .citation {
    margin-top: 20px;
  }
  blockquote {
    font-size: 20px;
  }
  .citation-span {
    font-size: 14px;
  }
  .publication-body h6 {
    margin-top: 20px;
  }
  .video-iframe {
    width: initial;
    border-radius: 0;
    min-height: 200px;
    /*margin: 20px -30px 0 -30px;*/
    margin: 20px 0px 0 0px;
    left: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .video-iframe iframe {
    width: 100% !important;
    min-height: 100% !important;
    height: 200px;
  }
  .publication-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .similar-news-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px;
  }
  .tag-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-share-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 30px;
  }
  .special-top {
    padding-top: 0;
  }
  .special-top-left {
    position: static;
    width: 135px;
    height: 135px;
    margin: 0 auto;
  }
  .special-top-right {
    position: static;
    width: 135px;
    height: 135px;
    margin: 15px auto 0 auto;
  }
  .special {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .special-title {
    margin-top: 15px;
    color: #EB5757;
  }
  .special-icon {
    background: #116444;
    color: #FFFFFF;
  }
  .special-text {
    color: #878787;
  }
  .special-news-wrapper {
    background: #F5F5F5;
    margin: 0 -15px;
    padding: 30px;
  }
  .special .news-item-wrapper {
    background: #F5F5F5;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .special .news-item .meta {
    margin-top: 10px;
  }
  .special .news-item {
    margin-top: 30px;
  }
  body.green-line {
    background: none;
  }
  .special .newsCard-lg-caption {
    margin-top: 15px;
  }
  .special .newsCard-lg-title {
    font-size: 22px;
    line-height: 120%;
  }
  .about-img {
    width: initial;
    left: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    margin: 30px -15px 0 -15px;
  }
  .about-author-wrapper {
    margin-top: 0;
  }
  .about-author {
    margin-top: 30px;
  }
  .about-page {
    padding: 20px 15px 100px 15px;
  }
  .contact-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact {
    padding: 20px 15px;
  }
  .contact-lottie {
    margin-top: 0;
  }
  .contact-content {
    margin-top: 0;
  }
  .contact-link-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .video-page .videoNews {
    margin: 10px;
    width: 100% !important;
  }
  .video-page .videoNews-img {
    height: 150px;
  }
  .video-page {
    padding: 20px 15px;
  }
  .video-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .podcast-page {
    padding: 20px 15px 40px 15px;
  }
  .podcast-page .podcast-box {
    margin: 10px;
  }
  .search-input {
    width: calc(100vw - 139px);
  }
  .wrapper {
    margin-bottom: 0;
  }
  body.dark-mode .today-news-title:before {
    content: none;
  }
  body.dark-mode .icon-bar {
    background: #fff;
  }
  body.dark-mode .collapse-menu.show .icon-bar {
    background: #fff;
  }
  .search-btn svg path {
    stroke: #1A1A1A;
  }
  .green-bg {
    background: none;
  }
  body.dark-mode .special-news-wrapper {
    background: #1A1A1A;
  }
  .search-page .page-title {
    font-size: 28px;
  }
  .search-page {
    padding: 20px 0 30px 0;
  }
  .lottie-404 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .not-found .search-logo {
    margin-top: 30px;
  }
  header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header.out {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .wrapper {
    padding-top: 60px !important;
  }
  .mt-0 {
    margin-top: 0;
  }
  .about-author.opacity-1 {
    opacity: 1 !important;
  }
  .wrapper.pt-0 {
    padding-top: 0 !important;
  }
  .mixNews {
    margin-top: 15px;
  }
  .main-slider .slick-prev, .main-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .main-slider .slick-prev {
    left: 10px;
  }
  .main-slider .slick-next {
    right: 10px;
  }
  .publication-author {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-logo, .header-logo-white, .menu-logo, .menu-logo-white {
    width: 85px;
    height: 30px;
  }
  .comment-box {
    margin-top: 15px;
  }
  .comment-write h6 {
    font-size: 20px;
  }
  .half-form {
    display: block;
    margin: 0;
  }
  .half-form .form-label {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .form-label {
    margin-top: 10px;
    min-height: 40px;
    padding: 8px 0;
  }
  .form-label span {
    font-size: 15px;
    top: 11px;
  }
  .form-label-focus span, .form-label-done span {
    -webkit-transform: translateY(-17px) translateX(0) scale(0.75) translateZ(0);
            transform: translateY(-17px) translateX(0) scale(0.75) translateZ(0);
  }
  .submit-btn {
    min-height: 40px;
    padding: 10px 15px;
  }
  .comment-wrapper {
    margin-top: 15px;
  }
  .comment {
    padding: 10px 0;
  }
  .comment-author-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-size: 25px 25px;
  }
  .comment-author-caption {
    margin-left: 10px;
  }
  .comment-author-name p {
    font-size: 16px;
  }
  .comment-time p {
    font-size: 12px;
  }
  .comment-detail {
    margin-top: 4px;
  }
  .comment-content p {
    font-size: 14px;
  }
  .newsCard-wrapper .newsCard-banner {
    width: 100%;
  }
  .publication-banner {
    width: calc(100% + 60px);
    border-radius: 0;
    margin: 15px -30px 0 -30px;
    max-height: 70px;
  }
  .header-banner {
    /*height: 60px;*/
    margin-bottom: 15px;
  }
  
  .header-banner img{
	height: auto;
	width: 100%;
  }
  
  .wrapper.is-banner {
    padding-top: 120px !important;
  }
  .wrapper.is-banner.pt-0 {
    padding-top: 60px !important;
  }
  .comment-authorize {
    display: block;
  }
  .comment-social {
    margin-top: 10px;
    margin-left: 0;
  }
  .authorCard-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-size: 25px 25px;
  }
  .authorCard-caption {
    margin-left: 10px;
  }
  .authorCard-caption h6 {
    font-size: 16px;
    line-height: 100%;
  }
  .authorCard-detail {
    margin-top: 3px;
  }
  .authorCard-detail-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .authorCard-detail-meta li + li {
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .authorCard-detail-meta li:first-child {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .authorCard-detail-meta li span {
    font-size: 12px;
    line-height: 100%;
    margin-left: 5px;
  }
  .authorCard-detail-meta li svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 320px) {
  .podcast-page .podcast-box {
    width: 140px;
  }
  .podcast-page .podcast {
    width: 140px;
    height: 140px;
  }
  .podcast-page .podcast-box {
    margin: 10px;
  }
  .page-title {
    font-size: 30px;
  }
  .page-title.with-icon:after {
    width: 35px;
    height: 30px;
    right: -45px;
  }
  .header {
    padding: 0;
  }
  .collapse-menu.show {
    padding: 30px 15px;
  }
  .collapse-menu.show .collapse-menu-top {
    padding: 0 15px;
  }
  .header .header-nav {
    left: 0;
  }
  .special-news-wrapper {
    padding: 20px 15px;
  }
  .special .news-item {
    margin-top: 20px;
  }
  .special {
    padding-top: 20px;
  }
  .contact {
    padding: 20px 0;
  }
  .podcast-page {
    padding: 20px 0;
  }
  .podcast-page .podcast-wrapper {
    padding-top: 10px;
  }
  .video-page {
    padding: 20px 0;
  }
  .video-page .videoNews {
    width: 140px !important;
  }
  .video-wrapper {
    margin-top: 0;
  }
  .search-input {
    width: calc(100vw - 109px);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .dropdown-menu {
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
    margin-top: 5px;
    display: block;
    will-change: initial !important;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
    left: 0 !important;
  }
  .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s;
    opacity: 1;
  }
  body {
    zoom: 0.8;
  }
}
