/*
 <======>
  SadÄ±yev Æzizxan

  sadiyev.eziz@gmail.com
  https://www.linkedin.com/in/azizxansadiyev/

<=====>
*/

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

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




/* SFCompactDisplay --- */

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  background: linear-gradient(81deg, #FFF 0%, #EBF9FF 30.57%, #FFF 62.6%, #EBF9FF 93.17%);
  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: 1172px;
  padding: 0 16px;
  margin: 0 auto;
}


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

body {
  background: linear-gradient(81deg, #FFF 0%, #EBF9FF 30.57%, #FFF 62.6%, #EBF9FF 93.17%);
}

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: 80px;
}

@keyframes fix {
  0% {
    top: -120px;
  }

  100% {
    top: 0px;
  }
}

.header_top.scroll_head nav.nav_mobile {
  height: calc(100% - 60px);
}

.header_bottom.visible_mob {
  position: fixed;
  top: 0px;
  left: 0;
  animation: fix 0.6s ease;
  -webkit-animation: fix 0.6s ease;
}

.header_top {
  position: relative;
  width: 100%;
  padding: 12px 0px;
  background: #004A60;
  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: transparent linear-gradient(180deg, #ffffff 0%, #F5FCFF 100%);
  box-shadow: 0px 2px 6px 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;
}

.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,
.menu_mobile.clicked::before {
  background-position: 0 100%;
}

.menu_btn {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  /* padding: 0 0 0 24px; */
  margin: 0px 0 0 16px;
  cursor: pointer;
}

.menu_btn::before {
  content: "";
  display: block;
  /* position: absolute; */
  left: 0;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("../img/menu_desk.svg");
}


.menu_name {
  display: block;
  position: relative;
  padding-left: 8px;
  text-align: left;
  font-family: 'Alumni Sans';
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
}

.menu_desk {
  display: block;
}

.menu_mobile {
  display: none;
}

.search_opn.clicked {
  background-position: 0 100%;
}

.search_opn {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0px 0 0 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/search_opn.svg");
  cursor: pointer;
}


/*! 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-family: 'Alumni Sans';
  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 30px 0 0px;
}

.desk_little_menu li a {
  display: block;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #CFE6F0;
  color: var(--neutral-variant-90, #CFE6F0);
  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,
.desk_little_menu li.active a {
  color: #88F8C4;
}


/*! 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: 138px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/logo.svg?v1.1");
  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%;
  object-fit: cover;
} */


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

.hd_search {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0px;
  top: 100%;
  left: 0;
  /* box-shadow: 0px 0px 10px #0000000f; */
}

.hd_search .search_row {
  display: flex;
  align-items: center;
  background: #ffffff;
  /* box-shadow: 0px 10px 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;
}

.search_input::placeholder {
  color: #647B83;
}

.search_input {
  display: block;
  float: left;
  background: transparent;
  width: calc(100% - 24px);
  padding: 16px 16px 16px 0px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #001F28;
  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: 24px;
  height: 24px;
  background-color: transparent;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/search_icon.svg");
  cursor: pointer;
  padding: 0;
  /* margin: 10px 0 0 0; */
}


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

nav.nav_desk {
  display: block;
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px auto 0 0;
  z-index: 999;
}

ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.hdr_menu > li {
  display: flex;
  align-items: center;
  float: left;
  position: relative;
  margin: 0 24px 0 0px;
  list-style: none;
}

ul.hdr_menu > li > a {
  display: block;
  position: relative;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #004A60;
  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,
ul.hdr_menu li a:hover {
  color: #007A9F;
}

ul.hdr_menu li a:hover:after,
ul.hdr_menu li.active a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}


.dropdown ul.hdr_menu > li > a::after {
  bottom: 0px;
}

ul.hdr_menu > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -23px;
  width: 100%;
  height: 2px;
  background-color: #007A9F;
  transform-origin: left;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

ul.hdr_menu li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

ul.hdr_menu li.active > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}


/* .dropdown::before {
  content: "";
  display: block;
  position: absolute;
  height: 45px;
  width: 100%;
  top: -20px;
  left: 0;
  z-index: -4;
} */

