
.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.exo-2-<uniquifier> {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.alumni-sans-<uniquifier> {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


/* Inter --- */

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  background-color: #F5F6FA;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.main_center {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1292px;
  padding: 0 16px;
  margin: 0 auto;
}


/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  background-color: #F5F6FA;
}

body.mm_noscroll {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.fixed_header {
  position: fixed;
  top: 0px;
  width: 100%;
}


/*! ====  HEADER START  ===== */

header {
  display: block;
  position: relative;
  width: 100%;
  min-width: 310px;
  z-index: 9999999999999;
}

main.p_top {
  padding-top: 72px;
}

@keyframes fix {
  0% {
    top: -128px;
  }

  100% {
    top: 0px;
  }
}

.header_top.scroll_head nav.nav_mobile {
  height: calc(100% - 60px);
}

.visible_mob .header_bottom {
  position: fixed;
  top: 0px;
  left: 0;
  animation: fix 0.6s ease;
  -webkit-animation: fix 0.6s ease;
}

.visible_mob .hd_search {
  position: fixed;
  top: 56px;
}

.header_top {
  position: relative;
  width: 100%;
  padding: 12px 0px;
  background: #fff;
  border-bottom: 1px solid #DADEE5;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.header_bottom {
  position: relative;
  width: 100%;
  padding: 14px 0px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.header_top .main_center,
.header_bottom .main_center {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}

.header_left {
  display: block;
  width: auto;
  float: left;
  margin: 0;
  /* max-width: 250px; */
}

.header_right {
  display: flex;
  align-items: center;
  width: auto;
  float: right;
  margin: 0;
}

.hd_info {
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #0E1013;
}

/* .menu_desk.clicked::before {
  background-position: 0 100%;
} */

.menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  width: 40px;
  height: 24px;
  margin: 0 0 0 16px;
  cursor: pointer;
  background: #ec1f27;
  border: 1px solid #ec1f27;
  border-radius: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.menu_btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu_desk::before {
  background-image: url("../images/menu_desk.svg");
}

.menu_mobile::before {
  background-image: url("../images/menu.svg");
}

.menu_close::before {
  background-image: url("../images/close.svg");
}

.menu_close {
  float: right;
  margin: 0 0 0 auto;
}

/* .menu_mobile {
  float: right;
  padding: 8px;
  margin: 4px 0;
  background-color: #FCF8E8;
  border-radius: 50%;
} */

.menu_desk {
  display: flex;
}

.menu_mobile {
  display: none;
}


.search_opn.clicked::before {
  background-position: 0 100%;
}

.search_opn {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0px 0 0 0px;
  cursor: pointer;
}

.search_opn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/search_opn.svg");
}

.mobile_src {
  display: none;
  margin: 0 0 0 auto;
}


/*! Langs */

.lang_list {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  padding-left: 16px;
  margin-left: 20px;
}

.lang_list::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  background: #DADEE5;
}


.lang_list li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 4px;
}

.lang_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  width: 40px;
  height: 24px;
  background: #E9EBF0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #3D4147;
  opacity: 1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.lang_list li.active a,
.lang_list li a:hover {
  background: #A80208;
  color: #fff;
}

.mob_header .lang_list li {
  margin: 0 8px 0 0;
}

.mob_header .lang_list::before {
  display: none;
}

.mob_header .lang_list {
  margin-right: auto;
  padding-left: 0;
  margin-left: 0;
}

/*! Little menu */

.desk_little_menu {
  display: block;
  float: left;
  margin: 0 0 0 11px;
}

.desk_little_menu li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 24px 0 0px;
}

.desk_little_menu li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #3D4147;
  opacity: 1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.desk_little_menu li a:hover {
  color: #A80208;
}


/*! Langs */

.logo_sect {
  display: block;
  float: left;
  width: auto;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: auto;
}

.logo_img {
  display: block;
  width: 190px;
  height: 36px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


.logo_img img {
  display: block;
  width: 100%;
  height: 100%;
}


/* Search part =========*/

.hd_search {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0px;
  top: 100%;
  /* box-shadow: 0px 0px 10px #0000000f; */
}

.hd_search .search_row {
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 1px solid #DADEE5;
  border-bottom: 1px solid #DADEE5;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.search_input::placeholder {
  color: #29210A;
}

.search_input {
  display: block;
  float: left;
  background: transparent;
  width: calc(100% - 40px);
  padding: 12px;
  font-family: 'Inter';
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
  white-space: nowrap;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.search_btn {
  display: block;
  float: left;
  width: 40px;
  height: 41px;
  padding: 8px;
  background-color: #E9EBF0;
  cursor: pointer;
}

.search_btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search_icon.svg");
}

/* Search part =========*/

nav.nav_desk {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin: 0px auto 0 0;
  z-index: 999;
}

ul.hdr_menu {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  margin-left: 8px;
  list-style: none;
}

ul.hdr_menu > li {
  float: left;
  position: relative;
  padding: 0 0 0px 32px;
  list-style: none;
}

ul.hdr_menu li a {
  display: block;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.has_sub ul li a {
  font-size: 14px;
  padding-left: 12px;
}


ul.hdr_menu li.active a,
ul.hdr_menu li a:hover {
  color: #A80208;
}

ul.hdr_menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav_desk ul.hdr_menu ul {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: auto;
  min-width: 200px;
  padding: 8px 16px;
  top: 35px;
  left: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  z-index: 9999999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

ul.hdr_menu ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: -23px;
  left: 0;
  z-index: -1;
}

ul.hdr_menu ul li {
  float: none;
  padding: 8px 0px;
}

.dropdown {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 8px 16px;
  min-width: 190px;
  width: 310px;
  top: 50px;
  right: 16px;
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.dropdown ul.hdr_menu {
  column-count: 2;
  column-gap: 24px;
}

.dropdown ul.hdr_menu > li {
  float: none;
  padding: 8px 0px;
}

.mob_body {
  width: 100%;
  max-height: calc(100% - 162px);
  padding-right: 4px;
  overflow: auto;
}

.mob_row {
  display: flex;
  width: 100%;
  align-items: center;
}

.mob_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}

.mob_ftr {
  width: 100%;
  padding: 0px 16px 24px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mob_ftr .socials {
  display: flex;
  justify-content: center;
  float: none;
}

.mob_header .desk_little_menu {
  display: flex !important;
  gap: 16px;
  flex-wrap: wrap;
  float: none;
  width: calc(100% + 32px);
  margin: 16px -16px 0 -16px;
  padding: 14px 16px;
  border-top: 1px solid #E9EBF0;
  border-bottom: 1px solid #E9EBF0;
}

.mob_header .desk_little_menu li {
  width: auto;
  float: left;
  margin: 0px;
  /* padding: 0 16px 0 0; */
}

.mob_header .header_tab_list {
  display: flex !important;
  padding: 8px 16px;
  width: calc(100% + 32px);
  margin-left: -16px;
  border: none;
  border-bottom: 1px solid #E9EBF0;
}

/* .mob_ftr .desk_little_menu li a {
  text-align: left;
  font-size: 14px;
  color: #596065;
} */

nav.nav_mobile.transformed {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

nav.nav_mobile {
  display: none;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  margin: 0px auto 0 auto;
  background: #fff;
  z-index: 9999999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

nav.nav_mobile ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  column-count: 2;
  column-gap: 24px;
}

nav.nav_mobile ul.hdr_menu > li {
  float: none;
  width: 100%;
  padding: 0 0 24px 0px;
}

nav.nav_mobile ul.hdr_menu > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  /* font-size: 14px;
  letter-spacing: 0.4px;
  color: #161B1F; */
}


nav.nav_mobile ul.hdr_menu > li > a.show::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

nav.nav_mobile ul.hdr_menu > li.has_sub > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  background-image: url("../images/arrow_drop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

nav.nav_mobile ul.hdr_menu ul {
  display: none;
}

nav.nav_mobile ul.hdr_menu ul li {
  float: none;
  width: 100%;
  padding: 16px 0 0 0px;
}

/* nav.nav_mobile ul.hdr_menu ul li > a {
  font-size: 12px;
  color: #596065;
} */



.cnt_link:hover {
  color: #1E88E5;
}

.cnt_link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  margin: 0 0 20px 0;
  float: left;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #0E1013;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sing_links:hover {
  background-color: #0D47A1;
}

.sing_links {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  min-width: 220px;
  margin: 0 0 0 auto;
  padding: 16px 29px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #1E88E5;
  box-shadow: 0px 3px 20px #1E88E533;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sign_itm {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 26px;
}

.sign_itm span {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.sign_itm::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/user.svg") no-repeat center;
}


/*! ====  HEADER FINISH  ===== */


/*! ====  FOOTER START  ===== */

footer {
  display: block;
  position: relative;
  width: 100%;
}

.footer_full {
  width: 100%;
  padding: 24px 0;
}

.ftr_mid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 40px 32px;
}

.ftr_top .main_center {
  display: flex;
  flex-wrap: wrap;
}


.footer_full .logo_sect {
  display: flex;
  align-items: center;
  border: none;
}

.ftr_left {
  display: block;
  float: left;
  margin: 0 auto 0 0;
  /* width: 350px; */
}

.ftr_right {
  display: block;
  float: right;
  margin: 0 0 0 auto;
  /* width: 30%; */
}

.ftr_social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 40px 32px 24px 32px;
  border-bottom: 1px solid #E9EBF0;
}

.ftr_logo_info {
  display: block;
  float: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: #727782;
  padding-left: 16px;
}

/* .ftr_social .main_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} */

.socials {
  display: block;
  width: auto;
}

.socials li:first-child {
  margin: 0;
}

.socials li {
  display: block;
  float: left;
  margin: 0 0px 0 16px;
}

.social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.social_icon:hover {
  border-color: transparent;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.scl_name {
  display: block;
  width: auto;
  margin-left: 4px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #3D4147;
  opacity: 1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.scl_icn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scl_icn img {
  width: 100%;
  height: 100%;
}


/* App icons */

.app_future {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
}

.app_title {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.60);
  opacity: 1;
}

.app_items {
  display: block;
  float: left;
}

.app_icn {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.app_icn img {
  display: block;
}


/* App icons */


/* Address list */

.address_sect {
  display: block;
  float: right;
  width: 265px;
  margin: 0 0 0 auto;
}

.adrs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.adrs_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.adrs_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0 16px 12px;
}

.adr_name {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0px 0 28px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #00000099;
  opacity: 1;
}


/* .adr_info a {
  margin-right: 20px;
} */

.adr_info,
.adr_info a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0px 0 28px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #3D4147;
  opacity: 1;
}

.ftr_title {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #000;
  opacity: 1;
}


.adr_info::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ftr_mail::before {
  background-image: url("../images/ftr_mail.svg");
}

.ftr_phone::before {
  background-image: url("../images/ftr_phone.svg");
}

.ftr_loc::before {
  background-image: url("../images/ftr_loc.svg");
}

/* Address list */


/* footer menu */

.ftr_menu_sect {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: calc(100% - 275px);
  margin: 0 auto 0 0;
  padding-right: 60px;
}

.footer-list {
  display: block;
  width: 100%;
  /* column-count: 4;
  column-gap: 40px; */
}

.footer-list > li {
  margin: 0;
  display: block;
  width: 100%;
  /* grid-template-rows: 1fr auto; */
  break-inside: avoid;
}

.footer-list > li > a,
.footer-list > li > span {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #000;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.footer-list li a:hover {
  color: #A80208;
}

.footer-list ul {
  display: block;
  width: 100%;
  column-count: 4;
  column-gap: 24px;
}

.footer-list ul li {
  display: block;
  width: 100%;
  padding-top: 16px;
}

.footer-list ul li a {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #15161A;
  word-break: break-word;
}

/* footer menu */

.copyrite {
  display: block;
  width: 100%;
  padding: 40px 32px;
  background-color: #fff;
  border-top: 1px solid #E9EBF0;
}

.copyrite .main_center {
  display: flex;
  align-items: center;
}

.copyrite_inner {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 142.857% */
  letter-spacing: 0.5px;
  color: #6E757A;
  opacity: 1;
}

.cpy_text {
  display: block;
  width: 100%;
  margin: 0 0 32px 0;
}

.copy_bottom {
  display: flex;
  align-items: center;
}

.created_by_sm {
  display: flex;
  align-items: center;
  float: left;
  width: auto;
  min-width: 162px;
  margin: 0 0 0 10px;
  word-break: break-word;
}

.creat_sm_title {
  display: block;
  float: left;
  width: auto;
  padding: 0px 8px 0px 0px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #15161A;
}

.copy_site {
  display: block;
  float: left;
  width: auto;
  margin: 0px 24px 0px 0px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #727782;
  opacity: 1;
}

.creat_sm_icon {
  display: block;
  float: left;
  width: 91px;
  height: 20px;
}

.creat_sm_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.ftr_flex {
  display: flex;
  align-items: center;
  width: 100%;
}

.copy_bottom .desk_little_menu {
  display: none;
  float: none;
  width: 100%;
  margin: 0 0 8px 0;
}

.copy_bottom .desk_little_menu li a {
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0;
  color: #15161A;
}

.copy_bottom .desk_little_menu li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0 16px 16px 0;
}


