@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v20/OpNJno4ck8vc-xYpwWWxpio.ttf) format('truetype');
}
/* Colors */
/* Functions */
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/Metropolis-Bold.woff2') format('woff2'), url('../../fonts/Metropolis-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  min-height: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  --gutter-x2: -12px;
  --gutter-x: 12px;
  --current-page-color: #c01716;
  line-height: 1.5;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-48 {
  margin-bottom: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pt-0 {
  padding-top: 0px !important;
}
img.img-responsive {
  max-width: 100%;
  height: auto;
}
.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}
.cis-load-img {
  margin: 20px auto;
  display: block;
}
.slider-fluid {
  overflow: hidden;
}
.slider-fluid .owl-stage-outer {
  overflow: inherit;
}
.slider-fluid .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.slider-fluid .owl-stage > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-fluid .owl-stage .owl-item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-fluid .owl-stage .owl-item:not(.active) {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.slider-fluid .owl-stage .owl-item:not(.active) a {
  cursor: default;
  pointer-events: none;
}
::-moz-selection {
  background-color: #141414;
  color: #fff;
}
::selection {
  background-color: #141414;
  color: #fff;
}
button,
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
}
button {
  cursor: pointer;
}
.btn {
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.67px;
  color: #141414;
  position: relative;
  border: 1px solid #141414;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #141414;
  color: #fff;
}
.btn.btn-filled {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
}
.btn.btn-red {
  border-color: #c01716;
  color: #c01716;
}
.btn.btn-red:hover {
  background-color: #c01716;
  color: #fff;
}
.btn.btn-red.btn-filled {
  background-color: #c01716;
  border-color: #c01716;
  color: #fff;
}
.btn.btn-red.btn-filled:hover {
  background-color: #921211;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(39, 39, 39, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 60px 0 0;
  width: 100%;
  background-color: #272727;
  margin-right: -100%;
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content .header-form {
  margin: 0 16px 16px;
}
#side-menu .content .header-form .form-group {
  height: 50px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
}
#side-menu .content .header-form .form-group input.s {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding: 0 16px;
  margin: 0;
  font-size: 14px;
  color: #272727;
  border: none;
  width: 100%;
  height: 48px;
  background-color: #f4f4f4;
}
#side-menu .content .header-form .form-group input.s::placeholder {
  color: #5d5d5d;
}
#side-menu .content .header-form .form-group .button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: none;
  height: 48px;
  width: 48px;
  background-color: #f4f4f4;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content .header-form .form-group .button svg {
  width: 24px;
  height: 24px;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
  flex: 1;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: invert(1);
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  padding: 16px;
  line-height: 1;
  position: relative;
  font-family: 'AvenirNext', sans-serif;
  font-size: 26px;
  color: #ffffff;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  font-size: 22px;
  letter-spacing: 0;
  padding: 12px 16px;
}
#side-menu .content ul.menu li ul.sub-menu li a::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#side-menu .content .social-area {
  padding: 60px 0;
  border-top: 1px solid #595959;
}
#side-menu .content .social-area .s-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #939393;
  margin-bottom: 16px;
  text-align: center;
}
#side-menu .content ul.social-menu li {
  padding: 0 8px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  width: 48px;
  height: 48px;
}
#side-menu .content ul.social-menu li a svg {
  width: 48px;
  height: 48px;
}
#side-menu .content ul.social-menu li a svg g[stroke],
#side-menu .content ul.social-menu li a svg path[stroke] {
  stroke: #939393;
}
header {
  width: 100%;
}
header #header-top {
  padding: 24px 0;
}
@media screen and (min-width: 1440px) {
  header #header-top .left img {
    min-width: 280px;
  }
}
header #header-top .right {
  margin-left: 32px;
}
header #header-top .right .header-form {
  margin-left: 32px;
}
header #header-top .right .header-form .form-group {
  height: 50px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
}
header #header-top .right .header-form .form-group input.s {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding: 0 16px;
  margin: 0;
  font-size: 14px;
  color: #272727;
  border: none;
  width: 100%;
  height: 48px;
  background-color: #f4f4f4;
}
header #header-top .right .header-form .form-group input.s::placeholder {
  color: #5d5d5d;
}
header #header-top .right .header-form .form-group .button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: none;
  height: 48px;
  width: 48px;
  background-color: #f4f4f4;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-top .right .header-form .form-group .button svg {
  width: 24px;
  height: 24px;
}
header #header-top .right ul.social-menu {
  margin: 0 0 4px 32px;
}
header #header-top .right ul.social-menu li {
  margin-left: 4px;
}
header #header-top .right ul.social-menu li:first-child {
  margin-left: 0;
}
header #header-top .right ul.social-menu li a {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-top .right ul.social-menu li a[href*="facebook.com"] {
  background-color: #4373fd;
}
header #header-top .right ul.social-menu li a[href*="facebook.com"]:hover {
  background-color: #114dfc;
}
header #header-top .right ul.social-menu li a[href*="twitter.com"] {
  background-color: #4db8ff;
}
header #header-top .right ul.social-menu li a[href*="twitter.com"]:hover {
  background-color: #1aa4ff;
}
header #header-top .right ul.social-menu li a[href*="instagram.com"] {
  background-color: #ca28e2;
}
header #header-top .right ul.social-menu li a[href*="instagram.com"]:hover {
  background-color: #a81abd;
}
header #header-top .right ul.social-menu li a[href*="youtube.com"] {
  background-color: #f93636;
}
header #header-top .right ul.social-menu li a[href*="youtube.com"]:hover {
  background-color: #f50707;
}
header #header-top .right ul.social-menu li a[href*="linkedin.com"] {
  background-color: #0966c2;
}
header #header-top .right ul.social-menu li a[href*="linkedin.com"]:hover {
  background-color: #074c91;
}
header #header-top .right ul.social-menu li a svg {
  width: 24px;
  height: 24px;
}
header #header-top .right ul.social-menu li a svg g[stroke],
header #header-top .right ul.social-menu li a svg path[stroke] {
  stroke: #fff;
}
header #header-bottom ul.header-menu {
  width: 100%;
  background-color: #fafafa;
  height: 48px;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