.dropdown {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 10px 20px;
  min-width: 190px;
  width: 180px;
  top: 56px;
  right: 0;
  z-index: 999;
  background: transparent linear-gradient(180deg, #ffffff 0%, #F5FCFF 100%);
  box-shadow: 0px 2px 6px 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: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.dropdown ul.hdr_menu > li {
  float: none;
  margin: 10px 0px;
}

.mob_body {
  width: 100%;
  max-height: calc(100% - 82px);
  margin: 20px 0;
  overflow: auto;
}

.mob_header {
  width: 100%;
}

.mob_ftr {
  width: 100%;
  padding: 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004A60;
}

.scl_name_mbl {
  display: block;
  position: relative;
  margin: 0 0 22px 0;
  text-align: left;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #7F7F7F;
  opacity: 1;
}

.mob_ftr .socials {
  display: flex;
  justify-content: center;
  float: none;
}

.mob_ftr .scl_name {
  color: #efefef;
}

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: calc(100% - 56px);
  padding: 14px 16px;
  margin: 0px auto 0 auto;
  background: transparent linear-gradient(180deg, #ffffff 0%, #F5FCFF 100%);
  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;
  list-style: none;
  column-count: 2;
  column-gap: 20px;
}

nav.nav_mobile ul.hdr_menu > li:nth-last-child(4) {
  margin-top: 50px;
}

nav.nav_mobile ul.hdr_menu > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  float: none;
  width: 100%;
  padding: 0px 0px;
  margin: 0 0 24px 0px;
  list-style: none;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  break-inside: avoid;
}

nav.nav_mobile ul.hdr_menu > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0px;
}

nav.nav_mobile ul.hdr_menu > li > a::after {
  display: none;
}

nav.nav_mobile .dropdown::before {
  display: none;
}

nav.nav_mobile .dropdown {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  padding: 5px 10px 0px 10px;
  min-width: 190px;
  width: auto;
  top: 0;
  left: 0;
  background: transparent !important;
  box-shadow: none;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all ease 0s;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  -ms-transition: all ease 0s;
  -o-transition: all ease 0s;
}

.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/user.svg") no-repeat center;
}


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


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

footer {
  display: block;
  position: relative;
  width: 100%;
  background: #001F28;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 56px 16px 36px 16px;
}

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

.footer_full {
  width: 100%;
}

.ftr_left {
  display: flex;
  align-items: center;
  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%;
}

.ftr_social .logo_sect {
  display: none;
}

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

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

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

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

.ftr_social .social_icon:hover {
  border-color: #EC1F27;
}

.social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 30px; */
  /* height: 30px; */
  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%;
}

.scl_icn img {
  width: 100%;
  height: 100%;
}


/* App icons */

.app_future {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  margin: 0 0 0 30px;
}

.app_title {
  display: block;
  /* float: left; */
  margin: 0 0 20px 0;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #CFE6F0;
}

.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: flex;
  flex-wrap: wrap;
  float: right;
  width: 225px;
  margin: 0 0 0 auto;
}

.adrs_list {
  display: flex;
  flex-wrap: wrap;
  /* width: 100%; */
  margin: 0 -8px;
}

.adrs_list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.adr_name {
  display: block;
  width: 100%;
  padding: 0 0px 5px 0;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #4C626A;
  opacity: 1;
}

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

.adr_info,
.adr_info a {
  display: block;
  text-align: left;
  font-family: 'Anton';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #001F28;
  opacity: 1;
}


/* Address list */


/* footer menu */

.ftr_menu_sect {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: calc(100% - 330px);
  margin: 0 auto 0 0;
}

.footer-list {
  display: block;
  width: 100%;
  column-count: 3;
  column-gap: 24px;
  margin-right: 56px;
}

.footer-list > li {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  break-inside: avoid;
}

.footer-list > li > a {
  display: block;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #CFE6F0;
  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: #88F8C4;
}


/* footer menu */

.copyrite {
  display: block;
  width: 100%;
  padding: 24px 16px;
  border-top: 1px solid #344A52;
}

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

.copyrite_inner {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Alumni Sans';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

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

.copy_bottom {
  display: flex;
  align-items: center;
}

.created_by_sm iframe {
  width: 210px;
}

.created_by_sm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
  width: auto;
  min-width: 162px;
  /* margin: 0 10px 0 0; */
  word-break: break-word;
}

.creat_sm_title {
  display: block;
  float: left;
  width: auto;
  padding: 0px 6px 0px 0px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #CFE6F0;
}

.copy_site {
  display: block;
  float: left;
  width: auto;
  margin: 0px 0 0px 24px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #98AFB8;
}

.creat_sm_icon {
  display: block;
  float: left;
  width: 92px;
  height: 20px;
}

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

.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%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.89%, rgba(0, 0, 0, 0.50) 100%); */
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.wrap_left {
  float: left;
  width: calc(100% - 364px);
  padding: 0 24px 0 0;
}

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