.copy_bottom .desk_little_menu.desk {
  display: block;
  width: auto;
  margin: 0 auto;
}

.copy_bottom .desk_little_menu.desk li {
  padding: 0 16px 0 0;
}


.ftr_second {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 10px 0;
}

.ftr_second > li {
  display: block;
  float: left;
  margin: 0 36px 0 0;
}

.ftr_second > li > a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.ftr_second.term_list > li > a {
  font-weight: 500;
  font-size: 13px;
}

.ftr_second li a:hover {
  color: #cbcbcb;
}


/*! ====  FOOTER FINISH  ===== */


/*! ====  MAIN START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_left {
  float: left;
  width: calc(100% - 336px);
  padding: 0 18px 0 0;
}

.wrap_right {
  float: left;
  width: 336px;
}

.sect_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
}

.select_catg {
  display: block;
  padding: 10px 16px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #8A742F;
  opacity: 1;
  outline: none;
  border: 1px solid #8A742F;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sect_body {
  display: block;
  width: 100%;
}

.sect_footer {
  display: block;
  width: 100%;
}

.sect_head {
  display: block;
  width: auto;
  position: relative;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: #15161A;
  opacity: 1;
}

/* Titles icons */
.title_icons::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.title_icons {
  padding-left: 40px;
}

.media_icon::before {
  background-color: #15161A;
  background-image: url("../images/media_icon.svg");
}

.last_news::before {
  background-color: #A80208;
  background-image: url("../images/last_news.svg");
}

.top_news::before {
  background-color: #A8A502;
  background-image: url("../images/top_news.svg");
}

.blog_news::before {
  background-color: #026BA8;
  background-image: url("../images/blog_news.svg");
}

/* Titles icons */



.extra_bold .sect_title {
  font-size: 36px;
}

.red_t {
  margin-left: 3px;
  color: #EC1F27;
}

.more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 24px 0 0 0;
}

.more_link:hover {
  background-color: #FCE8E9;
}

.more_link:hover::before {
  right: 4px;
}

.more_link::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/reload.svg");
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.more_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 12px 40px 12px 8px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #A80208;
  opacity: 1;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.more_item {
  display: flex;
  justify-content: center;
  width: 100%;
  /* margin: 24px 0 0 0; */
}

.load_more::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/loading.svg?v1");
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 12px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #A80208;
  opacity: 1;
  cursor: pointer;
  background-color: #E9EBF0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.more_catg::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/more_catg.svg");
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.more_catg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 12px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #A80208;
  opacity: 1;
  cursor: pointer;
  background-color: #E9EBF0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.more_catg:hover {
  background-color: #DADEE5;
}

/* .more_catg:hover:before {
  bottom: 10px;
} */

.sect_head .more_link {
  margin-left: 4px;
}