header #header-bottom ul.header-menu li {
  position: relative;
  height: 100%;
  border-right: 1px solid #e9e9e9;
  flex: 1;
  display: flex;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li:first-child a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
header #header-bottom ul.header-menu li:last-child {
  border-right: 0;
}
header #header-bottom ul.header-menu li:last-child a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
header #header-bottom ul.header-menu li:hover > a {
  background: #c01716;
  color: #fff;
}
header #header-bottom ul.header-menu li:hover > a:after {
  filter: invert(1);
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child {
  border: none;
  border-left: none!important;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child a {
  border-bottom: none;
}
header #header-bottom ul.header-menu li.current-menu-item > a {
  background: var(--current-page-color);
  color: #fff;
}
header #header-bottom ul.header-menu li.current-menu-item > a[href*="junio-kids"] {
  background-color: transparent !important;
}
header #header-bottom ul.header-menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  background: url('../../icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li a {
  font-family: 'AvenirNext', sans-serif;
  font-size: 13px;
  color: #272727;
  padding: 0 4px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li a[href*="rising-city"] {
  background-color: #1f1f1f;
}
header #header-bottom ul.header-menu li a img {
  height: 34px;
  width: auto;
}
header #header-bottom ul.header-menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  padding-top: 14px;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-filter: drop-shadow(0 2px 10px rgba(20, 20, 20, 0.1));
  filter: drop-shadow(0 2px 10px rgba(20, 20, 20, 0.1));
}
header #header-bottom ul.header-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -100%);
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
header #header-bottom ul.header-menu li ul.sub-menu li {
  background: #fff;
  border: none;
  text-align: left;
}
header #header-bottom ul.header-menu li ul.sub-menu li:first-child {
  padding-top: 16px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
header #header-bottom ul.header-menu li ul.sub-menu li:last-child {
  padding-bottom: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a {
  background: #fff;
  color: #141414;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a:after {
  width: 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
  white-space: nowrap;
  margin: 0;
  padding: 8px 24px;
  display: block;
  position: relative;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:after {
  content: ' ';
  width: 0;
  height: 20px;
  background-color: #c01716;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mobile-hamburger-menu {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 36px;
  height: 35px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  align-items: end;
  justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateX(4.5px);
  background: #c01716;
  transition: all 0ms 300ms;
  width: 16px;
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  bottom: 7px;
  background: #c01716;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  top: 7px;
  background: #c01716;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#marquee {
  width: 100%;
  background-color: var(--current-page-color);
}
#marquee .container {
  height: 44px;
}
#marquee .m-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #fff;
  margin-right: 40px;
  width: 90px;
}
#marquee .marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#marquee .marquee:before,
#marquee .marquee:after {
  content: " ";
  width: 115px;
  height: 44px;
  position: absolute;
  top: -10px;
  z-index: 9;
}
#marquee .marquee:before {
  left: 0;
}
#marquee .marquee:after {
  right: 0;
}
#marquee ul li {
  padding-right: 48px;
  position: relative;
}
#marquee ul li:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: url('../../icons/marquee-seperate.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#marquee ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px;
  line-height: 1;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#marquee ul li a:hover {
  color: #fff;
}
main {
  background: #fff;
  flex: 1;
}
main .container {
  position: relative;
}
#head-banner {
  padding: 20px 0 50px;
  background-color: #272727;
  --gutter-x2: -10px;
  --gutter-x: 10px;
}
#head-banner + #stock-bar {
  margin-top: -30px;
}
#head-banner .left-banner {
  margin-right: 20px;
}
#head-banner .left-banner + .right-area {
  width: calc(100% - 180px);
}
#head-banner .right-area {
  flex: 1;
}
#head-banner .b-item {
  padding: 15px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #303030;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#head-banner .b-item:hover {
  background-color: #3d3d3d;
}
#head-banner .b-item img.thumb {
  margin-right: 32px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#head-banner .b-item .meta .date {
  font-size: 10px;
  letter-spacing: -0.38px;
  color: #939393;
  display: block;
}
#head-banner .b-item .meta .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#head-banner .b-item .meta .author {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  color: #4cacf8;
  display: block;
}
#head-banner .top-area .t-left {
  margin-right: 20px;
  width: calc(100% - 360px);
}
#head-banner .top-area .t-left .item {
  position: relative;
  overflow: hidden;
}
#head-banner .top-area .t-left .item img.thumb {
  height: 430px;
  width: 100%;
  object-fit: cover;
}
#head-banner .top-area .t-left .item .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 24px 24px 76px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(39, 39, 39, 0.85);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#head-banner .top-area .t-left .item .meta .date {
  font-size: 10px;
  letter-spacing: -0.38px;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
}
#head-banner .top-area .t-left .item .meta .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 20px;
  letter-spacing: -0.75px;
  color: #fff;
  display: block;
}
#head-banner .top-area .t-left .item .meta .desc {
  font-size: 12px;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#head-banner .top-area .t-left .owl-dots {
  counter-reset: dots;
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-color: #323232;
  display: flex;
  flex-flow: column;
}
#head-banner .top-area .t-left .owl-dots .owl-dot {
  position: relative;
  margin: 0 0 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#head-banner .top-area .t-left .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #939393;
  letter-spacing: -0.75px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#head-banner .top-area .t-left .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}