.sect_header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px 20px 24px 20px;
}

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

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

.sect_head {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 20px;
  position: relative;
}


.sect_head::before {
  content: "";
  display: block;
  width: 36px;
  height: 52px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../img/hd_blob.svg");
}

.category_type_dark .sect_head::before {
  opacity: 0.25;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  text-align: left;
  font-family: 'Anton';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3px;
  background: linear-gradient(180deg, #071E26 0%, #7E949E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .extra_bold .sect_title {
  font-size: 33px;
} */

.more {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.more_link:hover {
  background: #007A9F15;
}


.more_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 10px 24px;
  border: 1px solid #007A9F;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #007A9F;
  opacity: 1;
  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;
}


.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-family: 'Alumni Sans';
  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 .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_slider .popular_slider::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 61.2%;
}

.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;
  background: transparent linear-gradient(180deg, #E7E9E9 0%, #F4F6F6 35%, #FFFFFF 100%);
  box-shadow: 0px 0px 10px #00000005;
}

.mnsh_img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 4;
}

.mnsh_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 31, 40, 0.50) 0%, rgba(0, 31, 40, 0.50) 100%);
  z-index: 1;
}

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

.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;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0px 25px 40px 25px;
  width: 100%;
  height: auto;
}

.manshet_main .mnsh_content {
  background: linear-gradient(0deg, rgba(0, 31, 40, 0.50) 0%, rgba(0, 31, 40, 0.50) 100%);
}

.mn_center {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}

.mnsh_title {
  text-align: left;
  color: #EC1F27;
}

.top_sld_catg {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Anton";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  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;
  /* padding-right: 48px; */
}

