* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  background-color: #fff;
  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: 1232px;
  padding: 0 16px;
  margin: 0 auto;
}


/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
  background-color: #fff;
}

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: 999;
}

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;
  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: 16px 0px;
  background: #FCF8E8;
  /* box-shadow: 0px 0px 10px #0000000F; */
  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 auto 0 0;
  /* max-width: 250px; */
}

.header_right {
  display: flex;
  align-items: center;
  width: auto;
  float: right;
  margin: 0 0 0 auto;
}

.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;
  position: relative;
  float: left;
  margin: 0 0 0 auto;
  cursor: pointer;
}

.menu_btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu_desk::before {
  background-image: url("../img/icons/menu_desk.svg");
}

.menu_mobile::before {
  background-image: url("../img/icons/menu.svg");
}

.menu_close::before {
  background-image: url("../img/icons/close.svg");
}

.menu_close {
  position: absolute;
  padding: 8px;
  right: 16px;
  top: 16px;
  background-color: #FCF8E8;
  border-radius: 50%;
}

.menu_mobile {
  float: right;
  padding: 8px;
  margin: 4px 0;
  background-color: #FCF8E8;
  border-radius: 50%;
}

.menu_desk {
  display: block;
}

.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("../img/icons/search_opn.svg");
}

.mobile_src {
  display: none;
  right: 40px;
  float: right;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin: 4px 8px 4px 0;
  background-color: #EDF7FC;
  border-radius: 50%;
}


/*! Langs */

.language.desk {
  display: block;
}

.language.mobile {
  display: none;
}

.language {
  display: block;
  position: relative;
  float: left;
  margin-right: 16px;
  padding: 6px;
  background: transparent linear-gradient(180deg, #11111110 0%, #22222210 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.desk_lang {
  display: block;
  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_lang li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 6px;
}

.desk_lang li a {
  display: block;
  text-align: center;

  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.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;
}

.desk_lang li.active a {
  opacity: 1;
}

.desk_lang li a:hover {
  opacity: 1;
}


/*! 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-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #161B1F;
  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: #8A742F;
}


/*! 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: 206px;
  height: 48px;
  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: #FCF8E8;
  border-top: 1px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  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: 'SFProDisplay';
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #29210A;
  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: 40px;
  padding: 8px;
  background-color: #EDF7FC;
  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("../img/icons/search_icon.svg");
}

/* Search part =========*/

nav.nav_desk {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  width: calc(100% - 44px);
  height: auto;
  margin: 0px auto 0 0;
  z-index: 999;
}

ul.hdr_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hdr_menu > li {
  float: left;
  position: relative;
  padding: 0 20px 0 0px;
  list-style: none;
}

ul.hdr_menu li a {
  display: block;
  position: relative;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #29210A;
  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;
}


ul.hdr_menu li.active a {
  color: #8A742F;
}

ul.hdr_menu li a:hover {
  color: #8A742F;
}

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: 180px;
  top: 25px;
  right: 0;
  z-index: 999;
  background: #FFFFFF;
  border-radius: 8px;
  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(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.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 > li {
  float: left;
  padding: 8px 0px;
  clear: both;
  display: block;
  width: 100%;
}

.mob_body {
  width: 100%;
  max-height: calc(100% - 245px);
  padding-right: 8px;
  overflow: auto;
}

.mob_header {
  width: 100%;
}

.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_ftr .desk_little_menu {
  display: block;
  float: none;
  margin: 0 0 12px 0;
}

.mob_ftr .desk_little_menu li {
  width: 100%;
  float: none;
  margin: 0px;
  padding: 8px 0;
}

.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: block;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 80px 16px 16px 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;
}

nav.nav_mobile ul.hdr_menu > li {
  float: none;
  width: 100%;
  padding: 0 0 22px 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("../img/icons/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("../img/icons/user.svg") no-repeat center;
}


/*! ====  HEADER FINISH  ===== */


/*! ====  FOOTER START  ===== */

footer {
  display: block;
  position: relative;
  width: 100%;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 40px 16px 20px 16px;
  background-color: #fff;
}

.ftr_top .main_center {
  display: flex;
  flex-wrap: wrap;
}

.footer_full {
  width: 100%;
}

.footer_full .logo_sect {
  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 {
  width: 100%;
  padding: 24px 16px;
  background-color: #F7F9FA;
}

.ftr_social .main_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ftr_mid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 24px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.socials {
  display: block;
  width: auto;
}

.socials li:first-child {
  margin: 0;
}

.socials li {
  display: block;
  float: left;
  margin: 0 0px 0 8px;
}

.social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FCF8E8;
  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-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;
  float: left;
  padding: 0 0px 0 10px;
  text-align: left;
  font-family: 'Manrope';
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #121212;
  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: 275px;
  margin: 0 0 0 auto;
}

.adrs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 4px 16px;
  background-color: #FCF8E8;
  border-radius: 8px;
}

.adrs_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 12px 0;
}