#head-banner .top-area .t-left .owl-dots .owl-dot:hover:before,
#head-banner .top-area .t-left .owl-dots .owl-dot.active:before {
  color: #fff;
}
#head-banner .top-area .t-left .owl-dots .owl-dot:hover span,
#head-banner .top-area .t-left .owl-dots .owl-dot.active span {
  background-color: #ec202c;
  border-color: #ec202c;
}
#head-banner .top-area .t-left .owl-dots .owl-dot span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: #3d3d3d;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#head-banner .top-area .t-right {
  width: 340px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#head-banner .top-area .t-right .b-item {
  box-shadow: none;
}
#head-banner .top-area .t-right .title-section .title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
}
#head-banner .bottom-area .b-item {
  padding-right: 32px;
}
#head-banner .bottom-area .b-item img.thumb {
  margin-right: 32px;
  width: 155px;
  height: 120px;
}
#head-banner .bottom-area .b-item .meta .date {
  font-size: 10px;
}
#head-banner .bottom-area .b-item .meta .title {
  font-size: 20px;
}
#head-banner .bottom-area .b-item .meta .author {
  font-size: 10px;
}
#stock-bar {
  margin-top: 20px;
}
#stock-bar .stock-bar-in {
  padding: 16px 20px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  overflow-x: auto;
}
#stock-bar .sb-item {
  padding: 0 72px 0 32px;
  border-right: 1px solid #e9e9e9;
  flex: 1;
  position: relative;
  height: 48px;
}
#stock-bar .sb-item:first-child {
  padding-left: 0;
}
#stock-bar .sb-item:last-child {
  padding-right: 0;
  border-right: 0;
}
#stock-bar .sb-item:last-child .sb-rate {
  right: 0px;
}
#stock-bar .sb-item .sb-icon {
  width: 36px;
  height: 36px;
  margin: 0 8px 0 0;
  padding: 6px;
  background-color: #f4f4f4;
}
#stock-bar .sb-item .sb-text {
  flex: 1;
  line-height: 1;
}
#stock-bar .sb-item .sb-text .sb-stock {
  font-size: 10px;
  letter-spacing: -0.38px;
  color: #000;
  white-space: nowrap;
}
#stock-bar .sb-item .sb-text .sb-price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #272727;
}
#stock-bar .sb-item .sb-rate {
  padding: 4px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #fff;
  position: absolute;
  right: 32px;
  top: 6px;
}
#stock-bar .sb-item .sb-rate.sb-green {
  background-color: #24a750;
}
#stock-bar .sb-item .sb-rate.sb-red {
  background-color: #c01716;
}
.title-section.with-border-bottom {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.title-section.with-border-left .title {
  padding-left: 20px;
  position: relative;
}
.title-section.with-border-left .title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--current-page-color);
}
.title-section .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 34px;
  letter-spacing: -1.28px;
  color: #272727;
  line-height: 1;
}
.title-section a.link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.53px;
  text-align: right;
  color: #c01716;
  padding: 5px 0;
  position: relative;
}
.title-section a.link:hover:after {
  width: 100%;
}
.title-section a.link:after {
  content: " ";
  width: 0%;
  height: 2px;
  background-color: #c01716;
  position: absolute;
  right: 0%;
  bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.title-section .carousel-arrows button {
  width: 36px;
  height: 36px;
  border: none;
  margin: 0 6px 0 0;
  padding: 0;
  background-color: #f4f4f4;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.title-section .carousel-arrows button:hover {
  background-color: #dbdbdb;
}
.title-section .carousel-arrows button:last-child {
  margin: 0;
}
.title-section .carousel-arrows button svg {
  width: 24px;
  height: 24px;
}
.tab-header {
  border-bottom: 1px solid #e9e9e9;
}
.tab-header ul {
  overflow-x: auto;
  width: 100%;
  overflow-y: hidden;
}
.tab-header ul:not(.justify-content-between) li {
  margin-right: 20px;
}
.tab-header ul li.active a {
  color: #c01716;
  font-weight: 700;
}
.tab-header ul li.active a:after {
  width: 100%;
}
.tab-header ul li:hover a:after {
  width: 100%;
}
.tab-header ul li a {
  padding: 8px;
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #272727;
  display: block;
  position: relative;
  white-space: nowrap;
}
.tab-header ul li a:after {
  content: " ";
  width: 0%;
  height: 3px;
  background-color: #c01716;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authors-cta .btn {
  margin-right: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.authors-cta .cta-link {
  padding: 20px 20px 20px 24px;
  border: 1px solid #e9e9e9;
  flex: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authors-cta .cta-link:hover {
  border-color: #c01716;
  background: #c01716;
}
.authors-cta .cta-link:hover .text {
  color: #fff;
}
.authors-cta .cta-link:hover .img-cont {
  background-color: #921211;
}
.authors-cta .cta-link .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #272727;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authors-cta .cta-link .img-cont {
  background-color: #c01716;
  width: 36px;
  height: 36px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authors-cta .cta-link svg {
  width: 24px;
  height: 24px;
}
.authors-cta .cta-link svg path[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.content-grid-system .text {
  margin-right: 12px;
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #5d5d5d;
}
.content-grid-system .text b,
.content-grid-system .text strong {
  color: #272727;
}
.content-grid-system .icon-link {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  margin-left: 8px;
  width: 36px;
  height: 36px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-grid-system .icon-link:hover {
  background-color: #e9e9e9;
}
.content-grid-system .icon-link.active {
  background-color: #272727;
}
.content-grid-system .icon-link.active svg path[stroke],
.content-grid-system .icon-link.active svg g[stroke] {
  stroke: #fff;
}
.content-grid-system .icon-link svg {
  width: 24px;
  height: 24px;
}
.content-grid-system .icon-link svg path[stroke],
.content-grid-system .icon-link svg g[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #272727;
}
.blog-card-container {
  margin-bottom: 16px;
}
.blog-card-container.list {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-card-container.list .blog-card-1 {
  display: flex;
}
.blog-card-container.list .blog-card-1 .thumb-area {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  margin-bottom: 0;
}
.blog-card-container.list .blog-card-1 .thumb-area img {
  height: 100%;
  object-fit: cover;
}
.blog-card-container.list .blog-card-1 .meta {
  padding: 24px 0 0 36px;
  height: initial;
}
.blog-card-container.list .blog-card-1 .meta .desc {
  height: initial;
  -webkit-line-clamp: 3;
  margin-bottom: 24px;
}
.blog-card-container.list .blog-card-1 .meta .read-more {
  display: block;
}
.blog-card-1 {
  padding: 12px 12px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  display: block;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-card-1:hover {
  background-color: #f6f6f6;
}
.blog-card-1.card-mini {
  padding-bottom: 24px;
}
.blog-card-1.card-mini .thumb-area {
  margin-bottom: 12px;
}
.blog-card-1.card-mini .thumb-area .cat-badge {
  top: 8px;
  left: 8px;
  bottom: initial;
}
.blog-card-1.card-mini .meta {
  height: auto;
}
.blog-card-1.card-mini .meta .title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-card-1.card-video {
  border-color: #3d3d3d;
  background-color: #303030;
}
.blog-card-1.card-video:hover {
  background-color: #383838;
}
.blog-card-1.card-video .thumb-area {
  margin-bottom: 24px;
}
.blog-card-1.card-video .thumb-area .play-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@supports not (backdrop-filter: none) {
  .blog-card-1.card-video .thumb-area .play-cont {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.blog-card-1.card-video .thumb-area .play-cont img.svg {
  width: 48px;
  height: 48px;
}
.blog-card-1.card-video .thumb-area .play-cont svg {
  width: 48px;
  height: 48px;
}
.blog-card-1.card-video .thumb-area .play-cont svg path[stroke],
.blog-card-1.card-video .thumb-area .play-cont svg g[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.blog-card-1.card-video .meta .title {
  color: #fff;
}
.blog-card-1 .thumb-area {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.blog-card-1 .thumb-area img.thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
}
.blog-card-1 .thumb-area .cat-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  background-color: #c01716;
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #fff;
}
.blog-card-1 .meta {
  padding: 0 12px;
  display: block;
  height: 153px;
  overflow: hidden;
}
.blog-card-1 .meta .date {
  font-size: 10px;
  letter-spacing: -0.38px;
  color: #939393;
  margin-bottom: 8px;
  display: block;
}
.blog-card-1 .meta .date .author {
  color: #4cacf8;
}
.blog-card-1 .meta .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.75px;
  color: #272727;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-card-1 .meta .desc {
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #5d5d5d;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-card-1 .meta .read-more {
  display: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.53px;
  color: #c01716;
}
.blog-card-2 img.thumb {
  object-fit: cover;
  width: 297px;
  height: 204px;
}
.blog-card-2 ul li.active a {
  border-color: #e9e9e9;
  background-color: #fafafa;
  color: #272727;
}
.blog-card-2 ul li:hover a {
  color: #272727;
}
.blog-card-2 ul li a {
  border: 1px solid #fff;
  height: 68px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #5d5d5d;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.author-card {
  border: solid 1px #e9e9e9;
  padding: 16px 16px 20px;
  position: relative;
  box-shadow: 0 0 0 #f5f5f5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.author-card:hover {
  box-shadow: 0 0 20px #f5f5f5;
}
.author-card:before {
  content: " ";
  width: 100%;
  height: 76px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 0;
}
.author-card .thumb-area {
  box-shadow: 0 2px 20px 0 rgba(20, 20, 20, 0.1);
  position: relative;
  z-index: 1;
}
.author-card .thumb-area img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}
.author-card .name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: center;
  color: #272727;
}
.author-card .author-email {
  min-height: 21px;
}
.author-card .author-email a {
  font-size: 14px;
  color: #3f8dff;
  display: flex;
}
.author-card .meta {
  border: solid #e9e9e9;
  border-width: 1px 0;
  width: 100%;
}
.author-card .meta:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.author-card .meta .meta-in {
  padding: 8px 4px;
  flex: 1;
  border-right: 1px solid #e9e9e9;
}
.author-card .meta .meta-in:last-child {
  border-right: none;
}
.author-card .meta .meta-in a.last-post {
  font-size: 14px;
  line-height: 1.3;
  color: #272727;
}
.author-card a.btn {
  font-size: 16px;
  width: 100%;
  letter-spacing: -0.6px;
}
.sidebar {
  margin-top: 55px;
}
.sidebar .sidebar-magazine {
  position: relative;
  overflow: hidden;
}
.sidebar .sidebar-magazine:hover .read-more {
  padding-bottom: 16px;
}
.sidebar .sidebar-magazine .read-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9px 12px;
  background-color: rgba(39, 39, 39, 0.95);
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .sidebar-item {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.sidebar .sidebar-item .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 20px;
  letter-spacing: -0.75px;
  color: #272727;
  margin-bottom: 4px;
}
.sidebar .sidebar-mailbulletin .top-area .right {
  margin-top: -10px;
}
.sidebar .sidebar-mailbulletin .desc {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.45px;
  color: #5d5d5d;
}
.sidebar .sidebar-mailbulletin .form-group input.email {
  height: 48px;
  padding: 16px;
  margin: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: solid 1px #e9e9e9;
  border-right: none;
  background-color: #f4f4f4;
  flex: 1;
  color: #272727;
  width: 100%;
}
.sidebar .sidebar-mailbulletin .form-group .button {
  height: 48px;
  padding: 0 30px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #c01716;
  border: none;
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .sidebar-mailbulletin .form-group .button:hover {
  background-color: #a91413;
}
.sidebar .sidebar-social-accounts {
  --gutter-x2: -4px;
  --gutter-x: 4px;
}
.sidebar .sidebar-social-accounts [class*="col-"] {
  margin-bottom: 8px;
}
.sidebar .sidebar-social-accounts [class*="col-"]:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.sidebar .sidebar-social-accounts .s-item {
  padding: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .sidebar-social-accounts .s-item[href*="facebook.com"] {
  background-color: #4373fd;
}
.sidebar .sidebar-social-accounts .s-item[href*="facebook.com"]:hover {
  background-color: #114dfc;
}
.sidebar .sidebar-social-accounts .s-item[href*="twitter.com"] {
  background-color: #4db8ff;
}
.sidebar .sidebar-social-accounts .s-item[href*="twitter.com"]:hover {
  background-color: #1aa4ff;
}
.sidebar .sidebar-social-accounts .s-item[href*="instagram.com"] {
  background-color: #ca28e2;
  margin-bottom: 8px;
}
.sidebar .sidebar-social-accounts .s-item[href*="instagram.com"]:hover {
  background-color: #a81abd;
}
.sidebar .sidebar-social-accounts .s-item[href*="youtube.com"] {
  background-color: #f93636;
}
.sidebar .sidebar-social-accounts .s-item[href*="youtube.com"]:hover {
  background-color: #f50707;
}
.sidebar .sidebar-social-accounts .s-item svg {
  width: 24px;
  height: 24px;
}
.sidebar .sidebar-social-accounts .s-item svg path[stroke],
.sidebar .sidebar-social-accounts .s-item svg g[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.sidebar .sidebar-social-accounts .s-item .text {
  margin-left: 12px;
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #fff;
}
#editors-choice {
  padding-bottom: 36px;
  border-bottom: 1px solid #e9e9e9;
}
#tv-section {
  padding: 38px 0;
  background-color: #272727;
}
#tv-section .title-section .title {
  color: #fff;
}
#tv-section .title-section .text-link {
  flex: initial;
  padding: 0 100px;
}
#tv-section .text-link {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.53px;
  color: #fff;
  margin-right: 8px;
  height: 48px;
  flex: 1;
  padding: 0 16px;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tv-section .text-link:hover {
  background-color: #fff;
  color: #272727;
}
#tv-section #top-area .left-title {
  padding: 16px 0;
  border: solid #fff;
  border-width: 1px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #fff;
}
#tv-section #top-area ul.left-list li a {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #939393;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.3;
  color: #939393;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tv-section #top-area ul.left-list li a:hover {
  color: #fff;
}
#tv-section #top-area .video-item {
  position: relative;
  overflow: hidden;
}
#tv-section #top-area .video-item .play-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@supports not (backdrop-filter: none) {
  #tv-section #top-area .video-item .play-cont {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
#tv-section #top-area .video-item .play-cont img.svg {
  width: 48px;
  height: 48px;
}
#tv-section #top-area .video-item .play-cont svg {
  width: 48px;
  height: 48px;
}
#tv-section #top-area .video-item .play-cont svg path[stroke],
#tv-section #top-area .video-item .play-cont svg g[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
#tv-section #top-area .live-badge {
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #22ff6a;
}
#tv-section #top-area .live-badge:before {
  content: " ";
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0;
  background-color: #22ff6a;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#tv-section #top-area .right-title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 34px;
  letter-spacing: -1.28px;
  color: #fff;
  line-height: 1.3;
}
#tv-section #top-area .right-desc {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.53px;
  color: rgba(255, 255, 255, 0.7);
}
#tv-section #top-area .right-desc a {
  color: #4cacf8;
}
#tv-section #top-area .share-buttons .icon-link {
  background-color: #3d3d3d;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tv-section #top-area .share-buttons .icon-link:last-child {
  margin-right: 0;
}
#tv-section #top-area .share-buttons .icon-link:hover {
  background-color: #939393;
}
#tv-section #top-area .share-buttons .icon-link:hover svg path[stroke],
#tv-section #top-area .share-buttons .icon-link:hover svg g[stroke] {
  stroke: #fff;
}
#tv-section #top-area .share-buttons .icon-link svg {
  width: 24px;
  height: 24px;
}
#tv-section #top-area .share-buttons .icon-link svg path[stroke],
#tv-section #top-area .share-buttons .icon-link svg g[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #939393;
}
#tv-section .pagination ul li:hover a {
  color: #fff;
}
#tv-section .pagination ul li.active a {
  border-color: #fff;
}
#tv-section .pagination ul li span,
#tv-section .pagination ul li a {
  border: 1px solid #303030;
  background-color: #303030;
}
.pagination ul li {
  color: #939393;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #272727;
}
.pagination ul li.active a {
  border-color: #272727;
  background-color: #272727;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 36px;
  height: 36px;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail {
  background-color: #fafafa;
  --gutter-x2: 0px;
  --gutter-x: 0px;
}
#post-detail #blog-detail {
  border: solid #e9e9e9;
  border-width: 0 1px;
  position: relative;
  height: fit-content;
  --percentage: 0px;
}
#post-detail #blog-detail:before,
#post-detail #blog-detail:after {
  content: '';
  display: table;
}
#post-detail #percentage-bar {
  position: fixed;
  top: 2px;
  left: 0;
  height: 4px;
  width: var(--percentage);
  background-color: #c01716;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail #blog-sidebar {
  border-right: 1px solid #ebebeb;
  background-color: #fafafa;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 300px;
  float: left;
  max-height: 100vh;
  overflow: hidden;
}
#post-detail #blog-sidebar .sidebar-list {
  margin-top: var(--top);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail #blog-sidebar .sidebar-list li {
  position: relative;
  overflow: hidden;
}
#post-detail #blog-sidebar .sidebar-list li.no-padding a {
  padding: 0;
}
#post-detail #blog-sidebar .sidebar-list li.active {
  background-color: #ffffff;
}
#post-detail #blog-sidebar .sidebar-list li.active:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: var(--percentage);
  width: 4px;
  background-color: #c01716;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail #blog-sidebar .sidebar-list li a {
  padding: 16px 16px 16px 20px;
  border-bottom: 1px solid #ebebeb;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail #blog-sidebar .sidebar-list li a:hover {
  background-color: #ffffff;
}
#post-detail #blog-sidebar .sidebar-list li .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.43px;
  color: #141414;
}
#post-detail #blog-feed {
  float: left;
  width: calc(100% - 300px);
}
#post-detail .blog-content {
  padding: 40px;
  background-color: #ffffff;
  border: solid #e9e9e9;
  border-width: 1px 0;
  margin-bottom: 30px;
}
#post-detail .blog-content:first-child {
  border-top: 0;
}
#post-detail .blog-content:last-child {
  margin-bottom: 0;
}
#post-detail .blog-content .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 48px;
  letter-spacing: -1.71px;
  line-height: 1.1;
  color: #141414;
}
#post-detail .blog-content .author {
  padding: 12px 0;
  border: solid #e9e9e9;
  border-width: 1px 0;
}
#post-detail .blog-content .author .author-details .a-image {
  margin-right: 12px;
}
#post-detail .blog-content .author .author-details .a-details .a-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #272727;
  line-height: 1;
  margin-bottom: 2px;
}
#post-detail .blog-content .author .author-details .a-details .a-role {
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #5d5d5d;
}
#post-detail .blog-content .author .meta .meta-in {
  border-left: 1px solid #e9e9e9;
  padding: 10px 24px;
}
#post-detail .blog-content .author .meta .meta-in:last-child {
  padding: 10px 0 10px 32px;
}
#post-detail .blog-content .author .meta .meta-in .count {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #272727;
  margin-bottom: 2px;
  line-height: 1;
}
#post-detail .blog-content .author .meta .meta-in .text {
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #5d5d5d;
  line-height: 1;
}
#post-detail .blog-content .author .meta .meta-in .date {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #939393;
  line-height: 1;
}
#post-detail .blog-content .author .meta .meta-in .social-menu li a {
  margin: 0 1px;
  padding: 0 2px;
}
#post-detail .blog-content .content-area {
  padding-top: 24px;
}
#post-detail .blog-content .content-area .ca-sidebar {
  width: 80px;
  margin: 25px 32px 0 0;
}
#post-detail .blog-content .content-area .share {
  padding: 24px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ebebeb;
}
#post-detail .blog-content .content-area .share .s-title {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: -0.29px;
  color: #939393;
  margin-bottom: 16px;
}
#post-detail .blog-content .content-area .share ul li {
  margin-bottom: 8px;
}
#post-detail .blog-content .content-area .share ul li a {
  padding: 8px;
  border: solid 1px #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .blog-content .content-area .share ul li a:hover {
  background: #c01716;
}
#post-detail .blog-content .content-area .share ul li a:hover svg polygon[fill],
#post-detail .blog-content .content-area .share ul li a:hover svg path {
  fill: #fff;
}
#post-detail .blog-content .content-area .share ul li a svg {
  width: 20px;
  height: 20px;
}
#post-detail .blog-content .content-area .share ul li a svg polygon[fill],
#post-detail .blog-content .content-area .share ul li a svg path {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #141414;
}
#post-detail .blog-content .content-area .ca-right {
  flex: 1;
}
#post-detail .blog-content .content-area .ca-right .post-content {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #141414;
  line-height: 1.6;
}
#post-detail .blog-content .content-area .ca-right .post-content p,
#post-detail .blog-content .content-area .ca-right .post-content ul,
#post-detail .blog-content .content-area .ca-right .post-content ol {
  margin: 25px 0;
}
#post-detail .blog-content .content-area .ca-right .post-content h1 {
  font-size: 28px;
}
#post-detail .blog-content .content-area .ca-right .post-content h2 {
  font-size: 24px;
}
#post-detail .blog-content .content-area .ca-right .post-content h3 {
  font-size: 20px;
}
#post-detail .blog-content .content-area .ca-right .post-content h4,
#post-detail .blog-content .content-area .ca-right .post-content h5 {
  font-size: 18px;
}
#post-detail .blog-content .content-area .ca-right .post-content h1,
#post-detail .blog-content .content-area .ca-right .post-content h2,
#post-detail .blog-content .content-area .ca-right .post-content h3,
#post-detail .blog-content .content-area .ca-right .post-content h4 {
  margin: 25px 0;
  letter-spacing: -0.94px;
  line-height: 1.5;
}
#post-detail .blog-content .content-area .ca-right .post-content ul,
#post-detail .blog-content .content-area .ca-right .post-content ol {
  padding-left: 20px;
}
#post-detail .blog-content .content-area .ca-right .post-content ul li {
  list-style: disc;
}
#post-detail .blog-content .content-area .ca-right .post-content ol li {
  list-style: numeric;
}
#post-detail .blog-content .content-area .ca-right .post-content a {
  color: #c01716;
  font-weight: 600;
}
#post-detail .blog-content .content-area .ca-right .post-content img {
  max-width: 100%;
  height: auto;
}
#post-detail .blog-content .post-tags {
  padding: 26px 0 16px;
  border: solid #e9e9e9;
  border-width: 1px 0;
}
#post-detail .blog-content .post-tags span.tag-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.57px;
  color: #141414;
  margin-right: 42px;
}
#post-detail .blog-content .post-tags ul li {
  margin: 0 8px 8px 0;
}
#post-detail .blog-content .post-tags ul li a {
  background-color: #e9e9e9;
  padding: 5px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.45px;
  color: #939393;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .blog-content .post-tags ul li a:hover {
  background-color: #d0d0d0;
  color: #7a7a7a;
}
#contact .map iframe {
  width: 100%;
  height: 450px;
}
#contact #contact-in {
  margin-top: -40px;
  padding-bottom: 60px;
}
#contact .form-cont,
#contact .contact-cont {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 44px 40px 40px;
  height: 100%;
}
#contact .form-cont .title {
  margin: 0 0 24px;
  padding: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.86px;
  text-align: center;
  color: #141414;
  border-bottom: 1px solid #eee;
}
#contact .form-cont .form .form-group {
  display: flex;
  flex-flow: column;
  margin-bottom: 24px;
}
#contact .form-cont .form .form-group label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #272727;
}
#contact .form-cont .form .form-group .form-control {
  padding: 16px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#contact .form-cont .form .form-group .form-control:focus {
  border-color: #141414;
}
#contact .form-cont .form .form-group textarea.form-control {
  height: 140px;
}
#contact .form-cont .form .button {
  padding: 16px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #c01716;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .form-cont .form .button:hover {
  background-color: #921211;
}
#contact .contact-cont {
  padding: 24px;
}
#contact .contact-cont .icon-item {
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #fbfbfb;
  margin-bottom: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-cont .icon-item:last-child {
  margin-bottom: 0;
}
#contact .contact-cont .icon-item:hover {
  border-color: #e1e1e1;
  background-color: #eeeeee;
}
#contact .contact-cont .icon-item.icon-address .text {
  font-size: 16px;
}
#contact .contact-cont .icon-item .icon {
  margin-bottom: 24px;
}
#contact .contact-cont .icon-item .icon svg {
  width: 72px;
  height: 72px;
}
#contact .contact-cont .icon-item .icon svg g[stroke],
#contact .contact-cont .icon-item .icon svg path[stroke],
#contact .contact-cont .icon-item .icon svg polyline[stroke] {
  stroke: #4cacf8;
}
#contact .contact-cont .icon-item .text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #141414;
}
#dergi-detay .flip-wrapper {
  background: #515558;
}
#dergi-detay .flip-wrapper .container {
  position: relative;
  height: 90vh;
  max-height: 890px;
}
footer {
  position: relative;
  z-index: 1;
}
footer #footer-top {
  padding: 48px 0 16px;
  background-color: #272727;
  border-top: 1px solid #000000;
}
footer #footer-top p.logo-desc {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.45px;
  color: #939393;
}
footer #footer-top .footer-menu .menu li {
  padding: 0 5px;
  position: relative;
  margin-bottom: 8px;
}
footer #footer-top .footer-menu .menu li::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #434343;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer #footer-top .footer-menu .menu li:last-child::after {
  display: none;
}
footer #footer-top .footer-menu .menu li a {
  padding: 3px 4px;
  text-align: center;
}
footer #footer-top .menu li a {
  font-size: 14px;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 0;
  display: block;
  position: relative;
}
footer #footer-top .menu li a:hover {
  color: #fff;
}
footer #footer-top .menu li a:hover:after {
  width: 100%;
  background-color: #c01716;
}
footer #footer-top .menu li a::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer #footer-top .footer-social-icons .icon-link {
  background-color: #3d3d3d;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer #footer-top .footer-social-icons .icon-link:last-child {
  margin-right: 0;
}
footer #footer-top .footer-social-icons .icon-link:hover {
  background-color: #939393;
}
footer #footer-top .footer-social-icons .icon-link:hover svg path[stroke],
footer #footer-top .footer-social-icons .icon-link:hover svg g[stroke] {
  stroke: #fff;
}
footer #footer-top .footer-social-icons .icon-link svg {
  width: 24px;
  height: 24px;
}
footer #footer-top .footer-social-icons .icon-link svg path[stroke],
footer #footer-top .footer-social-icons .icon-link svg g[stroke] {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #939393;
}
footer #footer-top ul.footer-store li {
  margin: 0 12px 12px 0;
}
footer #footer-top ul.footer-store li:last-child {
  margin-right: 0;
}
footer #footer-top .footer-dergi {
  box-shadow: 0 2px 20px 0 rgba(192, 23, 22, 0.2);
  overflow: hidden;
}
footer #footer-top .footer-mailbulletin {
  padding: 24px;
  background-color: #303030;
}
footer #footer-top .footer-mailbulletin .title {
  font-family: 'AvenirNext', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #fff;
  margin-bottom: 4px;
}
footer #footer-top .footer-mailbulletin .desc {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: -0.38px;
  color: #939393;
}
footer #footer-top .footer-mailbulletin .form-group input.email {
  height: 48px;
  width: 100%;
  padding: 16px;
  margin: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background-color: #3d3d3d;
  flex: 1;
  border: none;
  color: #fff;
}
footer #footer-top .footer-mailbulletin .form-group .button {
  height: 48px;
  padding: 0 16px;
  margin: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #c01716;
  border: none;
  font-size: 12px;
  letter-spacing: -0.45px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer #footer-top .footer-mailbulletin .form-group .button:hover {
  background-color: #a91413;
}
footer #footer-bottom {
  padding: 20px 0;
  background-color: #1f1f1f;
}
footer #footer-bottom .copyright {
  font-size: 12px;
  font-weight: 500;
  color: #939393;
}
footer #footer-bottom .pendigital svg {
  width: 62px;
  height: 28px;
}