.main_slider .swiper-pagination {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  bottom: 0;
  left: auto;
  padding: 0;
  width: 28px;
  height: auto;
  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: 28px;
  height: 28px;
  margin: 0px auto 8px auto !important;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #001F28;
  opacity: 1;
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main_slider .swiper-pagination-bullet-active {
  background: #F0E23A;
}

/* ! Main Manshet  */

/* ! Read More Manshet  */
.wrap_right_slider {
  /*padding: 20px 0 0 0;
  */
  border: 1px solid #DBE4E8;
  background: transparent linear-gradient(109deg, rgba(252, 254, 255, 0.60) 0%, rgba(235, 250, 255, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

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

.all_read .mnsh_img::after {
  /* background: transparent linear-gradient(180deg, #11111100 0%, #111111CC 62%, #111111 100%); */
  background: linear-gradient(0deg, rgba(0, 31, 40, 0.50) 0%, rgba(0, 31, 40, 0.50) 100%);
}

.all_read .mnsh_img::before {
  padding-top: 67%;
}

.same_slider .mnsh_img::before {
  padding-top: 72%;
}

.main_slider.all_read .popular_full {
  padding-bottom: 0px;
}

.main_slider.all_read .swiper-link {
  display: block;
}

.main_slider.all_read .swiper-pagination {
  display: flex;
  justify-content: space-between;
  position: relative;
  right: 0;
  top: 0;
  bottom: 8px;
  left: 0;
  padding: 8px;
  width: 100%;
}

.main_slider.all_read .swiper-pagination-bullet {
  background: transparent;
  margin: 0px !important;
  width: 16.666%;
  height: 40px;
}

.main_slider.all_read .swiper-pagination-bullet-active {
  background: #F0E23A;
}

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

.main_slider.same_slider .swiper-pagination-bullet-active {
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
}

.all_read .mnsh_content {
  /* float: none; */
  padding: 20px;
  width: 100%;
  height: auto;
  bottom: 0;
}

.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 {
  font-family: 'SFCompactDisplay';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}

.main_slider.same_slider .top_sld_catg {
  text-align: left;
  font-family: 'SFCompactDisplay';
  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;
  color: rgba(255, 255, 255, 0.60);
}

/* DD_slide */

.dd_slide .mnsh_img::before {
  padding-top: 72%;
}

.main_slider.dd_slide .swiper-pagination {
  height: 76px;
  background-color: #111111;
  padding: 16px 10px;
  bottom: 0;
}

.main_slider.dd_slide .swiper-pagination-bullet {
  background: transparent;
  color: #fff;
  width: 44px;
  height: 44px;

}

.main_slider.dd_slide .swiper-pagination-bullet-active {
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
}

.dd_slide .mnsh_content {
  align-items: flex-end;
  float: none;
  position: relative;
  background: #111111;
  box-shadow: 0px 0px 10px #111111;
  padding: 35px 0px 72px 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-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  word-wrap: break-word;
  /* word-spacing: 15px; */
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -moz-text-stroke-width: 0.5px;
  -o-text-stroke-width: 0.5px;
  -ms-text-stroke-width: 0.5px;
  text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-color: #fff;
  -o-text-stroke-color: #fff;
  -ms-text-stroke-color: #fff;
  text-stroke-color: #fff;
}

/* 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 .swiper-pagination {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 14px;
  bottom: auto;
  left: -2px;
  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: calc(10% - 4px);
  height: 3px;
  /* margin: 0 !important; */
  margin: 0 2px !important;
  background: #A2A2A2;
  opacity: 0.5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.manshet_specl .swiper-pagination-bullet-active {
  background: #EC1F27;
  opacity: 1;
}

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

.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-date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 8px 16px;
  margin: 0px 0 10px 0;
  background: transparent linear-gradient(180deg, #EC1F27 0%, #D01D24 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  font-family: 'Alumni Sans';
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.manshet_specl .manshet-text {
  display: block;
  width: 100%;
  margin: 0px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  /* letter-spacing: -1.2px; */
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.manshet_specl .mobile_shw {
  display: none;
}

.mn_line_bg {
  padding-right: 14px;
  padding-left: 14px;
  /* max-width: 600px; */
  font-weight: 900;
  /* margin-top: 30px; */
  font-size: 40px;
  color: #111;
}

.manshet-text.desk_shw .mn_p {
  padding: 0 !important;
  line-height: 86px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 14px #fff;
}

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

.manshet_specl .sld_img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 880px;
  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: 67%;
}

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

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


.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: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  background-color: #001F2850;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-image: url("../img/thumb_bl.svg");
}

.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-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: absolute;
  background: linear-gradient(180deg, #EC1F27 0%, #D01D24 100%);
  box-shadow: 0px 0px 10px #11111114;
  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;
  box-shadow: 0px 0px 10px #11111114;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.play_icon.video::before {
  background-image: url("../img/play.svg");
}

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


.mobile_container {
  display: none;
  padding: 12px 16px 20px 16px;
}

.desk_container {
  display: block;
}

.mobile_container .stat_item_link {
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

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

.main_itm_d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: #000;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.mobile_container .more {
  padding-top: 4px;
}

.mobile_container .more_link {
  display: inline-flex;
  width: auto;
  padding: 10px 35px;
}

.manshet_specl {
  background-color: #001F28;
  border: 1px solid #40484C;
}

.manshet-link {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  background-color: #001F28;
}

.manshet-link .mnsh_img {
  width: 460px;
}

.manshet_specl .sect_title {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: snow;
  color: #fff;
}

.manshet_specl .sect_header {
  padding: 20px;
  position: absolute;
  left: 0;
  width: calc(100% - 460px);
  border-bottom: 1px solid #40484C;
  z-index: 3;
}

.manshet-link .mnsh_content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  right: 0;
  bottom: 0;
  padding: 20px 20px 24px 20px;
  width: calc(100% - 460px);
  height: auto;
}

.manshet-link .mnsh_img::before {
  padding-top: 67%;
}

.manshet-link .top_sld_catg {
  display: block;
  width: 100%;
  font-family: 'SFCompactDisplay';
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.manshet-link .stat_date {
  color: #98AFB8;
}

/* ! 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: 14px 16px 40px 16px;
  /* 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: right;
  width: 400px;
  padding: 0 16px;
}

.lent_live {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  width: 100px;
  text-align: left;
  font-family: 'Alumni Sans';
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #EC1F27;
  opacity: 1;
}

.lent_div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 4px;
  width: 4px;
  background-color: #EC1F27;
  margin: 0 0 0 10px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.lent_div::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border: 1px solid #EC1F27;
  animation-name: blink-b;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.lent_div::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border: 1px solid #EC1F27;
  animation-name: blink-a;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes blink-b {
  0% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(3, 3);
    opacity: 0
  }
}

.runtext-container marquee {
  margin-top: 5px;
  width: 100%;
}

.runtext-container {
  display: block;
  float: left;
  padding: 0 0 0 16px;
  width: calc(100% - 100px);
  overflow-x: hidden;
  overflow-y: visible;
}

.main-runtext {
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.runtext-container .holder {
  position: relative;
  overflow: visible;
  display: inline;
  float: left;
}

.runtext-container .holder .text-container {
  display: inline;
}

.runtext-container .holder a {
  width: 100%;
  margin-right: 35px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.runtext-container .holder:hover a {
  color: #EC1F27;
}


/*! Maque */

.valt_show_btn {
  /* display: none; */
  width: 100%;
  cursor: pointer;
}

.valt_desk {
  position: absolute;
  top: 44px;
  z-index: 9991;
  background-color: #ffffff;
  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 {
  padding: 10px 20px;
}

.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: 16px;
  height: 16px;
  background: url("../img/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: 32px;
}

.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-wrap: wrap; */
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0px 20px;
  background-color: #fff;
  border-right: 1px solid #F5F5F5;
  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 {
  width: auto;
  float: left;
  padding-right: 8px;
}

.vlt_name {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: 'Alumni Sans';
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  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;
}

.vlt_count {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  word-break: break-word;
}

.vlt_percent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #777777;
  opacity: 1;
  word-break: break-word;
}

.vlt_icn {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 32px;
}

.vlt_icn::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

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

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

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


/* Weather */

.weather_section {
  float: left;
  /* width: 170px; */
  position: relative;
  padding-left: 0;
}

.wth_current_day {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-left: 20px;
}

.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/arrow_drop.svg") no-repeat center;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.wth_current_day .wth_items {
  border: none;
}

.wth_items {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #fff;
  /* border-top: 1px solid #F5F5F5; */
}

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

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

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

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

.wth_date {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #777777;
  opacity: 1;
  word-break: break-word;
}

.wth_loc {
  display: block;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #121212;
  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;
  font-family: 'Alumni Sans';
  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-family: 'Alumni Sans';
  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-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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: 0px !important;
}

.wrap_main_page {
  padding-top: 24px !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-family: 'SFCompactDisplay';
  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 {
  display: none;
}

.header_tab_list .sect_header {
  flex-wrap: wrap;
  background-color: transparent;
  padding: 20px 16px;
}

.header_tab_list .sect_header .sect_head.active::before {
  display: block;
}

.header_tab_list .sect_header .sect_head::before {
  display: none;
}

.header_tab_list .sect_header .sect_head .sect_title {
  color: #777777;
}

.header_tab_list .sect_header .sect_head.active .sect_title {
  color: #111111;
}

.wrap_stat .col_in.item_news {
  position: relative;
  padding: 12px 16px 20px 16px;
}

.stat_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.category_page .stat_item_link {
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* .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;
  margin-right: 5px;
  font-family: 'SFCompactDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #007A9F;
}

.manshet_main .stat_catg {
  color: #B6EEFF;
}

.manshet_main .stat_date {
  color: #B3CAD4;
}

.stat_date {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0 8px 0;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #647B83;
}

.stat_title {
  width: 100%;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: 500;
  font-size: 16px;
  color: #001F28;
  opacity: 1;
  line-height: 1.4;
  /*150%*/
  letter-spacing: 0.15px;
  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;
}

/* News items */
/*! Wrap Container */

/*! Wrap popular */

.wrap_popular {
  width: 100%;
  padding: 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 */

.manshet_specl .swiper_arrows {
  display: flex;
  align-items: center;
  position: relative;
  float: right;
  width: auto;
  margin: 0 0 0 auto;
}

.manshet_specl .swiper-button-next,
.manshet_specl .swiper-button-prev {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  top: 0;
  opacity: 0.4;
  background-size: 100%;
  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%;
}

.manshet_specl .swiper-button-next {
  float: right;
  background-image: url("../img/prev_slide.svg");
  right: 0px;
  margin: 0 0 0 16px;
}

.manshet_specl .swiper-button-prev {
  float: left;
  background-image: url("../img/next_slide.svg");
  left: 0;
  margin: 0;
}

.manshet_specl .swiper-button-next:hover,
.manshet_specl .swiper-button-prev:hover {
  opacity: 1;
}

/*! Wrap popular */

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

.blg_img_cover::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #EC1F27;
  z-index: 2;
}

.blg_img_cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: auto;
}

.blg_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  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%;
}

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

.blg_conten {
  float: left;
  width: calc(100% - 50px);
  padding: 0 0 0 16px;
}

.blogger_head {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  border-bottom: 1px solid #F5F5F5;
}

.blg_name {
  width: 100%;
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.blg_info {
  width: 100%;
  padding: 4px 0px 0px 0px;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}


/*! ====== 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-family: 'Alumni Sans';
  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/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-family: 'SFCompactDisplay';
  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/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-family: 'Alumni Sans';
  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-family: 'Alumni Sans';
  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/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-family: 'Alumni Sans';
  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%;
  padding: 20px 20px 0 20px;
  background: transparent linear-gradient(83deg, rgba(252, 251, 250, 0.60) 0%, rgba(250, 235, 235, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.ytb_sect {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.ytb_item {
  display: block;
  position: relative;
  width: 260px;
  overflow: hidden;
  margin: 0 auto;
}

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

.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;
  text-align: center;
  font-family: 'Anton';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #000;
  margin: 0 auto 16px auto;
}


.ytb_btn {
  display: block;
  background: #D51D25;
  padding: 10px 24px;
  margin: 0 auto 24px auto;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

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

/*! ====== Last News LIST ======= */
.wrap_last_news {
  width: 100%;
  padding: 0;
  border: 1px solid #DBE4E8;
  background: transparent linear-gradient(109deg, rgba(252, 254, 255, 0.60) 0%, rgba(235, 250, 255, 0.60) 100%);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

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

.last_list {
  width: 100%;
}

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

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

.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;
  position: relative;
  padding: 20px 20px 20px 68px;
  border-bottom: 1px solid #DBE4E8;
}


.last_items::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/blob_icon.svg");
}

.last_items:last-child {
  border-bottom: 1px solid #E7E9E9;
}

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

.last_date,
.last_catg {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #647B83;
  word-break: break-word;
}

.last_date {
  color: #647B83;
}

.last_catg {
  color: #007A9F;
  margin-right: 5px;
}

.ls_d_c {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.last_title {
  width: 100%;
  padding: 3px 0px 0px 0px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #004A60;
  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 a:hover .last_title {
  color: #007A9F;
}

/*! ====== 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%;
  padding: 80px 0;
}

.wrap_faq_page .wrap_faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrap_faq_page .sect_title {
  color: #0E1013;
}

.wrap_faq_page .sect_title::after {
  display: none;
}

.faq_body {
  position: relative;
  width: 100%;
  padding: 15px 0px;
}

.collapse_row {
  width: 100%;
}

.collapse_btn {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 15px 0 15px 46px;
  text-align: left;
  text-decoration: underline;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0E1013;
  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;
  left: 0px;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/faq_btn.svg");
}

.collapse_btn.clp_clicked::before {
  background-position: 0 100%;
}

.collapse_content {
  display: none;
  width: 100%;
  padding: 0px 0 30px 46px;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0E1013;
  word-break: break-word;
}


/*! ====  MAIN PAGE FINISH  ===== */

/*! ====  STATIC PAGE START  ===== */

/*! ======== CONTACT PAGE START ========*/

.wrap_contact {
  width: 100%;
  padding: 24px 0 60px 0;
}

.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 .adrs_list > li {
  margin: 0 8px 16px 8px;
  float: left;
  width: calc(50% - 16px);
  padding: 12px 16px;
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.wrap_contact .adrs_list > li:last-child {
  float: none;
  width: 100%;
}

.map {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

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

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.post_code {
  padding: 4px 16px;
  font-family: 'SFCompactDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #001F28;
}

.post_code span {
  font-weight: 600;
}

.cnt_info {
  display: block;
  margin-bottom: 40px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


/*! ======== CONTACT PAGE FINISH ========*/


/*! ======== ABOUT PAGE START ========*/

.wrap_about_page {
  padding: 24px 0 60px 0;
}

.static_container {
  display: block;
  width: 100%;
  padding: 24px;
  border: 1px solid #DBE4E8;
  background: transparent linear-gradient(109deg, rgba(252, 254, 255, 0.60) 0%, rgba(235, 250, 255, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.static_container .sect_header {
  padding: 0 0 24px 0;
}

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

.about_info {
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #111111;
  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: 32px 16px 0px 16px;
}

.category_page .sect_header {
  padding: 0px 0px 24px 0px;
}

/*! ======== 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-family: 'SFCompactDisplay';
  font-size: 16px;
  line-height: 1.2;
}

.slct_src .select_jr .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  line-height: 1.2;
}

.select2-dropdown {
  border: none;
}

.slct_src .select2-results {
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  line-height: 1.2;
}

.slct_src .select_jr .select2-container .select2-selection--single {
  padding: 11px 16px 11px 8px;
  border: none;
}

/*! ======== SEARCH PAGE FINISH ========*/

/*! ======== DETAIL PAGE START ========*/


.detail_page {
  padding: 24px 0 60px 0;
}

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

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

.detail_container .sect_header {
  padding: 0px 0px 20px 0px;
}

.detail_page .sect_hd {
  display: block;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #001F28;
  opacity: 1;
  word-break: break-word;
}


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

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

.dtl_date .stat_catg {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0px;
  padding-left: 24px;
}

.dtl_date .stat_date {
  padding-bottom: 0;
}

.dtl_date .stat_catg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/catg_blob.svg");
}

.catg_date {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #DBE4E8;
}

.detail_content_full {
  display: block;
  width: 100%;
  padding: 12px 24px 24px 24px;
  border: 1px solid #DBE4E8;
  border-top: none;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.text_scale {
  display: flex;
  float: right;
  margin: 0 0 0 auto;
}

.scaleplus,
.scaleminus {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -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: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* .scaleplus:hover,
.scaleminus:hover {
  border-color: #EC1F27;
} */

.scaleplus {
  background-image: url("../img/plus.svg");
}

.scaleminus {
  background-image: url("../img/minus.svg");
}


.detail_left .catg_info {
  display: block;
  float: left;
  text-align: left;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #9D0727;
  opacity: 1;
  margin: 0 30px 0 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.detail_left .last_nw_date {
  display: block;
  float: left;
  text-align: left;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #7F7F7F;
  opacity: 1;
  margin: 0 30px 0 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.news_in_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
}

.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;
  width: 100%;
  margin: 24px auto 0px auto;
  padding: 16px 24px;
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.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/md_icon.png");
}

.modern_name {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

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

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

.nw_socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nw_socials li a img {
  display: block;
  width: 14px;
  height: 14px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.nw_socials li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.nw_socials li.fb_nw a {
  background: transparent linear-gradient(180deg, #3E82FF 0%, #1D6CFF 100%) 0% 0% no-repeat padding-box;
}

.nw_socials li.msg_nw a {
  background: transparent linear-gradient(180deg, #00c6ff 0%, #0084ff 100%) 0% 0% no-repeat padding-box;
}

.nw_socials li.tlg_nw a {
  background: transparent linear-gradient(180deg, #1DA5E9 0%, #0084C6 100%) 0% 0% no-repeat padding-box;
}

.nw_socials li.wp_nw a {
  background: transparent linear-gradient(180deg, #35D973 0%, #24CC63 100%) 0% 0% no-repeat padding-box;
}

.nw_socials li.twt_nw a {
  background: transparent linear-gradient(180deg, #43D1FB 0%, #1CC4F7 100%) 0% 0% no-repeat padding-box;
}

.share_name {
  display: block;
  float: left;
  width: auto;
  padding: 0 10px 0px 0;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #000;
  opacity: 1;
}

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

.nw_in_text {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #001F28;
  opacity: 1;
  word-break: break-word;
}

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

.detail_similar {
  padding: 40px 0px;
}

.detail_similar .sect_header {
  padding: 0px 0 24px 0;
}

.detail_similar .stat_col {
  width: 33.333%;
}

.detail_similar .stat_item_link {
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.detail_similar .col_in.item_news {
  position: relative;
  padding: 12px 16px 20px 16px;
}

.special_news_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  padding: 20px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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-family: 'Alumni Sans';
  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/spl_arw.svg");
}

.bookmark_news {
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 20px;
  text-align: left;
  font-family: 'SFCompactDisplay';
  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/quota_top.svg");
}

.bookmark_news::after {
  margin: 10px 0px 0 auto;
  background-image: url("../img/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-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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-family: 'Alumni Sans';
  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/wp_custom.svg");
}

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

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

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

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

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

/* custom share */

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

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

.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 7px 10px 7px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !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-family: 'SFCompactDisplay';
  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-family: 'SFCompactDisplay';
  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: 10px;
}

.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: 6px;
  background-color: #EAF2F6;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #001F28;
  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: #F0E23A;
}

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

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

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


/*! 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;
  padding: 100px 0;
}

.erro_pg_img {
  display: block;
  width: 390px;
  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: 32px;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: #111111;
  opacity: 1;
}

.error_pg_txt {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  word-break: break-word;
}

.error_back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  margin-top: 25px;
  padding: 8px 16px;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #007A9F;
  opacity: 1;
  border: 1px solid #007A9F;
  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;
}

.error_back:hover {
  background: #007A9F15;
}


/* !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: 100%;
  height: 300px;
  background: transparent linear-gradient(109deg, rgba(237, 246, 250, 0.60) 0%, rgba(218, 240, 247, 0.60) 100%);
  overflow: hidden;
}

.bnr_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 300px;
  margin: auto;
}

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

.bnr_head {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
  font-family: 'Anton';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.bnr_row {
  display: flex;
  margin: 0 -3px;
}

.bnr_col_m {
  padding: 0 3px;
}

.bnr_info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: transparent linear-gradient(180deg, #CFE6F0 0%, rgba(207, 230, 240, 0.12) 100%);
  width: 100%;

  text-align: center;
  font-family: 'SFCompactDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #000;
}

.bnr_size_btn {
  display: flex;
  margin: 32px auto 0 auto;
  padding: 12px;
  width: 115px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'SFCompactDisplay';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #000;
  border: 1px solid #CFE6F0;
  background: transparent linear-gradient(109deg, rgba(252, 254, 255, 0.60) 0%, rgba(235, 250, 255, 0.60) 100%);
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.bnr_logo {
  display: block;
  margin: 0 auto 45px auto;
  width: 110px;
  height: 32px;
  /* position: absolute; */
  /* left: 2px; */
  /* top: 2px; */
}

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

/* Banners parts */


.category_type_row {
  border: 1px solid #DBE4E8;
  background: transparent linear-gradient(109deg, rgba(252, 254, 255, 0.60) 0%, rgba(235, 250, 255, 0.60) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.category_type_row .sect_header {
  position: absolute;
}

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

.category_type_row .stat_col:first-child .stat_img {
  display: block;
  width: 376px;
}

.category_type_row .row {
  width: 100%;
  margin: 0;
}

.category_type_row .stat_col:first-child {
  height: auto;
  width: 100%;
  border: none;
}

.category_type_row .stat_col:last-child {
  border-right: none;
}

.category_type_row .stat_item_link {
  display: flex;
}

.category_type_row .stat_col:first-child .stat_item_link {
  flex-direction: row-reverse;
}

.category_type_row .stat_col:first-child .col_in {
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 20px 24px 20px !important;
  width: calc(100% - 376px);
}


.category_type_row .col_in {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 18px !important;
}

.category_type_row .stat_col {
  display: flex;
  align-items: normal;
  overflow: hidden;
  width: 25%;
  height: 220px;
  padding: 0;
  min-height: 220px;
  border-top: 1px solid #DBE4E8;
  border-right: 1px solid #DBE4E8;
}

.category_type_row .stat_title {
  -webkit-line-clamp: 4;
}

.category_type_row .stat_col:first-child .stat_title {
  font-size: 22px;
  font-weight: 600;
  -webkit-line-clamp: 4;
}



.category_type_col {
  border: none;
}

.category_type_col .row {
  margin: 0 -12px;
}


/* category_type_dark */

.category_type_dark {
  background: #151D20;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.category_type_dark .row {
  align-items: flex-end;
}

.category_type_dark .stat_col:last-child {
  border-right: none;
}

.category_type_dark .stat_item_link {
  display: flex;
  flex-direction: column-reverse;
}

.category_type_dark .col_in {
  padding: 70px 15px 15px 15px !important;
}

.category_type_dark .stat_col {
  display: flex;
  overflow: hidden;
  width: 25%;
  padding: 0;
  border-top: 1px solid #40484C;
  border-right: 1px solid #40484C;
}

.category_type_dark .stat_title {
  -webkit-line-clamp: 5;
}

.stat_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.category_type_dark .stat_img::before {
  background: linear-gradient(180deg, #151D20 0%, rgba(21, 29, 32, 0.20) 100%);
}

.category_type_dark .row {
  width: 100%;
  margin: 0;
}

.category_type_dark .sect_title {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: snow;
  color: #fff;
}

.category_type_dark .stat_date {
  color: #98AFB8;
}

.category_type_dark .stat_title {
  color: #ffffff;
}

/* category_type_col */
.category_type_col .stat_col {
  width: 50%;
  padding: 0 12px;
}

.category_type_col .col_in.col_br {
  padding: 0 !important;
  border: 1px solid #DBE4E8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

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

.category_type_col .stat_item_link:first-child .stat_img {
  display: block;
}

.category_type_col .stat_item_link:first-child .col_in {
  padding-top: 16px !important;
  border-top: 0;
}

.category_type_col .stat_item_link .col_in {
  padding: 20px !important;
  border-top: 1px solid #DBE4E8;
  min-height: 112px;
}

.category_type_col .stat_item_link:first-child .stat_title {
  font-size: 22px;
  font-weight: 600;
  -webkit-line-clamp: 3;
}

.stat_item_link:hover .stat_title {
  color: #007A9F;
}