.adr_name {
  display: block;
  width: 100%;
  padding: 0 0px 4px 0;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 142.857% */
  letter-spacing: 0.5px;
  color: #00000099;
  opacity: 1;
}

.adr_info a {
  margin-right: 20px;
}

.adr_info,
.adr_info a {
  display: block;
  float: left;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #29210A;
  opacity: 1;
}


/* 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; */
  margin-bottom: 40px;
  break-inside: avoid;
}

.footer-list > li > a {
  display: block;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #161B1F;
  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;
}

.footer-list li a:hover {
  color: #8A742F;
}
ul.footer-list li ul {
  margin-left: 5px;
}
.footer-list ul li {
  display: block;
  width: 100%;
  padding-top: 12px;
}

.footer-list ul li a {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #41484D;
}

/* footer menu */

.copyrite {
  display: block;
  width: 100%;
  padding: 32px 16px;
  background-color: #fff;
  border-top: 1px solid #E3E6EA;
}

.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;
  /* 142.857% */
  letter-spacing: 0.5px;
  color: #41484D;
}

.copy_site {
  display: block;
  float: left;
  width: auto;
  margin: 0px 30px 0px 0px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.5px;
  color: #41484D;
  opacity: 1;
}

.creat_sm_icon {
  display: block;
  float: left;
  width: 84px;
  height: 24px;
}

.creat_sm_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.copy_bottom .desk_little_menu li a {
  color: #A2A2A2;
}

.copy_bottom .desk_little_menu li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 0px 15px;
  padding: 0 0 0px 21px;
}

.copy_bottom .desk_little_menu li:first-child:before {
  display: none;
}

.copy_bottom .desk_little_menu li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: transparent linear-gradient(180deg, #E7E9E9 0%, #DBDBDB 100%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.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 48px 0 0;
}

.wrap_right {
  float: left;
  width: 336px;
}

.sect_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0 12px 0;
  background-color: #fff;
  border-bottom: 1px dashed #E3E6EA;
}

.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;
  min-width: 715px;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  text-align: left;
  letter-spacing: 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #161B1F;
  opacity: 1;
}

.extra_bold .sect_title {
  font-size: 32px;
}

.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: #EDF7FC;
}

.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("../img/icons/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: 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;
}

.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%;
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #111111;
}

.bt_tb_title:last-child {
  margin-right: 0 !important;
}

.bt_tb_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-right: 20px;
  position: relative;
  text-align: left;

  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #777777;
  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: 50%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #EC1F27;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.bt_tb_title:hover {
  color: #FFFFFF;
}

.bt_tb_title.active {
  color: #FFFFFF;
  opacity: 1;
}

.bt_tb_title.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bf_tb_items {
  display: none;
  width: 100%;
}

.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;
  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;
  /* 133.333% */
  letter-spacing: 0.5px;
  color: #292E33;
  opacity: 1;
  background: #F0F3F5;
  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: #8A742F;
}




.manshet_specl {
  display: block;
  width: 100%;
  margin: 0px;
}

.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: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}

.manshet_specl .msh-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 655px;
  padding: 40px 0;
}

.manshet_specl .manshet-catg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 12px;
  margin: 0px 8px 8px 0;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #29210A;
  opacity: 1;
  background-color: #FCF8E8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.manshet_specl .manshet-date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 12px;
  margin: 0px 8px 8px 0;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #022438;
  opacity: 1;
  background-color: #EDF7FC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.manshet_specl .manshet-text {
  display: block;
  width: 100%;
  margin: 0px;
  text-align: left;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #FCF8E8;
  opacity: 1;
}

.manshet_specl .mobile_shw {
  display: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #29210A;
}

.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: 56%;
}

.manshet_specl .sld_img::after {
  content: "";
  display: block;
  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%;
  max-width: 792px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.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: 56%;
}

.thumb_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.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%;
  margin-top: 8px;
}

.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-color: #11111110;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
}

.manshet_specl .mySwiperThumb .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #087CBF;
  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("../img/icons/play.svg");
}