.sect_catg {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0 0px 0 0;
  position: relative;
  text-align: left;
  font-family: 'Manrope';
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #9D0727;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.swiper-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}


/* Manshet tab */

.benefit_tabs {
  width: 100%;
  position: relative;
}

/* .bf_tb_content {
  padding: 20px 0;
} */

.bf_tb_hd {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 12px 0;
  border-bottom: 1px solid #E9EBF0;
}

.bt_tb_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 12px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #727782;
  opacity: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.bt_tb_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #A80208;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.bt_tb_title:hover,
.bt_tb_title.active {
  color: #A80208;
}

.bt_tb_title.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bf_tb_items {
  display: none;
  width: 100%;
  overflow: hidden;
}

.bf_tb_items.active {
  display: block;
}


/*! Main Manshet tab */

.main_slider .popular_slider {
  display: block;
  position: relative;
  overflow: hidden;
}

.main_slider.manshet_main .popular_slider {
  min-height: 240px;
  max-height: 240px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.main_slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_slider .popular_slider::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 21%;
}

.main_slider .popular_full {
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.main_slider .swiper-link {
  height: 100%;
  align-items: flex-start;
}

.manshet_main .mnsh_img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.mnsh_img {
  display: flex;
  justify-content: center;
  float: right;
  width: 385px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mnsh_img::after {
  content: "";
  display: block;
  max-width: 260px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #022438 0%, rgba(2, 36, 56, 0.00) 100%);
  z-index: 1;
}

.mnsh_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 63%;
}

.mnsh_img img,
.mnsh_img video,
.mnsh_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mnsh_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  float: left;
  position: absolute;
  left: 0;
  padding: 0px 0px 0px 80px;
  width: 100%;
  height: 100%;
}

.manshet_main .mnsh_content {
  background-color: #022438;
  max-width: 510px;
}

.mn_center {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}

.mnsh_title {
  text-align: left;
  color: #EC1F27;
}

.manshet_main .top_sld_catg {
  max-width: 430px;
}

.top_sld_catg {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.nw_date_sect {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  padding: 0px 32px 32px 32px;
  left: 0;
  bottom: 0;
}

.nw_date {
  text-align: left;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #7F7F7F;
  opacity: 1;
}

.main_slider .popular_full {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main_slider .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 20px 24px;
  width: auto;
  height: 100%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.main_slider .swiper-pagination-bullet {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 4px auto !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #292E33;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.main_slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #8A742F;
}

/* ! Main Manshet  */

/* ! Manshet Projects  */
.wrap_popular.project_slider {
  padding: 16px 24px 24px 24px;
  background-color: #F7F9FA;
  margin: 24px 0 40px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.project_slider .sect_header {
  background-color: transparent;
}

.project_slider .project_items {
  margin-top: 16px;
}

.project_slider .swiper-pagination {
  justify-content: flex-end;
  position: absolute;
  right: -4px;
  top: auto;
  bottom: auto;
  left: auto;
  padding: 0;
  width: auto;
  height: auto;
}


.project_slider .swiper-pagination-bullet-active {
  background-color: #087CBF;
}

/* ! Manshet Projects  */

/* ! Read More Manshet  */
.wrap_right_slider {
  padding: 0 0 40px 0;
}

.main_slider.all_read .swiper-container {
  position: relative;
  width: auto;
  height: auto;
}

.main_slider.all_read .popular_slider::before {
  display: none;
}

.all_read .mnsh_img {
  float: none;
  width: 100%;
}

.read_special_slide .mnsh_img {
  border-radius: 8px 8px 0 0;
}

.read_special_slide .mnsh_img::after {
  max-width: 100%;
  background: linear-gradient(180deg, rgba(22, 27, 31, 0.00) 0%, #161B1F 100%) !important;
}

.all_read .mnsh_img::after {
  background: transparent;
}

.all_read.main_slider .swiper-link {
  background: transparent;
}

.all_read .mnsh_img::before {
  padding-top: 63%;
}

.same_slider .mnsh_img::before {
  padding-top: 72%;
}

.main_slider.all_read .popular_full {
  padding-right: 0;
}

.main_slider.all_read .swiper-link {
  display: block;
}

.main_slider.all_read .swiper-pagination {
  justify-content: flex-start;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 16px;
  left: 0;
  padding: 0;
  width: 100%;
  height: 32px;
}

.main_slider.all_read .swiper-pagination-bullet {
  background: #F0F3F5;
  margin: 0 4px !important;
  width: 32px;
  height: 32px;
}

.main_slider.all_read .swiper-pagination-bullet-active,
.main_slider.all_read .swiper-pagination-bullet:hover {
  color: #fff;
  background: #8A742F;
}

.main_slider.same_slider .swiper-pagination {
  display: inline-flex;
  float: right;
  justify-content: flex-end;
  width: auto;
  height: auto;
  right: 0;
  left: auto;
  top: auto;
  bottom: auto;
  padding: 0 16px 0 0;
}

.main_slider.same_slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 0 5px !important;
  background: #F0F3F5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main_slider.same_slider .swiper-pagination-bullet-active,
.main_slider.same_slider .swiper-pagination-bullet:hover {
  background: #8A742F;
}

.all_read .mnsh_content {
  float: none;
  position: relative;
  background-color: #FFFFFF;
  padding: 12px 0 60px 0;
  width: 100%;
  height: auto;
}

.same_slider .mnsh_content {
  float: none;
  position: absolute;
  background: transparent;
  box-shadow: 0px 0px 10px #00000005;
  padding: 20px 16px;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.main_slider.all_read .top_sld_catg {
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #161B1F;
  -webkit-line-clamp: 2;
}

.main_slider.same_slider .top_sld_catg {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  /* letter-spacing: -0.6px; */
  letter-spacing: 0px;
  color: #FFFFFF;
  -webkit-line-clamp: 2;
}

.main_slider.all_read .stat_date::before {
  display: none;
}

.main_slider.all_read .stat_date {
  display: flex;
  padding: 0 0 6px 0;
  color: #FFFFFF;
}

/* DD_slide */

.dd_slide .mnsh_img::before {
  padding-top: 72%;
}

.main_slider.dd_slide .swiper-pagination {
  height: 56px;
  background-color: #161B1F;
  padding: 12px 12px;
  bottom: 0;
}

.main_slider.dd_slide .swiper-pagination-bullet {
  background: #F0F3F5;
  width: 32px;
  height: 32px;
}

.main_slider.dd_slide .swiper-pagination-bullet-active {
  background: #8A742F;
}

.dd_slide .mnsh_content {
  align-items: flex-end;
  float: none;
  position: relative;
  background: #161B1F;
  padding: 55px 0px 55px 0px;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.dd_slide .mn_center {
  align-items: flex-end;
  position: absolute;
  /* background: #111111; */
  /* box-shadow: 0px 0px 10px #111111; */
  padding: 0px 16px;
  width: 100%;
  height: auto;
  bottom: auto;
  left: 0;
  z-index: 8;
}

.main_slider.dd_slide .top_sld_catg {
  margin-bottom: 6px;
  text-align: left;

  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  -webkit-line-clamp: 2;
}

.main_slider.dd_slide .stat_date {
  display: flex;
  padding: 0 0 6px 0;
  font-weight: bold;
  font-size: 30px;
  color: #F4F6F6;
}

.dd_title {
  display: block;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #FFFFFF;
  opacity: 1;
  word-wrap: break-word;
}

/* Safari 6.1+ */
.right_sliders {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* .right_sliders .orderCss:nth-child(1) {
  -webkit-order: 1;
}

.right_sliders .orderCss:nth-child(2) {
  -webkit-order: 2;
}

.right_sliders .orderCss:nth-child(3) {
  -webkit-order: 3;
}

.right_sliders .orderCss:nth-child(4) {
  -webkit-order: 4;
}

.right_sliders .orderCss:nth-child(5) {
  -webkit-order: 5;
}

.right_sliders .orderCss:nth-child(6) {
  -webkit-order: 6;
} */

/* Standard syntax */
.right_sliders .orderCss:nth-child(1) {
  order: 1;
}

.right_sliders .orderCss:nth-child(2) {
  order: 2;
}

.right_sliders .orderCss:nth-child(3) {
  order: 3;
}

.right_sliders .orderCss:nth-child(4) {
  order: 4;
}

.right_sliders .orderCss:nth-child(5) {
  order: 5;
}

.right_sliders .orderCss:nth-child(6) {
  order: 6;
}

/* DD_slide */
/* ! Read More Manshet  */

/* ! Tumbnails  Manshet  */
.manshet_specl .popular_slider {
  overflow: hidden;
  /* border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; */
}

.manshet_specl .swiper-pagination {
  display: none;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  right: 0;
  top: 0;
  bottom: auto;
  left: -4px;
  width: calc(100% + 4px);
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.manshet_specl .swiper-pagination-bullet {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0px 4px !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #000;
  opacity: 1;
  background: #E9EBF0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.manshet_specl .swiper-pagination-bullet-active {
  color: #fff;
  background: #A80208;
}

.manshet_specl .more {
  margin: 8px 0 0 0;
}



.manshet_specl {
  display: block;
  width: 100%;
  margin: 0px 0px 24px 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DADEE5;
}

.manshet-link {
  display: block;
  width: 100%;
  height: 100%;
}

.manshet_specl .manshet-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 0 24px;
  width: 100%;
  height: auto;
  margin: -90px 0 12px 0;
  opacity: 1;
  z-index: 5;
}

.manshet_specl .msh-all .odds_row {
  display: flex;
  align-items: center;
}

.manshet_specl .msh-all {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  /* min-height: 160px; */
  min-height: 200px;
  padding: 24px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.manshet_specl .manshet-catg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #A80208;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url("../images/category_icon.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.manshet_specl .manshet-catg {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 20px;
  padding: 0 0 0 28px;
  margin: 0px 16px 0 0;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
}


.manshet_specl .manshet-date {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 20px;
  margin: 0px 16px 0 0;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #727782;
  opacity: 1;
}

.manshet_specl .manshet-text {
  display: block;
  width: 100%;
  margin: 8px 0px auto 0px;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

.manshet_specl .mobile_shw {
  display: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.mn_line_bg {
  padding-right: 14px;
  padding-left: 0;
  color: #FCF8E8;
}

.manshet-text.desk_shw .mn_p {
  background-color: #29210A;
  padding: 4px 16px 4px 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.manshet-text.mobile_shw.mn_p {
  display: inline-block;
  margin-bottom: 6px;
  padding: 12px 14px;
  background-color: #fff;
  box-shadow: 0px 0px 14px #00000005;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


.manshet_specl .sld_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 52%;
}

.manshet_specl .sld_img::after {
  content: "";
  display: none;
  max-width: 282px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  top: 0;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 2;
}

.manshet_specl .sld_img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.sld_img img,
.thumb_img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

/* .manshet_specl .thumb_img img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
} */


.thumb_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 77%;
}

.thumb_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(23, 30, 38, 0.08);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}


.manshet_specl .mySwiperTop {
  display: block;
  width: 100%;
  /* height: 340px; */
  margin: 0px auto;
}

.manshet_specl .mySwiperThumb {
  display: block;
  width: 100%;
  padding: 0 44px;
  /* margin-top: 12px; */
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.mySwiperTop {
  width: 100%;
}

.mySwiperThumb {
  padding: 0;
}

.mySwiperThumb .swiper-slide {
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.manshet_specl .mySwiperThumb .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) no-repeat;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
}

.manshet_specl .mySwiperThumb .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #C7080F;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
}

.manshet_specl .mySwiperThumb .swiper-slide-thumb-active::before {
  opacity: 0;
}

/* .manshet_specl .mySwiperThumb .swiper-slide-thumb-active .thumb_img img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
} */

/* ! Tumbnails  Manshet  */


/* ! Manshet Mediatr  Manshet  */

.wrap_popular.manshet_mediatr {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0 10px 20px 10px;
}

.desk_show_md {
  display: block !important;
}

.mobile_show_md {
  display: none !important;
}

.wrap_popular.manshet_mediatr .sect_header {
  margin-bottom: 20px;
  background-color: #111111;
}

.wrap_popular.manshet_mediatr .sect_body {
  padding: 10px 20px;
  background-color: #111111;
  box-shadow: 0px 0px 10px #00000005;
}

.manshet_mediatr .manshet-link {
  display: flex;
  flex-wrap: wrap;
}

.manshet_mediatr .manshet-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 43%;
  padding: 20px 0 20px 16px;
  margin: 0 0 0 auto;
}

.manshet_mediatr .msh-all {
  display: block;
  width: 100%;
}

.manshet_mediatr .manshet-date {
  display: block;
  width: 100%;
  margin: 10px 0px 0 0;
  text-align: left;

  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.manshet_mediatr .manshet-text {
  display: block;
  width: 100%;
  margin: 0px;
  text-align: left;

  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.thumb-content {
  display: block;
  width: 100%;
}

.manshet_mediatr .thumb_wrapper .manshet-text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  /* letter-spacing: -0.42px; */
  -webkit-line-clamp: 2;
}

.manshet_mediatr .sld_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
}

.manshet_mediatr .sld_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 57%;
  margin: 0 auto 0 0;
  overflow: hidden;
}

.play_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  background: rgba(0, 0, 0, 0.38);
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.play_icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.play_icon::before {
  background-image: url("../images/play.svg");
}

/* .play_icon.foto::before {
  background-image: url("../images/play_foto.svg");
} */

.manshet_mediatr .sld_img .play_icon {
  width: 44px;
  height: 44px;
}

.manshet_mediatr .sld_img .play_icon::before {
  width: 24px;
  height: 24px;
  background-image: url("../images/play.svg");
}

.manshet_mediatr .thumb_img .play_icon {
  width: 24px;
  height: 24px;
}

.manshet_mediatr .thumb_img .play_icon::before {
  width: 10px;
  height: 10px;
  background-image: url("../images/play.svg");
}

.manshet_mediatr .thumb_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.manshet_mediatr .thumb_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
}


.wrap_popular.manshet_mediatr .swiper-pagination {
  display: inline-flex;
  float: right;
  justify-content: flex-end;
  width: auto;
  height: auto;
  right: 0;
  left: auto;
  top: 20px;
  bottom: auto;
  padding: 0 0 0 16px;
}

.wrap_popular.manshet_mediatr .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 0 5px !important;
  background: transparent linear-gradient(180deg, #F4F6F6 0%, #E7E9E9 100%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wrap_popular.manshet_mediatr .swiper-pagination-bullet-active {
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
}

.wrap_popular.manshet_mediatr .swiper-button-next,
.wrap_popular.manshet_mediatr .swiper-button-prev {
  background-color: #111111;
  border: 2px solid #FFFFFF;
}

.wrap_popular.manshet_mediatr.mobile_show_md .swiper-button-next,
.wrap_popular.manshet_mediatr.mobile_show_md .swiper-button-prev {
  display: none !important;
}

.wrap_popular.manshet_mediatr .swiper-button-next {
  position: absolute;
  float: right;
  background-image: url("../images/next_m.svg");
  top: auto;
  right: 0px;
  left: auto;
  margin: 0 0 0 auto;
}

.wrap_popular.manshet_mediatr .swiper-button-prev {
  position: absolute;
  float: left;
  background-image: url("../images/prev_m.svg");
  top: auto;
  left: 0;
  right: auto;
  margin: 0 10px 0 0;
}

.manshet_mediatr .mySwiperTop {
  display: block;
  width: 100%;
  margin: 0px auto;
}

.manshet_mediatr .thumb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 16px 0 10px 0;
}

.manshet_mediatr .thumb_wrapper .mySwiperThumb {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.manshet_mediatr.mobile_show_md .thumb_wrapper .mySwiperThumb {
  width: 100% !important;
}

/* ! Manshet Mediatr  Manshet  */

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
}

.col {
  display: block;
  float: left;
}

.col_in {
  display: block;
  width: 100%;
}

.col_in.item_news {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border-right: 1px solid #E9EBF0;
  border-bottom: 1px solid #E9EBF0;
  border-left: 1px solid #E9EBF0;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
}

.wrap_stat .col_in.item_news {
  padding-bottom: 44px;
}

.wrap_stat .stat_date {
  display: flex;
  position: absolute;
  height: 20px;
  bottom: 16px;
}

/*! Section Date and Valyuta */

.wrap_valyuta_wth {
  width: 100%;
  margin: 20px 0 0 0;
  /* padding: 20px; */
}

.wrap_valyuta_wth .sect_body {
  display: flex;
  width: 100%;
  padding: 13px 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px #00000005;
}

.valyuta_section {
  position: relative;
  float: left;
  padding: 0;
}

.left_marq {
  display: flex;
  align-items: center;
  float: left;
  margin: 0 auto 0 0;
  width: calc(100% - 400px);
}

.right_wth {
  display: flex;
  align-items: center;
  float: left;
  margin: 0 auto;
}

.mobile_weather {
  display: none;
}

@keyframes blink-b {
  0% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(3, 3);
    opacity: 0
  }
}


.valt_show_btn {
  /* display: none; */
  width: 100%;
  cursor: pointer;
}

.valt_desk {
  position: absolute;
  top: 40px;
  min-width: 160px;
  padding: 16px 16px 4px 16px;
  z-index: 9991;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.valt_desk.dropped {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.valt_desk .vlt_items {
  margin: 0 0 12px 0;
}

.valt_show_btn.clicked .vlt_items::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.valt_show_btn .vlt_items::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_drop.svg") no-repeat center;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.valt_show_btn .vlt_items {
  border: none;
  padding-right: 28px;
  padding-left: 48px;
}

.wrap_valyuta_wth .row {
  margin: 0 0px;
}

.wrap_valyuta_wth .stat_col {
  width: 20%;
  padding: 0px;
}

.wrap_valyuta_wth .stat_col:last-child .vlt_items {
  border: none;
}

.valt_show_btn .vlt_items {
  border: none !important;
}

.vlt_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 32px;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.vlt_items .odds_row {
  display: flex;
  width: 100%;
  float: left;
}

.vlt_name {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  /* 142.857% */
  letter-spacing: 0.1px;
  color: #161B1F;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.vlt_count {
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #6E757A;
  opacity: 1;
  word-break: break-word;
}

.vlt_percent {
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #6E757A;
  opacity: 1;
  word-break: break-word;
}

.vlt_icn {
  display: block;
}

.vlt_items::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.v_currency::after {
  width: 40px;
  height: 40px;
}

.v_currency::after {
  background-image: url("../images/currency.svg");
}

.v_up::after {
  background-image: url("../images/v_up.svg");
}

.v_down::after {
  background-image: url("../images/v_down.svg");
}

.v_static::after {
  background-image: url("../images/v_static.svg");
}


/* Weather */

.weather_section {
  display: flex;
  align-items: center;
  float: left;
  /* width: 170px; */
  position: relative;
  padding: 0 32px;
}

.wth_current_day {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.wth_after_days.dropped {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.wth_after_days {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 203px;
  top: 44px;
  padding: 10px 20px;
  z-index: 9991;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.wth_after_days .wth_items {
  padding: 10px 0px;
}

.wth_current_day.clicked .wth_items::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.wth_current_day .wth_items::before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_drop.svg") no-repeat center;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.wth_current_day .wth_items {
  border: none;
}

.wth_items {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #fff;
  /* border-top: 1px solid #F5F5F5; */
}

.wth_icon {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
}

.wth_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.wth_content {
  display: flex;
  align-items: center;
  float: left;
  width: calc(100% - 24px);
  padding: 0 0 0 8px;
}

.w_item {
  display: flex;
  align-items: center;
  float: left;
}

.wth_date {
  display: block;
  width: auto;
  padding-left: 8px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #727782;
  opacity: 1;
  word-break: break-word;
}

.wth_loc {
  display: block;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #3D4147;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.wth_deg {
  float: left;
  text-align: left;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.clock_timer::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  background: #DADEE5;
}

.clock_timer {
  display: flex;
  align-self: center;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  float: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #3D4147;
  opacity: 1;
}

/* Weather */

/*! Section Date and Valyuta */

/*! Wrap Top News */

.wrap_top_news {
  width: 100%;
  padding: 20px 0 0px 0;
}

.wrap_top_news .row {
  margin: 0 -10px;
}

.wrap_top_news .stat_col {
  width: 50%;
  padding: 0 10px;
}

.wrap_top_news .col_in.item_news {
  position: relative;
}

.wrap_top_news .stat_img {
  float: left;
  width: 240px;
}

.wrap_top_news .stat_item_link {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #00000005;
}

.wrap_top_news .item_news {
  float: left;
  width: calc(100% - 240px);
  padding: 16px;
  border-top: 2px solid #EC1F27;
}

.wrap_top_news .stat_img::before {
  padding-top: 73%;
}

.lt_catg {
  width: 100%;
  margin: 0 0 2px 0;
  text-align: left;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #EC1F27;
  opacity: 1;
}

.lt_title {
  width: 100%;
  margin: 0 0 10px 0;
  text-align: left;

  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  /* letter-spacing: -0.72px; */
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.lt_info {
  width: 100%;
  text-align: left;

  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.lt_info_short {
  display: block;
  width: 100%;
}

.lt_info_short .nw_date_sect {
  padding: 0px 16px 20px 16px;
}

/*! Wrap Top News */

/*! Wrap Container */
.wrap_container {
  width: 100%;
  padding-bottom: 24px !important;
}

/* .wrap_main_content {
  padding-top: 0 !important;
} */

/* News items */
.wrap_stat {
  width: 100%;
  padding: 0;
}

.wrap_catg_items .sect_header {
  display: none;
  padding-bottom: 16px;
}

.wrap_stat.noimage .stat_img {
  display: block !important;
}

/* Image or NOt Image part =========*/
.dark_theme {
  display: none;
  width: 100%;
  padding: 0 16px;
  margin: 0 0 20px 0;
}

.dark_title {
  display: block;
  float: left;
  margin-left: 10px;
  text-align: left;

  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.import_label {
  display: inline-flex;
  align-items: center;
  width: auto;
  cursor: pointer;
}

.import_label .import-btn {
  display: block;
  float: right;
  position: relative;
  width: 38px;
  height: 24px;
}

.import_label .import-btn input {
  display: none;
}

.import_label .import-btn .slider_import {
  background-color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.import_label .import-btn .slider_import:before {
  background-color: #E7E9E9;
  content: "";
  width: 14px;
  height: 14px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  position: absolute;
  transition: 0.4s;
}

.import_label .import-btn input:checked + .slider_import:before {
  background-color: #D50E39;
}

input:checked + .slider_import:before {
  transform: translateX(14px);
}

.slider_import.round_import {
  border-radius: 12px;
}

.slider_import.round_import:before {
  border-radius: 50%;
}

/* Image or NOt Image part =========*/


.header_tab_list:hover::-webkit-scrollbar-thumb {
  background-color: #DADEE5;
  cursor: e-resize;
}

.header_tab_list::-webkit-scrollbar-track {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: e-resize;
}

.header_tab_list::-webkit-scrollbar {
  display: none;
  width: 4px;
  height: 4px;
  cursor: e-resize;
}

.header_tab_list::-webkit-scrollbar-thumb {
  background-color: #E7E9E9;
  transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


.header_tab_list {
  display: none;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 12px 16px;
  white-space: nowrap;
  background: #FFF;
  border-top: 1px solid #E9EBF0;
}

.header_tab_list li {
  display: block;
  width: auto;
  float: left;
  padding-right: 8px;
}

.header_tab_list li a {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
  padding: 10px 12px;
  padding-left: 40px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #15161A;
  background-color: #F5F6FA;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.header_tab_list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header_tab_list li.media_icon a::before {
  background-color: #15161A;
  background-image: url("../images/media_icon.svg");
}

.header_tab_list li.top_news a::before {
  background-color: #A8A502;
  background-image: url("../images/top_news.svg");
}

.header_tab_list li.blog_news a::before {
  background-color: #026BA8;
  background-image: url("../images/blog_news.svg");
}

.header_tab_list li.active a,
.header_tab_list li a:hover {
  background-color: #DADEE5;
}


.wrap_stat .col_in.item_news {
  position: relative;
}

.stat_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
}

.stat_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 65%;
}

.stat_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.wrap_stat .row {
  margin: 0 -12px;
}

.stat_col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  padding: 0 12px 24px 12px;
}

.stat_col a:hover .stat_img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.stat_item_link {
  display: block;
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

/* .stat_item_link:hover {
  box-shadow: 0px 2px 5px #12121214;
} */

.stat_info {
  float: left;
  width: auto;
  padding: 0 0 0 0px;
}

.stat_views::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #E9EBF0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url("../images/views.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.stat_views {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 20px;
  padding: 0 0 0 28px;
  margin: 0px 12px 0 0;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
}

.stat_catg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #A80208;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url("../images/category_icon.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.stat_catg {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 20px;
  padding: 0 0 0 28px;
  margin: 0px 12px 0 0;
  text-transform: capitalize;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
}

.stat_date {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 20px;
  margin: 16px 16px 0 0;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #727782;
  opacity: 1;
}



.stat_title {
  width: 100%;
  margin: 8px 0 0 0;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #15161A;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* News items */
/*! Wrap Container */

/*! Wrap popular */

.wrap_popular {
  width: 100%;
  padding: 24px 0 0 0;
}

.wrap_popular .odds_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.wrap_popular .odds_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

.popular_full {
  width: 100%;
}

.popular_slider {
  position: relative;
}

/* swiper icons */

.wrap_popular .swiper_arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* padding: 0 4px; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.wrap_popular .swiper-button-next::before,
.wrap_popular .swiper-button-prev::before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wrap_popular .swiper-button-next,
.wrap_popular .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 100%;
  margin: 0;
  top: 0;
  opacity: 1;
  z-index: 5;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.wrap_popular .swiper-button-next {
  float: right;
  background: linear-gradient(90deg, #F5F6FA 0%, #E8EBF0 100%);
  right: 0px;
  margin: 0 0 0 auto;
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
}

.wrap_popular .swiper-button-prev {
  float: left;
  background: linear-gradient(90deg, #E8EBF0 0%, #F5F6FA 100%);
  left: 0;
  margin: 0 auto 0 0;
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
}

.wrap_popular .swiper-button-next::before {
  background-image: url("../images/next.svg");
}

.wrap_popular .swiper-button-prev::before {
  background-image: url("../images/prev.svg");
}

.wrap_popular .swiper-button-next:hover,
.wrap_popular .swiper-button-prev:hover {
  box-shadow: none;
}


.wrap_lates_news {
  display: none;
}

.wrap_lates_news .more {
  justify-content: center;
  margin: 20px 0;
}

/*! Wrap popular */

/*! ====== WRAP MAIN CATEGORY 1 ======= */

.wrap_catgegory_1 {
  margin: 48px auto 24px auto;
  padding: 24px 20px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wrap_catgegory_1 .more {
  margin: 12px 0 0 0;
}

/* .wrap_catgegory_1.desk {
  display: block;
} */

/* .wrap_catgegory_1.mobile {
  display: none;
} */

/* .wrap_catgegory_1.mobile .more {
  justify-content: center;
  margin: 4px 0 20px 0;
} */

.wrap_catgegory_1 .stat_col:first-child {
  width: 100%;
  padding: 0 12px;
}

.wrap_catgegory_1 .row {
  margin: 0 -12px;
}

.wrap_catgegory_1 .stat_col {
  width: 50%;
  padding: 0 12px;
  border-bottom: 1px solid #E9EBF0;
}

/* .wrap_catgegory_1 .stat_col:nth-last-child(1),
.wrap_catgegory_1 .stat_col:nth-last-child(2) {
  border: none;
} */


.wrap_catgegory_1 .stat_col .stat_img {
  width: 146px;
  float: left;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_catgegory_1 .stat_col:nth-child(n+2) .stat_img::before {
  padding-top: 72%;

}

.wrap_catgegory_1 .stat_col .col_in.item_news {
  float: left;
  width: calc(100% - 146px);
  padding: 0 0 0 16px;
  border: none;
}

.wrap_catgegory_1 .stat_col .stat_title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 4px;
}

.wrap_catgegory_1 .stat_col .stat_date {
  margin: 0;
  position: relative;
  bottom: 0;
}

.wrap_catgegory_1 .stat_col .stat_item_link {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
}

.wrap_catgegory_1 .stat_col:first-child .stat_img {
  display: block;
  width: 406px;
}

.wrap_catgegory_1 .stat_col:first-child .col_in.item_news {
  width: calc(100% - 406px);
  padding-left: 24px;
}


.wrap_catgegory_1 .stat_col:first-child .stat_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 4px;
  -webkit-line-clamp: 4;
}


/*! ====== WRAP MAIN CATEGORY 1 ======= */
/*! ====== WRAP MAIN TOP 3 ======= */
.wrap_top3 {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wrap_top3.desk {
  display: block;
}

.wrap_top3.mobile {
  display: none;
}

.wrap_top3 .stat_col {
  padding: 0 12px;
}

.wrap_top3 .stat_col .stat_img {
  width: 114px;
  float: left;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_top3 .stat_col .stat_img::before {
  padding-top: 100%;
}

.wrap_top3 .stat_col .col_in.item_news {
  float: left;
  width: calc(100% - 114px);
  padding: 0 0 0 16px;
  border: none;
  background: transparent;
}

.wrap_top3 .stat_col .stat_title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  -webkit-line-clamp: 4;
}

/*! ====== WRAP MAIN TOP 3 ======= */

/*! ====== WRAP MAIN CATEGORY 2 ======= */

.wrap_catgegory_2 {
  padding-bottom: 8px;
  border-bottom: 2px solid #E3E6EA;
}

.wrap_catgegory_2.desk {
  padding-top: 20px;
  display: block;
}

.wrap_catgegory_2.mobile {
  display: none;
  padding-top: 12px;
}

.wrap_catgegory_2.mobile .more {
  justify-content: center;
  margin: 4px 0 20px 0;
}

.wrap_catgegory_2.mobile .sect_body {
  display: flex;
}

.wrap_catgegory_2.desk .stat_col:first-child {
  width: 50%;
  padding: 0 24px 0 8px;
}

.wrap_catgegory_2 .row {
  margin: 0 -8px;
}

.wrap_catgegory_2 .stat_col {
  width: 100%;
  padding: 0 8px 16px 8px;
}


.catg_left_items {
  float: left;
  width: 400px;
}

.catg_right_items {
  float: left;
  width: calc(100% - 400px);
  padding-left: 24px;
}

.catg_right_items .stat_item_link {
  display: flex;
  margin-bottom: 24px;
}

.catg_right_items .stat_img {
  width: 112px;
  float: left;
}

.catg_right_items .stat_img::before {
  padding-top: 100%;
}

.catg_right_items .col_in.item_news {
  float: left;
  width: calc(100% - 112px);
  padding: 0 0 0 12px;
  background-color: transparent;
}

.catg_left_items .stat_title {
  font-size: 22px;
}

/*! ====== WRAP MAIN CATEGORY 2 ======= */


/*! ====== WRAP MAIN VIDEO ======= */

.wrap_video {
  padding: 32px 16px 24px 16px;
  background-color: #022438;
}

.wrap_video .sect_header {
  margin-bottom: 32px;
  background-color: transparent;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.wrap_video .sect_title {
  color: #fff;
}

.wrap_video .stat_col:first-child {
  width: 100%;
  padding: 0 12px 24px 12px;
}

.wrap_video .row {
  margin: 0 -12px;
}

.wrap_video .stat_col {
  width: 25%;
  padding: 0 12px 16px 12px;
}


.wrap_video .stat_title {
  font-size: 18px;
  color: #fff;
}

.wrap_video .stat_date {
  color: #ffffff99;
}

.wrap_video .stat_col .col_in.item_news {
  background-color: transparent;
  /* padding: 12px 16px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_video .stat_col:first-child .stat_item_link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.wrap_video .stat_col:first-child .stat_img {
  width: 690px;
}

.wrap_video .stat_col:first-child .stat_img::before {
  padding-top: 60%;
}

.wrap_video .stat_col:first-child .col_in.item_news {
  width: calc(100% - 690px);
  padding-right: 24px;
  background-color: transparent;
}


.wrap_video .stat_col:first-child .stat_title {
  font-size: 36px;
}


/*! ====== WRAP MAIN VIDEO ======= */

/*! ====== WRAP MAIN FOTO ======= */
.wrap_foto {
  margin: 48px auto;
}

.wrap_foto .wrap_stat {
  border-bottom: 2px solid #E3E6EA;
}

.wrap_foto .stat_col {
  width: 25%;
}

/*! ====== WRAP MAIN FOTO ======= */


/*! ====== BLOGGER LIST ======= */

.blogers_list:hover::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
}

.blogers_list::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.blogers_list::-webkit-scrollbar {
  width: 10px;
}

.blogers_list::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
  transition: all 0.3s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.blogers_sect {
  width: 100%;
  background-color: #ffffff;
}

.blogers_sect .sect_body {
  padding: 0 6px 0 0;
  overflow: hidden;
}

.blogers_list {
  width: 100%;
  overflow: auto;
  height: 426px;
}

.wrap_popular.wrap_blogs {
  padding: 0px 10px 20px 10px;
}

.wrap_blogs .popular_slider {
  padding: 16px;
  background-color: #ffffff;
}

.wrap_blogs .col_in.item_news {
  padding: 20px 16px;
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #F4F6F6 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.show_mobile_blogs {
  display: none;
}

.blogers_list li {
  width: 100%;
  padding: 0 16px 0 20px;
}

.blogers_list li a {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #F5F5F5;
}


/*! ====== BLOGGER LIST ======= */

/*! ====== DATAPICKER LIST ======= */
.sect_datapicker {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #00000005;
}

.date_select {
  display: block;
  float: left;
  width: 130px;
  padding: 0 20px 0 0;
}

.scl_year,
.scl_mounth {
  width: 100%;
  text-align: left;

  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  opacity: 1;
}

.scl_year {
  font-size: 14px;
  color: #EC1F27;
}

.scl_mounth {
  font-size: 24px;
  color: #111111;
}

.date_days {
  display: block;
  float: left;
  width: calc(100% - 130px);
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.day_list.desk_list {
  display: block;
}

.mobile_list {
  display: none;
  float: right;
  margin: 0 0 0 auto;
}

.mobile_list .day_list {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 16px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

.mobile_list .day_list.mbl_days.opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.btn_more_date {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
}

.btn_more_date::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_drop.svg");
  cursor: pointer;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.btn_more_date.clicked::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ul_mbl {
  float: left;
}

.ul_mbl li {
  float: left;
  margin-right: 10px;
}

.day_list {
  display: flex;
  width: 100%;
}

.date_days .swiper-container {
  width: 100%;
  margin: 0;
}

.date_days .swiper-slide {
  display: block;
  width: auto;
  height: auto;
}

.date_days .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-align: center;

  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
  opacity: 1;
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #F4F6F6 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.date_days .swiper-slide.active a {
  color: #fff;
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
}

.date_days .swiper-slide a:hover {
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
  color: #fff;
}

.date_days .swiper-slide.deactive a,
.date_days .swiper-slide.deactive a:hover {
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #F4F6F6 100%) !important;
  opacity: 0.5 !important;
  color: #111111;
  pointer-events: none;
  cursor: default;
}

.click_select_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 16px 0 0;
}

.click_select_item.clicked::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.click_select_item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px;
  background: url(../images/arrow_drop.svg) no-repeat center;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.dropdown_select {
  display: flex;
  width: 280px;
  padding: 10px 5px;
  left: 0;
  top: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

.dropdown_select.opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.col_slc {
  display: block;
  float: left;
  padding: 0 5px;
}

.select_jr {
  display: inline-block;
  position: relative;
  width: 125px;
  margin: 0;
  text-align: left;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.select_jr .select2-container {
  width: 100% !important;
}

.select_jr .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E7E9E9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.select_jr .select2-container .select2-selection--single {
  height: auto;
  padding: 7px 10px;
}

.select_jr .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.select_jr .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
  height: 14px;
  top: 13px;
  right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url("../images/arrow_drop.svg");
}

.select_jr .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.select_jr .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-results {
  text-align: left;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F5F5F5;
  color: #121212;
}

.select2-results__option {
  padding: 11px 16px;
}

/*! ====== DATAPICKER LIST ======= */

/*! ====== Youtube Video Iframe ======= */
.wrap_ytb {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.wrap_ytb.desk {
  display: block;
}

.wrap_ytb.mobile {
  display: none;
}

.ytb_sect {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.ytb_item {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ytb_item::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.ytb_item img,
.ytb_item iframe,
.ytb_item video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.ytb_title {
  display: block;
  width: 100%;
  padding: 10px 16px;
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
  text-align: left;

  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

/*! ====== Youtube Video Iframe ======= */

/*! ====== Last News LIST ======= */
.wrap_last_news {
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wrap_last_news .sect_body {
  /* padding: 0 8px 0 0; */
  overflow: hidden;
}

.wrap_last_news .more {
  margin: 12px 0 0 0;
  padding: 0;
}


.last_list {
  width: 100%;
  padding-top: 12px;
}

.last_items a {
  width: 100%;
}

.last_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* padding-top: 12px; */
}

.news_conten {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #E9EBF0;
}

.last_catg {
  display: block;
  position: relative;
  float: left;
  width: auto;
  margin-right: 8px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 510;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #8A742F;
  opacity: 1;
  word-break: break-word;
}

.last_date::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background-color: #C7080F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.last_date {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 4px 12px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #5C5A01;
  opacity: 1;
  word-break: break-word;
  background: #FAF9E1;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.last_title {
  width: 100%;
  margin-top: 8px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.manshet-text span,
.news_hd span,
.stat_title span,
.last_title span {
  color: #A80208 !important;
}

/* .last_items:hover .last_title {
  color: #A80208;
} */

/*! ====== Last News LIST ======= */
/*! ====== Top 5 News LIST ======= */
.wrap_top5 .last_title {
  margin-top: 0;
  color: #3D4147;
}

.wrap_top5 .last_list {
  padding-top: 0 !important;
}

.wrap_top5 .news_conten {
  padding-left: 52px;
}

.top_count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 16px;
  width: 40px;
  height: 40px;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
}

/*! ====== Top 5 News LIST ======= */
/*! ====== Blogger LIST ======= */
.wrap_blogger .last_title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

.wrap_blogger .news_conten {
  display: flex;
  align-items: flex-start;
}

.blog_name {
  display: flex;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #A80208;
  opacity: 1;
  word-break: break-word;
}

.blog_conten {
  float: left;
  width: calc(100% - 80px);
  padding-right: 16px;
}

.blog_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blog_image::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.blog_image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

/*! ====== Blogger LIST ======= */
/*! ====== Top2 LIST ======= */
.wrap_top2 {
  padding-bottom: 0;
}

.wrap_top2 .last_list,
.wrap_top2 .last_items {
  padding: 0;
}

.wrap_top2 .last_title {
  margin: 0;
  font-size: 20px;
}

.wrap_top2 .news_conten {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 0 24px 0;
  border: none;
}

.top2_conten {
  width: 100%;
  padding-top: 12px;
}

.top2_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.top2_image::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 66%;
}

.top2_image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

/*! ====== Top2 LIST ======= */

/* todo =============== I todo here ==============  */


/* Sections odds */

.mobile_change_sect {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wrap_odds {
  width: 100%;
  padding: 32px 0 0px 0;
}

.wrap_odds .row {
  margin: 0 -16px;
}

.show_desk {
  display: block;
}

.show_mobile {
  display: none;
}

.wrap_odds .odds_col {
  width: 50%;
  padding: 0px 16px;
}

.odds_col {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0px 20px;
  overflow: hidden;
}

.odds_col .col_in {
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  overflow: hidden;
  background-color: #F1F3F4;
}

.wrap_odds .odds_col .col_in {
  position: relative;
  padding: 32px 32px;
  background-color: #9D0727;
}

.wrap_odds .odds_col .col_in.theme_red {
  background-color: #9D0727;
}

.wrap_odds .odds_col .col_in.theme_green {
  background-color: #15458E;
}

.left_odds {
  display: block;
  float: left;
  width: calc(100% - 186px);
  padding: 0 32px 0 0;
}

.right_odds {
  display: block;
  float: left;
  width: 186px;
}

.right_odds .odds_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.right_odds .odds_img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
}

.odds_row {
  width: 100%;
}

.odds_img_col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.odds_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.odds_img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.wrap_odds .lt_title {
  margin: 0px 0px 32px 0px;
  text-align: left;
  font-family: 'Manrope';
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #FFFFFF !important;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.wrap_odds .lt_info {
  text-decoration: underline;
  text-align: left;
  font-family: 'Brygada 1918';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.read_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  padding: 17px;
  position: absolute;
  left: 32px;
  bottom: 32px;
  text-align: left;
  font-family: 'Manrope';
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


/* odds sections */

.wrap_faq {
  width: 100%;
}

.faq_body {
  padding: 24px 0;
}

.wrap_faq .row {
  margin: 0;
}

.wrap_faq .col {
  width: 100%;
  padding: 0 0 16px 0;
}

.wrap_faq_section .row {
  margin: 0 -12px;
}

.wrap_faq_section .col {
  width: 50%;
  padding: 0 12px 16px 12px;
}

.collapse_row {
  width: 100%;
  background-color: #F7F9FA;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.collapse_btn {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 16px 56px 16px 16px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #161B1F;
  opacity: 1;
  word-break: break-word;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_drop.svg");
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.collapse_btn.clp_clicked::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.collapse_content {
  display: none;
  width: 100%;
  padding: 8px 16px 16px 16px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #41484D;
  word-break: break-word;
}

/*! ====  MAIN PAGE FINISH  ===== */

/*! ====  STATIC PAGE START  ===== */

/*! ======== PROJECTS PAGE START ========*/
.wrap_project {
  display: block;
  width: 100%;
}

.project_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}

.prj_img {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100%;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.prj_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 80%;
}

.prj_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
}

.prf_content {
  display: block;
  width: calc(100% - 400px);
  padding-left: 16px;
}

.prj_title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #161B1F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}


.prj_text {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #6E757A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
}

.prj_link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.prj_more:hover {
  background-color: #EDF7FC;
}

.prj_more:hover::before {
  right: 4px;
}

.prj_more::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/right_more.svg");
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.prj_more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 10px 42px 10px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #087CBF;
  opacity: 1;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_project_in .wrap_left {
  padding: 0 72px 0 0;
}

.wrap_project_in .sect_header.extra_bold {
  border-bottom: none;
}

.wrap_project_in .extra_bold .sect_title {
  font-size: 36px;
}

.wrap_project_in p {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #161B1F;
}

.prj_in_img {
  display: block;
  margin: auto;
  padding: 24px 0;
}

.prj_in_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

.wrap_uni {
  margin: 40px auto;
}

.wrap_uni .sect_header {
  margin-bottom: 24px;
}

.wrap_uni .sect_head {
  display: flex;
}

.wrap_uni .more_link {
  margin: 0 8px 0 0;
  padding: 10px 8px 10px 42px;
}

.wrap_uni .more_link::before {
  right: auto;
  left: 8px;
  background-image: url("../images/back.svg");
}

.wrap_uni .row {
  margin: 0 -12px;
}

.wrap_uni .col {
  width: 25%;
  padding: 0 12px 24px 12px;
}

.blg_img_cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.blg_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blg_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.student_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.blg_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

.blg_name {
  width: 100%;
  padding: 12px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #161B1F;
  opacity: 1;
  word-break: break-word;
}

.blg_info {
  width: 100%;
  padding: 4px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #6E757A;
  opacity: 1;
  word-break: break-word;
}


.links_uni:hover {
  background-color: #EDF7FC
}

.links_uni {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 52px 12px 16px;
  margin-bottom: 12px;
  border: 1px solid #E3E6EA;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.links_uni::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/uni_r.svg");
}

.uni_icon {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
}


.uni_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.uni_name {
  display: block;
  float: left;
  width: calc(100% - 48px);
  padding-left: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #161B1F;
}

/*! ======== PROJECTS PAGE FINISH ========*/

/*! ======== PARTNERS START ========*/
.partners_slider {
  padding: 40px 16px;
}

.partners_slider .sect_header {
  margin-bottom: 20px;
}

.partner_img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.partner_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.partner_img:hover {
  background-color: #F7F9FA;
}

/* Calendar */
.calendar_section {
  width: 100%;
  padding: 40px 16px;
}

.ui-widget {
  font-family: 'SFProDisplay', Arial, Helvetica, sans-serif !important;
}

.calendar_section .ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 14px;
  border: none;
  background-color: #EDF7FC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.calendar_section .ui-widget.ui-widget-content {
  width: 100%;
  border: none;
}

.calendar_section .ui-datepicker select.ui-datepicker-month,
.calendar_section .ui-datepicker select.ui-datepicker-year {
  width: auto;
  border: none;
  margin: 0 8px;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: #161B1F;
}

.calendar_section .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #6E757A;
}

.calendar_section .ui-datepicker td {
  padding: 8px;
  text-align: center;
}


.calendar_section .ui-widget-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 10px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #161B1F !important;
  background-color: transparent !important;
  cursor: pointer;
  border: none !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.calendar_section .ui-datepicker-calendar a:hover {
  background: #087CBF !important;
  color: #fff !important;
}

.calendar_section .ui-datepicker-calendar .ui-state-active,
.calendar_section .ui-datepicker-calendar .ui-state-active,
/* .calendar_section .ui-widget-header .ui-state-active, */
.calendar_section .ui-datepicker-calendar a.ui-button:active,
.calendar_section .ui-datepicker-calendar .ui-button:active,
.calendar_section .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #087CBF !important;
  color: #fff !important;
}

.calendar_section .ui-datepicker-calendar .ui-state-highlight,
.calendar_section .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.calendar_section .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  background: #E5CE85 !important;
}

.calendar_section .ui-icon-circle-triangle-w {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-image: url("../img//icons/date_left.svg") !important;
}

.calendar_section .ui-icon-circle-triangle-e {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-image: url("../img//icons/date_right.svg") !important;
}

.calendar_section .ui-datepicker .ui-datepicker-prev-hover,
.calendar_section .ui-datepicker .ui-datepicker-next-hover {
  top: auto;
}


.calendar_section .ui-datepicker .ui-datepicker-prev {
  left: 16px;
  top: auto;
}

.calendar_section .ui-datepicker .ui-datepicker-next {
  right: 16px;
  top: auto;
}

.calendar_section .ui-datepicker .ui-datepicker-prev-hover {
  left: 16px;
}

.calendar_section .ui-datepicker .ui-datepicker-next-hover {
  right: 16px;
}

.calendar_section .ui-datepicker .ui-datepicker-prev span,
.calendar_section .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: auto;
  margin-left: 0;
  top: auto;
  margin-top: 0;
}

/* Calendar */
/*! ======== PARTNERS FINISH ========*/


/*! ======== CONTACT PAGE START ========*/

.wrap_contact {
  width: 100%;
  padding: 24px 16px 48px 16px !important;
}

.wrap_contact .sect_header {
  margin-bottom: 24px;
}

.contact_body {
  width: 100%;
}

.cnt_row {
  margin: 0 -12px;
}

.cnt_col {
  width: 50%;
  float: left;
  padding: 0 12px 24px 12px;
}

.contact_sect {
  display: block;
  width: 100%;
  /* margin-bottom: 24px; */
}

.contact_sect .adrs_list li::before {
  display: none;
}

.contact_sect .adrs_list li {
  padding: 12px 0 0 0;
}

.contact_sect .adrs_list {
  margin: 20px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact_sect .adr_info,
.contact_sect .adr_info a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0px 0 40px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #15161A;
  opacity: 1;
}

.contact_sect .adr_info::before {
  width: 28px;
  height: 28px;
  background-color: rgba(168, 2, 8, 0.12);
  background-size: 16px 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.mail_cnt::before {
  background-image: url(../images/mail_cnt.svg);
}

.phone_cnt::before {
  background-image: url(../images/phone_cnt.svg);
}

.contact_person {
  display: block;
  width: 100%;
  padding: 24px;
  margin-bottom: 0 !important;
  background: linear-gradient(91deg, #FCE8E9 0%, #FFF 28.22%);
  border: none;
  /* border-bottom: 1px solid #E9EBF0; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.person_conten {
  display: block;
  float: left;
  padding-left: 16px;
  width: calc(100% - 80px);
}

.person_name {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.person_special {
  display: flex;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #3D4147;
  opacity: 1;
  word-break: break-word;
}

.person_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.person_image::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.person_image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


.contact_left {
  width: 100%;
  padding: 0 0 10px 0;
}

.contact_right {
  width: 100%;
  padding: 0 0px 0 0px;
}

.odd_row {
  display: flex;
  width: 100%;
}

.wrap_contact .address_sect,
.wrap_contact .ftr_right {
  float: none;
  width: 100%;
  margin: 0;
}

.wrap_contact .app_items {
  width: 100%;
}

.contact_social {
  display: flex;
  width: 100%;
  padding: 24px 24px 0 24px;
  margin-bottom: 24px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.contact_social .app_title {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: #15161A;
  opacity: 1;
}

.contact_social li {
  display: flex;
  align-items: center;
  margin: 0 24px 24px 0 !important;
}

.contact_social a {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}

.contact_social a:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.map_section {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 24px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.map_section .app_title {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: #15161A;
  opacity: 1;
}

.map_address::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/cnt_loc.svg");
}

.map_address {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 28px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #3D4147;
  opacity: 1;
}

.map {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.map::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 42%;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}


.cnt_info {
  width: 100%;
  margin: 40px auto 28px auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #29210A;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

/* .wrap_contact .adrs_list {
  padding: 0 0 12px 0;
  background-color: #fff;
  border-radius: 8px;
} */

/*! ======== CONTACT PAGE FINISH ========*/


/*! ======== ABOUT PAGE START ========*/

.wrap_about_page {
  padding: 24px 0 48px 0;
}

.static_container {
  display: block;
  width: 100%;
  padding: 24px;
  max-width: 876px;
  margin-left: auto;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.about_info p {
  margin: 0px 0 15px 0;
}

.about_info {
  margin: 16px auto 32px auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #15161A;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


/*! ======== ABOUT PAGE FINISH ========*/


/*! ======== CATEGORY PAGE START ========*/

/* .category_page {
  padding: 0px 16px;
} */

.category_page .wrap_left .sect_header {
  margin-bottom: 24px;
}

.category_page .wrap_left .sect_title {
  font-size: 36px;
}

.category_tab_list {
  display: flex;
  width: 100%;
  margin-top: 16px;
}

.category_tab_list li {
  float: left;
}

.category_tab_list li a {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 12px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #727782;
  opacity: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.category_tab_list li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #A80208;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.category_tab_list li.active a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.category_tab_list li a:hover,
.category_tab_list li.active a {
  color: #A80208;
}

/*! ======== CATEGORY PAGE FINISH ========*/

/*! ======== SEARCH PAGE START ========*/
.search_page .sect_head {
  margin-right: 10px;
}

.slct_src {
  display: block;
  float: right;
  margin: 0 0 0 auto;
}

.slct_src .select_jr {
  width: auto;
  margin: 0;

  font-size: 16px;
  line-height: 1.2;
}

.slct_src .select_jr .select2-container--default .select2-selection--single .select2-selection__rendered {

  font-size: 16px;
  line-height: 1.2;
}

.select2-dropdown {
  border: none;
}

.slct_src .select2-results {

  font-size: 16px;
  line-height: 1.2;
}

.slct_src .select_jr .select2-container .select2-selection--single {
  padding: 11px 16px 11px 8px;
  border: none;
}

/*! ======== SEARCH PAGE FINISH ========*/

/*! ======== DETAIL PAGE START ========*/

.detail_page {
  padding: 24px 0 0 0;
}

.detail_container {
  display: block;
  width: 100%;
}

.news_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.news_hd {
  display: block;
  width: 100%;
  padding: 24px 24px 16px 24px;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #15161A;
  opacity: 1;
}

.news_header .stat_catg,
.news_header .stat_views {
  min-height: 24px !important;
  margin: 0 24px 0 0;
  padding-left: 32px;
}

.news_header .stat_date {
  display: inline-flex;
  align-items: center;
  margin: 0;
  min-height: 24px !important;
}

.news_header .stat_date::before {
  content: "";
  display: block;
  float: left;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  background-color: #C7080F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.news_header .stat_catg::before,
.news_header .stat_views::before {
  width: 24px;
  height: 24px;
}

.news_header .share_name {
  color: #F7F9FA;
}

.detail_page .sect_hd {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  /* letter-spacing: -1.2px; */
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


.news_inner_items {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}

.dtl_date {
  display: inline-flex;
  align-items: center;
  float: left;
}

.catg_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px 12px 24px;
  border-bottom: 1px solid #E9EBF0;
}

.text_scale {
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
}

.scaleplus,
.scalefont,
.scaleminus {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  background-color: #E9EBF0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scaleplus:hover,
.scaleminus:hover {
  background-color: #d1e5f3;
}

.scaleplus {
  background-image: url("../images/plus.svg");
}

.scalefont {
  background-size: 20px 20px;
  background-color: transparent;
  background-image: url("../images/font.svg");
}

.scaleminus {
  background-image: url("../images/minus.svg");
}


.detail_left .catg_info {
  display: block;
  float: left;
  text-align: left;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #9D0727;
  opacity: 1;
  margin: 0 30px 0 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.detail_left .last_nw_date {
  display: block;
  float: left;
  text-align: left;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #7F7F7F;
  opacity: 1;
  margin: 0 30px 0 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.news_in_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.news_in_img img,
.news_in_img video,
.news_in_img iframe {
  display: block;
  width: 100%;
  height: auto;
}

.news_in_social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 24px 24px 24px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}

.share_modern {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  padding-left: 50px;
  height: 40px;
}

.share_modern::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/md_icon.png");
}

.modern_name {
  display: block;
  width: 100%;
  text-align: left;

  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.modern_info {
  display: block;
  width: 100%;
  text-decoration: underline;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}


.nw_social_sect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px;
  border: 1px solid #DADEE5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.nw_socials {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-top: 24px;
}

.nw_socials li {
  width: auto;
  float: left;
  margin: 0 8px 0 0;
}

.nw_socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 4px;
}

.nw_sc_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #E9EBF0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nw_sc_icon img {
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.nw_socials li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nw_sc_name {
  display: block;
  width: auto;
  margin-top: 8px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #3D4147;
  opacity: 1;
}

.share_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.share_name {
  display: inline-flex;
  float: left;
  width: auto;
  margin-right: 24px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #15161A;
  opacity: 1;
}

.copy_link {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding-right: 32px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #15161A;
  opacity: 1;
  cursor: pointer;
}

.copy_link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/copy_link.svg");
}

.nw_social_banner {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 24px auto;
  width: 100%;
  padding: 16px;
  border: 1px solid #727782;
  border-bottom: 2px solid #727782;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.nw_social_banner .share_name {
  display: inline-flex;
  float: left;
  width: auto;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
}

.nw_social_banner .nw_socials li {
  margin: 0 20px 0 0;
  list-style: none;
}

.nw_social_banner .nw_socials li a {
  padding: 0;
}

.nw_social_banner .nw_sc_icon {
  width: 28px;
  height: 28px;
  background: none;
}

.nw_social_banner .nw_sc_icon img {
  width: 100%;
  height: 100%;
}

.toast {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  padding: 8px 16px;
  position: fixed;
  left: 50%;
  bottom: 24px;
  background-color: #15161A;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}


.nw_in_text p {
  margin: 0 0 16px 0;
}

.nw_in_text {
  display: block;
  width: 100%;
  padding: 0 24px 24px 24px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #15161A;
  opacity: 1;
  background-color: #fff;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.nw_in_text img,
.nw_in_text iframe,
.nw_in_text video {
  display: block;
  /* width: auto; */
  /* height: auto; */
  max-width: 100%;
  margin: 16px auto;
}

.nw_in_text ol,
.nw_in_text ul {
  margin: 16px auto;
  padding: revert-layer;
}

.nw_in_text ol {
  list-style: auto;
}

.nw_in_text ul {
  list-style: disc;
}


/* Mod reklam  news */
.moderator_lang_news {
  width: 100%;
  padding: 24px 24px 18px 24px;
  margin: 24px auto;
  border: 1px solid #DADEE5;
  background: #E9EBF0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.moderator_lang_news .stat_item_link {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.moderator_lang_news .row {
  margin: 0 -6px;
}

.mod_col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  padding: 6px 6px;
}

.mod_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mod_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.mod_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


.mod_col a:hover .mod_img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.mod_text {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 0 0 12px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.mod_lang_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
}

.mod_header {
  display: block;
  float: left;
  padding: 0 0 0 12px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
}

.mod_lang {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 28px;
  height: 28px;
  padding: 4px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  opacity: 1;
  word-break: break-word;
  background: #A80208;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.moderator_lang_news span {
  color: #A80208 !important;
}

/* Mod reklam  news */
/* Similar news */
.detail_similar {
  width: 100%;
  padding: 24px 0 !important;
}

.detail_similar .sect_header {
  margin-bottom: 24px;
}

.detail_similar .sect_title {
  font-size: 24px !important;
}


/* .detail_similar .row {
  margin: 0 -15;
} */
/* .detail_similar .wrap_stat .col_in.item_news {
  padding: 16px 0px 20px 0;
} */

/* .detail_similar .stat_col {
  padding-bottom: 0;
} */

.special_news_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  padding: 20px;
  text-align: left;

  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
  background-color: #EC1F27;
}

.spl_nw_conten {
  display: block;
  float: left;
  width: calc(100% - 250px);
  padding: 0 0 0 20px;
}

.spl_nw_img {
  display: block;
  float: left;
  position: relative;
  width: 250px;
}

.spl_nw_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
}

.spl_nw_img img,
.spl_nw_img video,
.spl_nw_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.spl_info {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  text-align: left;

  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.8;
}

.spl_title {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;

  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  /* letter-spacing: -0.72px; */
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.spl_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  text-align: left;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #EC1F27;
  opacity: 1;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.link_name {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 0 18px 0 0;
}

.link_name::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/spl_arw.svg");
}

.bookmark_news {
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 20px;
  text-align: left;

  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
  background-color: #FEF3F4;
}

.bookmark_news::before,
.bookmark_news::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bookmark_news::before {
  margin: 0px auto 10px 0;
  background-image: url("../images/quota_top.svg");
}

.bookmark_news::after {
  margin: 10px 0px 0 auto;
  background-image: url("../images/quota_bottom.svg");
}

/* custom share */
.custom_share_items {
  display: block;
  width: 100%;
  padding: 0;
}

.custom_share {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 24px auto;
  padding: 24px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cs_sh_img {
  display: flex;
  align-items: center;
  float: left;
  padding-right: 16px;
}

.cs_icon {
  display: block;
  float: left;
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cs_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.cs_name_sect {
  display: flex;
  float: left;
  flex-direction: column;
  padding-left: 16px;
}

.cs_name {
  display: block;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
}

.cs_sh_text {
  display: block;
  width: auto;
  margin-top: 4px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
}


.cs_sh_link:hover {
  background: #3D4147;
}

.cs_sh_link {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 105px;
  height: 48px;
  margin: 0 0 0 auto;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  background: #15161A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

/* .wp_share .cs_sh_link {
  background: transparent linear-gradient(180deg, #35D973 0%, #24CC63 100%);
}

.insta_share .cs_sh_link {
  background: transparent linear-gradient(180deg, #707AE7 0%, #4E58CD 100%);
}

.twt_share .cs_sh_link {
  background: transparent linear-gradient(180deg, #4ABBF6 0%, #1C9CEA 100%);
}

.fb_share .cs_sh_link {
  background: transparent linear-gradient(180deg, #00C6FF 0%, #0084FF 100%);
}

.ytb_share .cs_sh_link {
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
}

.tlg_share .cs_sh_link {
  background: transparent linear-gradient(180deg, #1DA5E9 0%, #0084C6 100%);
} */

.wp_share .cs_icon {
  background-image: url("../images/wp_custom.svg");
}

.insta_share .cs_icon {
  background-image: url("../images/ins_custom.svg");
}

.twt_share .cs_icon {
  background-image: url("../images/twt_custom.svg");
}

.fb_share .cs_icon {
  background-image: url("../images/fb_custom.svg");
}

.ytb_share .cs_icon {
  background-image: url("../images//ytb_custom.svg");
}

.tlg_share .cs_icon {
  background-image: url("../images/tlg_custom.svg");
}

/* custom share */

/*! ======== DETAIL PAGE FINISH ========*/

/*! ======= Gallery ====== */
.news_gallery_sect {
  display: block;
  width: 100%;
  background-color: #fff;
}

.news_gallery {
  display: block;
  margin: 0px -12px;
  padding: 0 24px 24px 24px;
}

.demo-gallery > ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.demo-gallery > ul > li {
  display: block !important;
  float: left;
  width: 25% !important;
  margin: 0px !important;
  padding: 0px 12px 24px 12px !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.demo-gallery > ul > li a {
  display: block;
  width: 100%;
  position: relative;
  float: none;
  overflow: hidden;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.demo-gallery > ul > li a::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.product_gallery_images_upload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* !======= Gallery ====== */

/*! ====== BLOGGER LIST ======= */
/* .wrap_blogger_page {
  padding: 20px 0 60px 0;
} */
.wrap_blogger_page .sect_footer {
  margin-top: 24px;
}

.blogger_items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 12px;
  border: 1px solid #E9EBF0;
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blogger_items .blog_image {
  width: 108px;
}

.blogger_items .blog_conten {
  width: calc(100% - 108px);
  padding: 0 0 0 16px;
}

.blogger_items .blog_name {
  font-size: 14px;
  color: #3D4147;
}

.blogger_items .last_title {
  margin-top: 12px;
  font-size: 20px;
  letter-spacing: 0;
  color: #15161A;
}

.blogger_items .stat_date {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
  min-height: 20px;
  margin: 4px 0 0 0;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #727782;
  opacity: 1;
}

.blogger_special {
  padding: 20px 24px;
  margin-bottom: 0 !important;
  background: linear-gradient(91deg, #FCE8E9 0%, #FFF 28.22%);
  border: none;
  border-bottom: 1px solid #E9EBF0;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.blogger_special .blog_image {
  width: 72px !important;
}

.blogger_special .blog_conten {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 72px) !important;
}

.blogger_special .odds_row_bl {
  width: calc(100% - 150px);
  float: left;
}

.blogger_special .last_title {
  margin-top: 0 !important;
  font-size: 20px !important;
}

.blogger_special .blog_name {
  font-weight: 400;
}

.blog_all_news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 140px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #15161A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25;
  -webkit-transition: all 0.25;
  -moz-transition: all 0.25;
  -ms-transition: all 0.25;
  -o-transition: all 0.25;
}

.blog_all_news:hover {
  background: #3D4147;
}

/*! ====== BLOGGER LIST ======= */


.public_message {
  width: 100%;
}

#core_js_messages {
  width: 100%;
}

.alert {
  display: block;
  width: 100%;
  padding: 12px 16px 12px 16px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.error_message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}


/* ======== LOGIN PAGE FINISH ========*/

/*! Pgination */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding-top: 16px; */
}

.pagination_list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 6px;
  border: 1px solid #E9EBF0;
  background: #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.pagination_list li {
  display: block;
  float: left;
  margin: 0 4px;
}

.pagination_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1px;
  color: #15161A;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.pagination_list li.active a {
  background-color: #A80208;
  color: #ffffff;
}

.pagination_list li:hover:not(.active) a {
  background-color: #F5F6FA;
}

.pagination_list li.first-a a,
.pagination_list li.last-a a {
  color: #3D4147;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.pagination_list li.first-a a::before {
  margin-right: 4px;
  background-image: url("../images/p_prev.svg");
}

.pagination_list li.last-a a::after {
  margin-left: 4px;
  background-image: url("../images/p_next.svg");
}

.pagination_list li.first-a a:hover:before {
  background-position: 0 100%;
}

.pagination_list li.last-a a:hover::after {
  background-position: 0 100%;
}


/*! Pgination */


/*! Error page */
.wrap_error {
  display: block;
  width: 100%;
  padding: 0 16px 48px 16px;
}

.error_page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error_content {
  display: block;
  width: auto;
  max-width: 560px;
  padding: 48px 0;
}

.erro_pg_img {
  display: block;
  width: 560px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.erro_pg_img img {
  display: block;
  width: 100%;
  height: 100%;
}


.error_pg_info {
  padding: 0px 0;
  text-align: center;
}

.error_pg_info .odds_row {
  display: flex;
  justify-content: center;
}

.error_title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #15161A;
  opacity: 1;
}

.error_pg_txt {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #15161A;
  opacity: 1;
  word-break: break-word;
}

.error_back::before {
  content: "";
  display: block;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/arw_back.svg");
}

.error_back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  margin-top: 16px;
  padding: 12px 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 1;
  background: #15161A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

/* .error_back:hover {
  background-color: #3d3f42;
} */

/* !Error page */

/* Banners parts */
.wrap_top_bnr {
  width: 100%;
}

.bnr_row {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.bnr_col {
  display: flex;
  float: left;
  width: 25%;
  padding: 0 10px;
}

.bnr_300_100 {
  display: block;
  width: 300px;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
}

.bnr_300_250 {
  display: block;
  width: 300px;
  height: 250px;
  background-color: #fff;
  overflow: hidden;
}

.bnr_item {
  display: block;
  margin: 0 auto;
  background-color: #EDF7FC;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.bnr_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.bnr_inner {
  display: block;
  width: 100%;
}

.bnr_head {
  display: block;
  width: 100%;
  text-align: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #7DC6F0;
}

.bnr_info {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #7DC6F0;
}

.bnr_logo {
  display: block;
  width: 110px;
  height: 25px;
  margin: auto;
}

.bnr_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.desk_bnr {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mobile_bnr {
  display: none;
  justify-content: center;
  width: 100%;
}

/* Banners parts */

/* Mobile news lent */
.mobile_fixed_icons {
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  /* padding: 24px 16px; */
  right: 16px;
  bottom: 16px;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.click_open_lent::before {
  content: "";
  display: block;
  position: relative;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url("../images/click_lent.svg");
  background-color: #F0DFE0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.click_open_lent:hover {
  background: #C7080F;
}

.click_open_lent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 28px;
  padding: 4px;
  margin-left: auto;
  cursor: pointer;
  box-shadow: 0px -4px 8px 0px rgba(23, 30, 38, 0.04);
  background: #A80208;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.click_name {
  display: inline-flex;
  width: auto;
  margin-right: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #FCE8E9;
  word-break: break-word;
}

.click_count {
  display: inline-flex;
  width: auto;
  padding: 3px 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #FCE8E9;
  word-break: break-word;
  background: #7A0106;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
}

.lent_last_news {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #ffffff !important;
  z-index: 9999999999999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lent_last_news.transformed {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.lent_last_news .last_list {
  padding-top: 0 !important;
}

.scroll_list {
  width: 100%;
  max-height: calc(100% - 54px);
  margin-top: 12px;
  padding-right: 4px;
  overflow: hidden;
  overflow-y: auto;
}

.scroll_list:hover::-webkit-scrollbar-thumb {
  background-color: #E7E9E9;
}

.scroll_list::-webkit-scrollbar-track {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.scroll_list::-webkit-scrollbar {
  width: 4px;
}

.scroll_list::-webkit-scrollbar-thumb {
  background-color: #E7E9E9;
  transition: all 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.lent_last_news .wrap_last_news {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  margin: 0 !important;
  padding: 24px 16px 75px 16px !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.lent_last_news .wrap_last_news .more {
  justify-content: center;
  margin: 0 auto;
  padding: 12px 12px;
  background: #FFF;
  box-shadow: 0px -4px 8px 0px rgba(23, 30, 38, 0.04);
}

.lent_last_news .sect_footer {
  width: calc(100% + 32px);
  margin-left: -16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flex_row {
  display: flex;
  align-items: center;
  width: 100%;
}

.last_media_icons {
  display: inline-flex;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}


.last_video {
  background-image: url("../images/videoplay.svg");
}

.last_foto {
  background-image: url("../images/last_foto.svg");
}

.catg_media {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 5;
}

.catg_media_icons {
  display: inline-flex;
  margin-left: 4px;
  width: auto;
  height: 22px;
  padding: 4px 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, 0.60);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.catg_media_icons::before {
  content: "";
  display: block;
  position: relative;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}


.catg_video::before {
  background-image: url("../images/catg_video.svg");
}

.catg_foto::before {
  background-image: url("../images/catg_foto.svg");
}

/* Mobile news lent */

.writers_btn {
  margin-left: 0;
  width: 120px;
  height: 36px;
  font-size: 14px;
  color: #15161A;
  background: #E9EBF0;
}

.writer_card.blogger_items .blog_name {
  font-size: 16px;
}

.writer_card.blogger_items {
  width: 50%;
  margin: 10px -10px;
  justify-content: space-between;
}

.writer_cards {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  flex-wrap: wrap;
}

.writers_btn:hover {
  background-color: #DADEE5;
}