.play_icon.foto::before {
  background-image: url("../img/icons/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("../img/icons/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("../img/icons/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("../img/icons/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("../img/icons/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-top: 12px;
  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;
}


/*! 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;
}

.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("../img/icons/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("../img/icons/currency.svg");
}

.v_up::after {
  background-image: url("../img/icons/v_up.svg");
}

.v_down::after {
  background-image: url("../img/icons/v_down.svg");
}

.v_static::after {
  background-image: url("../img/icons/v_static.svg");
}


/* Weather */

.weather_section {
  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("../img/icons/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: 40px;
  height: 40px;
}

.wth_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.wth_content {
  display: block;
  float: left;
  width: calc(100% - 40px);
  padding: 0 0 0 8px;
}

.w_item {
  display: block;
  float: left;
  padding-left: 8px;
}

.wth_date {
  display: block;
  width: 100%;
  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;
}

.wth_loc {
  display: block;
  text-align: left;
  color: #161B1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  /* 142.857% */
  letter-spacing: 0.1px;
  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;
}

/* 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: 40px !important;
}

.wrap_main_content {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* News items */
.wrap_stat {
  width: 100%;
  padding: 0;
}

.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: #E7E9E9;
  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 {
  width: 8px;
  height: 8px;
  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: flex; */
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 20px 0;
  white-space: nowrap;
}

.header_tab_list li {
  display: block;
  width: auto;
  float: left;
  padding: 3px;
}

.header_tab_list li a {
  display: block;
  width: auto;
  padding: 10px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #6E757A;
  background-color: #fff;
  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;
}


.header_tab_list li.active a,
.header_tab_list li a:hover {
  background-color: #087CBF;
  border-color: #087CBF;
  color: #FCF8E8;
}




.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;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.stat_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 63%;
}

.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_catg {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 8px 0 0;
  padding: 4px 8px;
  min-height: 24px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 510;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #29210A;
  opacity: 1;
  background-color: #FCF8E8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.stat_date {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #6E757A;
  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: #161B1F;
  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;
  position: relative;
  float: right;
  width: auto;
  margin: 0 0 0 auto;
}

.wrap_popular .swiper-button-next,
.wrap_popular .swiper-button-prev {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  top: 0;
  background-color: #FFFFFF;
  background-size: 12px 12px;
  border: 2px solid #111111;
  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: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wrap_popular .swiper-button-next {
  float: right;
  background-image: url("../img/icons/next.svg");
  right: 0px;
  margin: 0 0 0 auto;
}

.wrap_popular .swiper-button-prev {
  float: left;
  background-image: url("../img/icons/prev.svg");
  left: 0;
  margin: 0 10px 0 0;
}

.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 {
  padding-top: 20px;
  padding-bottom: 8px;
  border-top: 2px solid #E3E6EA;
  border-bottom: 2px solid #E3E6EA;
}

.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.desk .stat_col:first-child {
  width: 100%;
  padding: 0 8px 24px 8px;
}

.wrap_catgegory_1 .row {
  margin: 0 -8px;
}

.wrap_catgegory_1 .stat_col {
  padding: 0 8px 16px 8px;
}

.wrap_catgegory_1 .stat_catg {
  padding: 0;
  color: #8A742F;
  background-color: transparent;
}

.wrap_catgegory_1 .stat_col .stat_img {
  display: none;
}

.wrap_catgegory_1 .stat_col .col_in.item_news {
  background-color: #F7F9FA;
  padding: 12px 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_catgegory_1.desk .stat_col:first-child .stat_item_link {
  display: flex;
  align-items: center;
}

.wrap_catgegory_1.desk .stat_col:first-child .stat_img {
  display: block;
  width: 400px;
}

.wrap_catgegory_1.desk .stat_col:first-child .col_in.item_news {
  width: calc(100% - 400px);
  padding-left: 16px;
  background-color: transparent;
}


.wrap_catgegory_1.desk .stat_col:first-child .stat_title {
  font-size: 22px;
}

.wrap_catgegory_1.desk .stat_col:first-child .stat_catg {
  padding: 4px 8px;
  color: #29210A;
  background-color: #FCF8E8;
}

/*! ====== WRAP MAIN CATEGORY 1 ======= */

/*! ====== 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("../img/icons/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(../img/icons/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("../img/icons/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;
  font-family: alumni sans;
}

/*! ====== Youtube Video Iframe ======= */

/*! ====== Last News LIST ======= */
.wrap_last_news {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
}

.wrap_last_news .sect_body {
  padding: 0 8px 0 0;
  overflow: hidden;
}

.wrap_last_news .more {
  margin: 24px 0 0 0;
  padding: 0;
}


.last_list {
  width: 100%;
}

.scroll_list {
  width: 100%;
  padding-right: 8px;
  overflow: auto;
  max-height: 1690px;
}

.scroll_list:hover::-webkit-scrollbar-thumb {
  background-color: #E7E9E9;
}

.scroll_list::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.scroll_list::-webkit-scrollbar {
  width: 12px;
}

.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;
}

.last_items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}

.news_conten {
  display: block;
  width: 100%;
}

.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 {
  display: block;
  position: relative;
  float: left;
  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;
}

.last_title {
  width: 100%;
  padding-top: 8px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #161B1F;
  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;
}

.last_items:hover .last_title {
  color: #8A742F;
}

/*! ====== Last News 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("../img/icons/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("../img/icons/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("../img/icons/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("../img/icons/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 60px 16px;
}

.contact_body {
  width: 100%;
}

.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%;
}

.map {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.map::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 55%;
}

.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 16px 60px 16px;
}

.static_container {
  display: block;
  width: 100%;
}

.about_info p {
  margin: 0px 0 15px 0;
}

.about_info {
  max-width: 756px;
  margin: 50px auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #161B1F;
  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_title {
  font-size: 32px;
}


/*! ======== 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: 0px 16px 32px 16px;
}

.detail_container {
  display: block;
  width: 100%;
  background-color: #ffffff;
  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_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-bottom: 24px;
  padding: 24px 16px;
  background-color: #022438;
}

.news_hd {
  display: block;
  width: 100%;
  max-width: 810px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #F7F9FA;
  opacity: 1;
}

.news_header .stat_date {
  color: #ffffff99;
}

.news_header .share_name {
  color: #F7F9FA;
}

.detail_container .blogger_items {
  padding: 20px 20px 0px 20px;
  margin-bottom: 0;
}

.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%;
  background-color: #fff;
  margin: 0 0 20px 0;
}

.dtl_date {
  display: block;
  float: left;
}

.catg_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.text_scale {
  display: flex;
  justify-content: center;
  margin: 16px auto;
}

.scaleplus,
.scalefont,
.scaleminus {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  background-color: #F0F3F5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  -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("../img/icons/plus.svg");
}

.scalefont {
  background-color: transparent;
  background-image: url("../img/icons/font.svg");
}

.scaleminus {
  background-image: url("../img/icons/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;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.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: 16px 10px;
  border-bottom: 2px solid #E3E6EA;
}
.news_in_journalist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 10px;
}
.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("../img/icons/md_icon.png");
}
.share_azedu {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  padding-left: 50px;
  height: 40px;
}

.share_azedu::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}

.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::after {
  display: block;
  content: "";
  clear: both;
}

.nw_social_sect {
  display: flex;
  align-items: center;
  width: auto;
}

.nw_socials {
  width: auto;
  float: left;
}

.nw_socials li {
  width: auto;
  float: left;
  margin: 0 0 0 12px;
}

.nw_socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.nw_socials li a 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);
}

.share_name {
  display: block;
  float: left;
  width: auto;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.5px;
  color: #161B1F;
  opacity: 1;
}

.nw_in_text p {
  margin: 0 0 20px 0;
}

.nw_in_text {
  display: block;
  width: 100%;
  max-width: 756px;
  padding: 8px 0 24px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  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;
}

.nw_in_text img,
.nw_in_text iframe,
.nw_in_text video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.detail_similar {
  padding: 20px 0 0 0;
  border-bottom: 2px solid #E3E6EA;
}

.detail_similar .sect_header {
  margin-bottom: 20px;
}

.detail_similar.blog_detail {
  padding: 20px 0px 20px 0px;
}

.detail_similar.blog_detail .sect_header {
  background-color: transparent;
}

/* .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("../img/icons/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("../img/icons/quota_top.svg");
}

.bookmark_news::after {
  margin: 10px 0px 0 auto;
  background-image: url("../img/icons/quota_bottom.svg");
}

/* custom share */
.custom_share_items {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}

.custom_share {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #F4F6F6 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cs_sh_img {
  display: flex;
  align-items: center;
  float: left;
}

.cs_icon {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cs_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.cs_name {
  display: block;
  float: left;
  padding: 0 20px 0 7px;
  text-align: left;

  font-weight: bold;
  font-size: 42px;
  line-height: 1.2;
  /* letter-spacing: -1.26px; */
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
}

.cs_sh_text {
  display: block;
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 0 20px 0 20px;
  text-align: left;

  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  /* letter-spacing: -0.48px; */
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
  border-left: 1px solid #E7E9E9;
}


.cs_sh_link {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 130px;
  height: 40px;
  margin: 0 0 0 auto;
  padding: 5px 10px;
  text-align: center;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.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("../img/icons/wp_custom.svg");
}

.insta_share .cs_icon {
  background-image: url("../img/icons/ins_custom.svg");
}

.twt_share .cs_icon {
  background-image: url("../img/icons/twt_custom.svg");
}

.fb_share .cs_icon {
  background-image: url("../img/icons/fb_custom.svg");
}

.ytb_share .cs_icon {
  background-image: url("../img/icons//ytb_custom.svg");
}

.tlg_share .cs_icon {
  background-image: url("../img/icons/tlg_custom.svg");
}

/* custom share */

/*! ======== DETAIL PAGE FINISH ========*/

/*! ======= Gallery ====== */
.news_gallery {
  display: block;
  margin: 15px -16px;
}

.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 16px 32px 16px !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;
}

.blogger_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
}

.blogger_image {
  display: flex;
  float: left;
  max-width: 64px;
}

.blogger_content {
  display: block;
  float: left;
  max-width: calc(100% - 64px);
  padding: 0 0 0 16px;
}

.blogger_items .blg_name {
  padding: 0px;
  text-align: left;
  font-size: 20px;
}

.blogger_items .blg_info {
  padding: 2px 0px 0px 0px;
  text-align: left;
  font-size: 14px;
  -webkit-line-clamp: 1;
}

.blogger_items a.blg_info {
  text-decoration: underline;
}


.blogger_news_items {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  margin: 0 0 20px 0;
}

.blogger_news_items .stat_title {
  width: 100%;
  margin: 16px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.72px;
  -webkit-line-clamp: 3;
}

.blg_itm_info {
  width: 100%;
  margin: 10px 0 0 0;
  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: 1;
}

.blg_item_name {
  width: 100%;
  margin: 0 0 4px 0;
  text-align: left;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

/*! ====== 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: block;
  width: 100%;
  padding-top: 16px;
}

.pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0 0 0;
}

.pagination_list li {
  display: block;
  float: left;
  margin: 0 4px;
}

.pagination_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 40px;
  padding: 12px 6px;
  background-color: #F0F3F5;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #161B1F;
  opacity: 1;
  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;
}

.pagination_list li.active a,
.pagination_list li:hover:not(.active) a {
  background-color: #087CBF;
  color: #ffffff;
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pagination_list li.first-a a::before {
  background-image: url("../img/icons/p_prev.svg");
}

.pagination_list li.last-a a::before {
  background-image: url("../img/icons/p_next.svg");
}

.pagination_list li.first-a a:hover:before {
  background-position: 0 100%;
}

.pagination_list li.last-a a:hover:before {
  background-position: 0 100%;
}


/*! Pgination */


/*! Error page */
.wrap_error {
  display: block;
  width: 100%;
  padding: 0 16px;
}

.error_page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error_content {
  display: block;
  width: auto;
  max-width: 560px;
  padding: 80px 0;
}

.erro_pg_img {
  display: block;
  width: 270px;
  height: 140px;
  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;
  margin-top: 20px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 125% */
  color: #161B1F;
  opacity: 1;
}

.error_pg_txt {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.4px;
  color: #161B1F;
  opacity: 1;
  word-break: break-word;
}

.error_back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  margin-top: 16px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #8A742F;
  opacity: 1;
  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;
  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%;
}
a.more_link.right {
  float: right;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
/* Banners parts */
.news-p-select {
  padding: 6px 0px 6px 13px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  width: 100px;
  color: #25a8e0;
  float: right;
  font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
  font-size: 17px;
}
.bnr_col img {
  max-width: 100%;
  max-height: 100%;
}

.students_block {
  position: relative;
  display: inline-block;
  clear: both;
  /* border-bottom: 1px solid #25a8e0; */
  margin-bottom: 36px;
  width: 100%;
  padding-top: 20px;
}
.title_students {
  text-align: center;
  color: #28a8e0;
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 19px;
  margin-left: 5px;
  /* border-bottom: 1px solid #25a8e0; */
  border-bottom-style: dashed;
  padding-bottom: 11px;
}
a.part_link div.prd_date {
  display: block;
  width: 100%;
  font-family: cambriab;
  font-size: 17px;
  margin-bottom: 7px;
}
a.part_link div.prd_date {
  display: block;
  width: 100%;
  font-family: cambriab;
  font-size: 17px;
  margin-bottom: 7px;
}